Method

NumCosmoMathFitMCMCrun_lre

Declaration [src]

void
ncm_fit_mcmc_run_lre (
  NcmFitMCMC* mcmc,
  guint prerun,
  gdouble lre
)

Description [src]

Runs the Markov Chain Monte Carlo until it reaches the n-th realization. It starts by running prerun realizations and then it runs more realizations until the largest relative error is less than lre.

Parameters

prerun

Type: guint

Number of pre-runs to do.

lre

Type: gdouble

Largest relative error to attain.