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
)

Description [src]

Return all information about the i-th kernel.

Parameters

i

Type: const guint

Kernel index.

y_i

Type: NcmVector

Kernel 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: NcmMatrix

Kernel 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.