Method

NumCosmoMathStatsVecvisual_heidel_diag

Declaration [src]

NcmVector*
ncm_stats_vec_visual_heidel_diag (
  NcmStatsVec* svec,
  const guint p,
  const guint fi,
  gdouble* mean,
  gdouble* var
)

Description [src]

Computes the empirical cumulative and the mean used to build the Heidelberger and Welch’s convergence diagnostic.

See ncm_stats_vec_heidel_diag().

Parameters

p

Type: const guint

Vector index.

fi

Type: const guint

First index.

mean

Type: gdouble*

Mean.

The argument will be set by the function.
var

Type: gdouble*

Test’s variance.

The argument will be set by the function.

Return value

Type: NcmVector

A NcmVector containing the empirical cumulative distribution.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.