Click or drag to resize

MCMCDiagnosticsEffectiveSizeT Method

Computes the effective size of the sample when evaluated by a function f.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double EffectiveSize<T>(
	IEnumerable<T> series,
	Func<T, double> f
)

Parameters

series  IEnumerableT
The samples.
f  FuncT, Double
The function use for evaluating the series.

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Altaxo.Calc.Statistics.Mcmc.MCMCDiagnostics.EffectiveSize``1(System.Collections.Generic.IEnumerable{``0},System.Func{``0,System.Double})"]

Return Value

Double
The effective size when auto correlation is taken into account.
See Also