Top | ![]() |
![]() |
![]() |
![]() |
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 () |
gdouble | ncm_fit_mcmc_get_accept_ratio () |
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 () |
NcmMSetCatalog * | ncm_fit_mcmc_get_catalog () |
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 Markov Chain Monte Carlo 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
ncm_fit_mcmc_get_catalog ()
NcmMSetCatalog *
ncm_fit_mcmc_get_catalog (NcmFitMCMC *mcmc
);
Gets the generated catalog of mcmc
.
Property Details
The “fit”
property
“fit” NcmFit *
Fit object.
Owner: NcmFitMCMC
Flags: Read / Write / Construct Only
The “mtype”
property
“mtype” NcmFitRunMsgs
Run messages type.
Owner: NcmFitMCMC
Flags: Read / Write
Default value: NCM_FIT_RUN_MSGS_SIMPLE
The “nthreads”
property
“nthreads” guint
Number of threads to run.
Owner: NcmFitMCMC
Flags: Read / Write
Allowed values: <= 100
Default value: 0
The “sampler”
property
“sampler” NcmMSetTransKern *
Metropolis–Hastings sampler.
Owner: NcmFitMCMC
Flags: Read / Write / Construct