Method

NumCosmoMathStatsDistadd_obs

Declaration [src]

void
ncm_stats_dist_add_obs (
  NcmStatsDist* sd,
  NcmVector* y
)

Description [src]

Adds a new point y to the sample with weight 1.0. This function must be called to insert an initial sample into the object, so the interpolation can be computed.

Parameters

y

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.