Method
NumCosmoMathMSetCatalogcalc_param_ensemble_evol
Declaration [src]
void
ncm_mset_catalog_calc_param_ensemble_evol (
NcmMSetCatalog* mcat,
const NcmMSetPIndex* pi,
guint nsteps,
NcmFitRunMsgs mtype,
NcmVector** pval,
NcmMatrix** t_evol
)
Parameters
pi-
Type:
NcmMSetPIndexA
NcmMSetPIndex.The data is owned by the caller of the method. nsteps-
Type:
guintNumber of steps to calculate the distribution.
mtype-
Type:
NcmFitRunMsgsNcmFitRunMsgslog level. pval-
Type:
NcmVectorOutput
NcmVectorcontaining parameter values.The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. t_evol-
Type:
NcmMatrixOutput
NcmMatrixcontaining probability distribution evolution.The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it.