Method

NumCosmoMathStatsVecget_subsample_autocorr_tau

Declaration [src]

gdouble
ncm_stats_vec_get_subsample_autocorr_tau (
  NcmStatsVec* svec,
  guint p,
  guint subsample,
  const guint max_lag
)

Description [src]

Calculates the integrated autocorrelation time for the parameter p using the subsample parameter.

Parameters

p

Type: guint

Parameter id.

subsample

Type: guint

Size of the subsample ($>0$).

max_lag

Type: const guint

Max lag in the computation.

Return value

Type: gdouble

The integrated autocorrelation time of data with subsample.