HybridMCGenericTDiffMethod Delegate |
The delegate type that defines a derivative evaluated at a certain point.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
TSee Also