Method

NumCosmoMathFitESMCMCrun_burnin

Declaration [src]

void
ncm_fit_esmcmc_run_burnin (
  NcmFitESMCMC* esmcmc,
  guint prerun,
  guint ntimes
)

Description [src]

Runs the ESMCMC algorithm until the prerun-th iterations are reached. Then it runs ntimes times the estimated constant break.

The constant break is the number of iterations after which the variance of the m2lnL is constant.

Parameters

prerun

Type: guint

Number of pre-runs.

ntimes

Type: guint

Multiplication factor.