Method

NumCosmoMathStatsVecset

Declaration [src]

void
ncm_stats_vec_set (
  NcmStatsVec* svec,
  guint i,
  gdouble x_i
)

Description [src]

Sets the value of the current i-th random variable to x_i.

Parameters

i

Type: guint

A variable index.

x_i

Type: gdouble

The value of the i-th variable.