Click or drag to resize

MetropolisHastingsSamplerTBurnInterval Property

Gets or sets the number of iterations in between returning samples.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int BurnInterval { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen burn interval is negative.
See Also