Virtual Method
NumCosmoMathFitESMCMCWalkersetup
Declaration [src]
void
setup (
NcmFitESMCMCWalker* walker,
NcmMSet* mset,
GPtrArray* theta,
GPtrArray* m2lnL,
guint ki,
guint kf,
NcmRNG* rng
)
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. theta-
Type: An array of
NcmVector*Array of walkers positions.
The data is owned by the caller of the method. m2lnL-
Type: An array of
NcmVector*Array of walkers $-2\ln(L)$.
The data is owned by the caller of the method. ki-
Type:
guintFirst walker index.
kf-
Type:
guintLast walker index.
rng-
Type:
NcmRNGA
NcmRNG.The data is owned by the caller of the method.