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:
NcmMSetFuncA
NcmMSetFuncof type 0-1.The data is owned by the caller of the method. mtype-
Type:
NcmFitRunMsgsNcmFitRunMsgslog 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. |