A function which evaluates a log density.
            
Namespace: Altaxo.Calc.Statistics.McmcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic 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
Double
See Also