Method

NumCosmoMathMSetCatalogget_post_lnvol

Declaration [src]

gdouble
ncm_mset_catalog_get_post_lnvol (
  NcmMSetCatalog* mcat,
  const gdouble level,
  gdouble* glnvol
)

Description [src]

Computes the volume of the level region of the posterior. Sets into glnvol the log volume of the Gaussian approximation of the posterior.

Parameters

level

Type: const gdouble

Percentage of the posterior.

glnvol

Type: gdouble*

The log volume of the Gaussian approximation.

The argument will be set by the function.
The argument can be set to NULL by the method.

Return value

Type: gdouble

The current the posterior level volume logarithm.