Constructor
NumCosmoMathFitESMCMCWalkerAPESnew_full
Declaration [src]
NcmFitESMCMCWalkerAPES*
ncm_fit_esmcmc_walker_apes_new_full (
guint nwalkers,
guint nparams,
NcmFitESMCMCWalkerAPESMethod method,
NcmFitESMCMCWalkerAPESKType k_type,
gdouble over_smooth,
gboolean use_interp
)
Description [src]
Creates a new NcmFitESMCMCWalkerAPES to be used with nwalkers,
interpolation method method, kernel kernel and over-smooth parameter
over_smooth. If use_interp is TRUE computes the approximation
interpolating the computed likelihood values, otherwise, use standard
kernel density estimation.
Parameters
nwalkers-
Type:
guintNumber of walkers.
nparams-
Type:
guintNumber of parameters.
method-
Type:
NcmFitESMCMCWalkerAPESMethodA
NcmFitESMCMCWalkerAPESMethod. k_type-
Type:
NcmFitESMCMCWalkerAPESKTypeA
NcmFitESMCMCWalkerAPESKType. over_smooth-
Type:
gdoubleA double.
use_interp-
Type:
gbooleanA boolean.
Return value
Type: NcmFitESMCMCWalkerAPES
A new NcmFitESMCMCWalkerAPES.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |