Method

NumCosmoMathStatsVecget_sd

Declaration [src]

gdouble
ncm_stats_vec_get_sd (
  NcmStatsVec* svec,
  guint i
)

Description [src]

Return the current value of the variable standard deviation, i.e., $\sigma_n \equiv sqrt (Var_n)$.

Parameters

i

Type: guint

A variable index.

Return value

Type: gdouble

$\sigma_n$.