Method
NumCosmoMathFitMCBSrun
Declaration [src]
void
ncm_fit_mcbs_run (
NcmFitMCBS* mcbs,
NcmMSet* fiduc,
guint ni,
guint nf,
guint nbstraps,
NcmFitMCResampleType rtype,
NcmFitRunMsgs mtype,
guint bsmt
)
Description [src]
Runs the Monte Carlo and bootstrap analysis. The results are stored in the catalog
of mcbs. The catalog is cleared before the analysis.
Note: Multi-threading for bootstrap analysis (bsmt > 0) is currently not fully
supported and may produce incorrect results. Use bsmt = 0 for reliable
single-threaded execution.
Parameters
fiduc-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. ni-
Type:
guintIndex of the first sample to be used in the analysis.
nf-
Type:
guintIndex of the last sample to be used in the analysis.
nbstraps-
Type:
guintNumber of bootstrap samples.
rtype-
Type:
NcmFitMCResampleTypeA
NcmFitMCResampleType. mtype-
Type:
NcmFitRunMsgsA
NcmFitRunMsgs. bsmt-
Type:
guintNumber of threads to be used in the bootstrap analysis.