Click or drag to resize

NormalGammaDensityLn(Double, Double) 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(
	double mean,
	double prec
)

Parameters

mean  Double
The mean of the distribution
prec  Double
The precision of the distribution

Return Value

Double
The log of the density value
See Also