A function which evaluates a log density.
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public delegate double DensityLn<in T>(
T sample
)
Parameters
- sample T
- The sample we want to evaluate the log density for.
Type Parameters
- T
- The type of data the distribution is over.
Return Value
DoubleSee Also