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
)

Description [src]

Calculates the time evolution of the parameter pi distribution.

Parameters

pi

Type: NcmMSetPIndex

A NcmMSetPIndex.

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

Type: guint

Number of steps to calculate the distribution.

mtype

Type: NcmFitRunMsgs

NcmFitRunMsgs log level.

pval

Type: NcmVector

Output NcmVector containing 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: NcmMatrix

Output NcmMatrix containing 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.