Click or drag to resize

HybridMCMomentumStdDev Property

Gets or sets the standard deviations used in the sampling of different components 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 the length of pSdv is not the same as Length.
See Also