Method

NumCosmoMathStatsVecget_cov

Declaration [src]

gdouble
ncm_stats_vec_get_cov (
  NcmStatsVec* svec,
  guint i,
  guint j
)

Description [src]

Return the current value of the variance between the i-th and the j-th variables, i.e., $Cov_{ij}$.

Parameters

i

Type: guint

A variable index.

j

Type: guint

A variable index.

Return value

Type: gdouble

$Cov_{ij}$.