| Top |
Markov Chain Monte Carlo AnalysisMarkov Chain Monte Carlo Analysis — Object implementing Markov Chain Monte Carlo analysis |
Functions
| void | (*NcmFitMCMCSampler) () |
| 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_mcmctype () |
| 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 |
| NcmFitMCMCType | mcmctype | Read / Write / Construct |
| NcmFitRunMsgs | mtype | Read / Write |
| guint | nthreads | Read / Write |
Functions
NcmFitMCMCSampler ()
void (*NcmFitMCMCSampler) (NcmMSet *mset,NcmVector *theta,NcmVector *thetastar,NcmRNG *rng);
ncm_fit_mcmc_new ()
NcmFitMCMC * ncm_fit_mcmc_new (NcmFit *fit,NcmFitMCMCType mcmctype,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_mcmctype ()
void ncm_fit_mcmc_set_mcmctype (NcmFitMCMC *mc,NcmFitMCMCType mcmctype);
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 “mcmctype” property
“mcmctype” NcmFitMCMCType
Montecarlo run type.
Flags: Read / Write / Construct
Default value: NCM_FIT_MCMC_METROPOLIS
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