Click or drag to resize

HybridMCGenericTStepSize Property

Gets or sets the size of each step in the Hamiltonian equation.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen step size is negative or zero.
See Also