Constructor
NumCosmoMathStatsDist1dEPDFnew_full
Declaration [src]
NcmStatsDist1dEPDF*
ncm_stats_dist1d_epdf_new_full (
guint max_obs,
NcmStatsDist1dEPDFBw bw,
gdouble h_fixed,
gdouble sd_min_scale
)
Parameters
max_obs-
Type:
guintMaximum observations before compacting.
bw-
Type:
NcmStatsDist1dEPDFBwA
NcmStatsDist1dEPDFBw. h_fixed-
Type:
gdoubleFixed bandwidth.
sd_min_scale-
Type:
gdoubleScale 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. |