Method
NumCosmoMathFitMCset_fiducial
Declaration [src]
void
ncm_fit_mc_set_fiducial (
NcmFitMC* mc,
NcmMSet* fiduc
)
Description [src]
Sets the fiducial model of mc to fiduc. If fiduc is NULL, the fiducial
model is set to the model set of the fit object of mc. If fiduc is not
NULL, the fiducial model is set to fiduc. If fiduc is not NULL, it must
be equal to the model set of the fit object of mc.
Note that in the end of an analysis, the NcmMSet in mc will be equal to
the last sampled model set.
| Sets property | NumCosmoMath.FitMC:fiducial |
Parameters
fiduc-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method.