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.
| Sets property | NumCosmoMath.StatsDistKDE:cov-fixed |
Parameters
cov_fixed-
Type:
NcmMatrixThe fixed covariance matrix
NcmMatrix.The data is owned by the caller of the method.