Click or drag to resize

HybridMCGenericTDiffMethod Delegate

The delegate type that defines a derivative evaluated at a certain point.

Namespace: Altaxo.Calc.Statistics.Mcmc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public delegate T DiffMethod(
	DensityLn<T> f,
	T x
)

Parameters

f  DensityLnT
Function to be differentiated.
x  T
Value where the derivative is computed.

Return Value

T
See Also