Method

NumCosmoMathStatsDist1dEPDFset_min

Declaration [src]

void
ncm_stats_dist1d_epdf_set_min (
  NcmStatsDist1dEPDF* epdf1d,
  const gdouble min
)

Description [src]

Sets the lower bound for the distribution. It may be updated if a observation with value smaller than min is added.

Parameters

min

Type: const gdouble

Sets min observation value.