Constructor
NumCosmoMathFitESMCMCnew
Declaration [src]
NcmFitESMCMC*
ncm_fit_esmcmc_new (
NcmFit* fit,
guint nwalkers,
NcmMSetTransKern* sampler,
NcmFitESMCMCWalker* walker,
NcmFitRunMsgs mtype
)
Parameters
fit-
Type:
NcmFitA
NcmFit.The data is owned by the caller of the function. nwalkers-
Type:
guintNumber of walkers.
sampler-
Type:
NcmMSetTransKernInital points sampler
NcmMSetTransKern.The data is owned by the caller of the function. walker-
Type:
NcmFitESMCMCWalkerA
NcmFitESMCMCWalker.The argument can be NULL.The data is owned by the caller of the function. mtype-
Type:
NcmFitRunMsgsA
NcmFitRunMsgs.
Return value
Type: NcmFitESMCMC
The newly created NcmFitESMCMC object.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |