Click or drag to resize

HybridMCGenericTBurn Method

This method runs the sampler for a number of iterations without returning a sample

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void Burn(
	int n
)

Parameters

n  Int32
The number of iterations to run without returning a sample.
See Also