Click or drag to resize

HybridMCGenericTRandomizeMomentum Method

Method for sampling a random momentum.

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

Parameters

p  T
Momentum to be randomized.
See Also