Method

NumCosmoMathStatsDist1dEPDFset_max

Declaration [src]

void
ncm_stats_dist1d_epdf_set_max (
  NcmStatsDist1dEPDF* epdf1d,
  const gdouble max
)

Description [src]

Sets the upper bound for the distribution. It may be updated if a observation with value larger than max is added.

Parameters

max

Type: const gdouble

Sets max observation value.