Method

NumCosmoMathStatsDist1dEPDFadd_obs_weight

Declaration [src]

void
ncm_stats_dist1d_epdf_add_obs_weight (
  NcmStatsDist1dEPDF* epdf1d,
  const gdouble x,
  const gdouble w
)

Description [src]

Adds a new observation x with weight w to the epdf1d updating the internal approximation of the EPDF when necessary.

Parameters

x

Type: const gdouble

An observation.

w

Type: const gdouble

Observation weight.