Click or drag to resize

NormalGammaDensityLn(MeanPrecisionPair) Method

Evaluates the log probability density function for a NormalGamma distribution.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double DensityLn(
	MeanPrecisionPair mp
)

Parameters

mp  MeanPrecisionPair
The mean/precision pair of the distribution

Return Value

Double
The log of the density value
See Also