| Top |
Markov Chain Monte Carlo AnalysisMarkov Chain Monte Carlo Analysis — Object implementing Markov Chain Monte Carlo analysis |
Functions
| NcmFitMCMC * | ncm_fit_mcmc_new () |
| void | ncm_fit_mcmc_free () |
| void | ncm_fit_mcmc_clear () |
| void | ncm_fit_mcmc_set_data_file () |
| void | ncm_fit_mcmc_set_mtype () |
| void | ncm_fit_mcmc_set_trans_kern () |
| void | ncm_fit_mcmc_set_nthreads () |
| void | ncm_fit_mcmc_set_fiducial () |
| void | ncm_fit_mcmc_set_rng () |
| void | ncm_fit_mcmc_start_run () |
| void | ncm_fit_mcmc_end_run () |
| void | ncm_fit_mcmc_reset () |
| void | ncm_fit_mcmc_set_first_sample_id () |
| void | ncm_fit_mcmc_run () |
| void | ncm_fit_mcmc_run_lre () |
| void | ncm_fit_mcmc_mean_covar () |
| #define | NCM_FIT_MCMC_MIN_FLUSH_INTERVAL |
Properties
| NcmFit * | fit | Read / Write / Construct Only |
| NcmFitRunMsgs | mtype | Read / Write |
| guint | nthreads | Read / Write |
| NcmMSetTransKern * | sampler | Read / Write / Construct |
Functions
ncm_fit_mcmc_new ()
NcmFitMCMC * ncm_fit_mcmc_new (NcmFit *fit,NcmMSetTransKern *tkern,NcmFitRunMsgs mtype);
FIXME
ncm_fit_mcmc_set_data_file ()
void ncm_fit_mcmc_set_data_file (NcmFitMCMC *mcmc,const gchar *filename);
FIXME
ncm_fit_mcmc_set_mtype ()
void ncm_fit_mcmc_set_mtype (NcmFitMCMC *mcmc,NcmFitRunMsgs mtype);
FIXME
ncm_fit_mcmc_set_trans_kern ()
void ncm_fit_mcmc_set_trans_kern (NcmFitMCMC *mcmc,NcmMSetTransKern *tkern);
FIXME
ncm_fit_mcmc_set_nthreads ()
void ncm_fit_mcmc_set_nthreads (NcmFitMCMC *mcmc,guint nthreads);
FIXME
ncm_fit_mcmc_set_first_sample_id ()
void ncm_fit_mcmc_set_first_sample_id (NcmFitMCMC *mcmc,gint first_sample_id);
FIXME
ncm_fit_mcmc_run ()
void ncm_fit_mcmc_run (NcmFitMCMC *mcmc,guint n);
Runs the montecarlo until it reaches the n
-th realization. Note that
if the first_id is non-zero it will run n
- first_id realizations.
ncm_fit_mcmc_run_lre ()
void ncm_fit_mcmc_run_lre (NcmFitMCMC *mcmc,guint prerun,gdouble lre);
FIXME
Property Details
The “mtype” property
“mtype” NcmFitRunMsgs
Run messages type.
Flags: Read / Write
Default value: NCM_FIT_RUN_MSGS_SIMPLE
The “nthreads” property
“nthreads” guint
Number of threads to run.
Flags: Read / Write
Allowed values: <= 100
Default value: 0
The “sampler” property
“sampler” NcmMSetTransKern *
Montecarlo sampler.
Flags: Read / Write / Construct