Constructor

NumCosmoMathStatsDist1dEPDFnew

Declaration [src]

NcmStatsDist1dEPDF*
ncm_stats_dist1d_epdf_new (
  gdouble sd_min_scale
)

Description [src]

Creates a new EPDF object, it creates an interpolated PDF from the observations.

Parameters

sd_min_scale

Type: gdouble

Scale of the minimum distance.

Return value

Type: NcmStatsDist1dEPDF

A new NcmStatsDist1dEPDF.

The caller of the function takes ownership of the data, and is responsible for freeing it.