Click or drag to resize

UnivariateHybridMCMomentumStdDev Property

Gets or sets the standard deviation used in the sampling of the momentum.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionWhen standard deviation is negative.
See Also