Click or drag to resize

HybridMCGenericTFrogLeapSteps Property

Gets or sets the number of iterations 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 int FrogLeapSteps { get; set; }

Property Value

Int32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen frog leap steps is negative or zero.
See Also