Method

NumCosmoMathStatsDistKernelget_lnnorm

Declaration [src]

gdouble
ncm_stats_dist_kernel_get_lnnorm (
  NcmStatsDistKernel* sdk,
  NcmMatrix* cov_decomp
)

Description [src]

Computes the kernel normalization for a given covariance cov_decomp.

Parameters

cov_decomp

Type: NcmMatrix

Cholesky decomposition of the kernel covariance.

The data is owned by the caller of the method.

Return value

Type: gdouble

The kernel normalization logarithm.