Method

NumCosmoMathStatsVecar_ess

Declaration [src]

gdouble
ncm_stats_vec_ar_ess (
  NcmStatsVec* svec,
  guint p,
  NcmStatsVecARType ar_crit,
  gdouble* spec0,
  guint* c_order
)

Description [src]

Calculates the effective sample size for the parameter p.

Parameters

p

Type: guint

Parameter id.

ar_crit

Type: NcmStatsVecARType

A NcmStatsVecARType.

spec0

Type: gdouble*

Spectral density at zero.

The argument will be set by the function.
c_order

Type: guint*

ar_crit determined order.

The argument will be set by the function.

Return value

Type: gdouble

The effective sample size.