Method

NumCosmoMathStatsDistKDEset_cov_fixed

Declaration [src]

void
ncm_stats_dist_kde_set_cov_fixed (
  NcmStatsDistKDE* sdkde,
  NcmMatrix* cov_fixed
)

Description [src]

Sets the covariance matrix to be used when NcmStatsDistKDECovType is set to #NCM_STATS_DIST_KDE_COV_TYPE_FIXED. A copy of the matrix cov_fixed is made and saved into the object.

Parameters

cov_fixed

Type: NcmMatrix

The fixed covariance matrix NcmMatrix.

The data is owned by the caller of the method.