Method

NumCosmoMathFitESMCMCWalkerAPESuse_interp

Declaration [src]

void
ncm_fit_esmcmc_walker_apes_use_interp (
  NcmFitESMCMCWalkerAPES* apes,
  gboolean use_interp
)

Description [src]

Sets whether to use interpolation of the posterior approximation (use_interp == TRUE) or kernel density estimate (use_interp == FALSE).

Parameters

use_interp

Type: gboolean

Whether to use interpolation of the posterior.