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_sampler () |
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 |
NcmMCSampler * | sampler | Read / Write / Construct |
Functions
ncm_fit_mcmc_new ()
NcmFitMCMC * ncm_fit_mcmc_new (NcmFit *fit
,NcmMCSampler *mcs
,NcmFitRunMsgs mtype
);
FIXME
ncm_fit_mcmc_set_data_file ()
void ncm_fit_mcmc_set_data_file (NcmFitMCMC *mc
,const gchar *filename
);
FIXME
ncm_fit_mcmc_set_first_sample_id ()
void ncm_fit_mcmc_set_first_sample_id (NcmFitMCMC *mc
,gint first_sample_id
);
FIXME
ncm_fit_mcmc_run ()
void ncm_fit_mcmc_run (NcmFitMCMC *mc
,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 *mc
,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