Click or drag to resize

UnivariateHybridMCRandomizeMomentum Method

Samples the momentum from a normal distribution.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void RandomizeMomentum(
	ref double p
)

Parameters

p  Double
The momentum to be randomized.
See Also