HybridMCGenericTHamiltonianEquations Method |
The Hamiltonian equations that is used to produce the new sample.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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