Method

NumCosmoMathMSetCatalogcalc_distrib

Declaration [src]

NcmStatsDist1d*
ncm_mset_catalog_calc_distrib (
  NcmMSetCatalog* mcat,
  NcmMSetFunc* func,
  NcmFitRunMsgs mtype
)

Description [src]

Calculates the distribution of func.

This function creates an approximation of the distribution for each value of the function func calculated in each model in mcat.

Parameters

func

Type: NcmMSetFunc

A NcmMSetFunc of type 0-1.

The data is owned by the caller of the method.
mtype

Type: NcmFitRunMsgs

NcmFitRunMsgs log level.

Return value

Type: NcmStatsDist1d

A NcmStatsDist1d describing the distribution.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.