Top | ![]() |
![]() |
![]() |
![]() |
Functions
void | (*NcmFitMCResample) () |
NcmFitMC * | ncm_fit_mc_new () |
void | ncm_fit_mc_free () |
void | ncm_fit_mc_clear () |
void | ncm_fit_mc_set_data_file () |
void | ncm_fit_mc_set_mtype () |
void | ncm_fit_mc_set_rtype () |
void | ncm_fit_mc_set_nthreads () |
void | ncm_fit_mc_keep_order () |
void | ncm_fit_mc_set_fiducial () |
void | ncm_fit_mc_set_rng () |
void | ncm_fit_mc_start_run () |
void | ncm_fit_mc_end_run () |
void | ncm_fit_mc_reset () |
void | ncm_fit_mc_set_first_sample_id () |
void | ncm_fit_mc_run () |
void | ncm_fit_mc_run_lre () |
void | ncm_fit_mc_mean_covar () |
NcmMSetCatalog * | ncm_fit_mc_get_catalog () |
Properties
NcmMSet * | fiducial | Read / Write / Construct |
NcmFit * | fit | Read / Write / Construct Only |
gboolean | keep-order | Read / Write / Construct |
NcmFitRunMsgs | mtype | Read / Write |
guint | nthreads | Read / Write |
NcmFitMCResampleType | rtype | Read / Write / Construct |
Functions
ncm_fit_mc_new ()
NcmFitMC * ncm_fit_mc_new (NcmFit *fit
,NcmFitMCResampleType rtype
,NcmFitRunMsgs mtype
);
FIXME
ncm_fit_mc_set_data_file ()
void ncm_fit_mc_set_data_file (NcmFitMC *mc
,const gchar *filename
);
FIXME
ncm_fit_mc_set_first_sample_id ()
void ncm_fit_mc_set_first_sample_id (NcmFitMC *mc
,gint first_sample_id
);
FIXME
ncm_fit_mc_run ()
void ncm_fit_mc_run (NcmFitMC *mc
,guint n
);
Runs the 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_mc_get_catalog ()
NcmMSetCatalog *
ncm_fit_mc_get_catalog (NcmFitMC *mc
);
Gets the generated catalog of mc
.
Property Details
The “fiducial”
property
“fiducial” NcmMSet *
Fiducial model to sample from.
Flags: Read / Write / Construct
The “keep-order”
property
“keep-order” gboolean
Whether keep the catalog in order of sampling.
Flags: Read / Write / Construct
Default value: TRUE
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 “rtype”
property
“rtype” NcmFitMCResampleType
Monte Carlo run type.
Flags: Read / Write / Construct
Default value: NCM_FIT_MC_RESAMPLE_FROM_MODEL