Method
NumCosmoMathStatsDistget_Ki
Declaration [src]
void
ncm_stats_dist_get_Ki (
NcmStatsDist* sd,
const guint i,
NcmVector** y_i,
NcmMatrix** cov_i,
gdouble* n_i,
gdouble* w_i
)
Parameters
i-
Type:
const guintKernel index.
y_i-
Type:
NcmVectorKernel location.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. cov_i-
Type:
NcmMatrixKernel covariance U.
The argument will be set by the function. The caller of the method takes ownership of the returned data, and is responsible for freeing it. n_i-
Type:
gdouble*Kernel normalization.
The argument will be set by the function. w_i-
Type:
gdouble*Kernel weight.
The argument will be set by the function.