Method

NumCosmoMathMSetCatalogcalc_add_param_ensemble_evol

Declaration [src]

void
ncm_mset_catalog_calc_add_param_ensemble_evol (
  NcmMSetCatalog* mcat,
  guint add_param,
  guint nsteps,
  NcmFitRunMsgs mtype,
  NcmVector** pval,
  NcmMatrix** t_evol
)

Description [src]

Calculates the time evolution of the parameter pi distribution.

Parameters

add_param

Type: guint

Additional parameter index.

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.