Constructor

NumCosmoMathStatsDist1dEPDFnew_full

Declaration [src]

NcmStatsDist1dEPDF*
ncm_stats_dist1d_epdf_new_full (
  guint max_obs,
  NcmStatsDist1dEPDFBw bw,
  gdouble h_fixed,
  gdouble sd_min_scale
)

Description [src]

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

Parameters

max_obs

Type: guint

Maximum observations before compacting.

bw

Type: NcmStatsDist1dEPDFBw

A NcmStatsDist1dEPDFBw.

h_fixed

Type: gdouble

Fixed bandwidth.

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.