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: guint

Number of walkers.

nparams

Type: guint

Number of parameters.

method

Type: NcmFitESMCMCWalkerAPESMethod

A NcmFitESMCMCWalkerAPESMethod.

k_type

Type: NcmFitESMCMCWalkerAPESKType

A NcmFitESMCMCWalkerAPESKType.

over_smooth

Type: gdouble

A double.

use_interp

Type: gboolean

A boolean.

Return value

Type: NcmFitESMCMCWalkerAPES

A new NcmFitESMCMCWalkerAPES.

The caller of the function takes ownership of the data, and is responsible for freeing it.