Click or drag to resize

HybridMCGenericTHamiltonianEquations Method

The Hamiltonian equations that is used to produce the new sample.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void HamiltonianEquations(
	ref T gNew,
	ref T mNew,
	ref T p
)

Parameters

gNew  T
The current gradient, updated in place.
mNew  T
The current sample, updated in place.
p  T
The momentum, updated in place.
See Also