Click or drag to resize

NormalGamma(Double, Double, Double, Double) Constructor

Initializes a new instance of the NormalGamma class.

Namespace: Altaxo.Calc.Distributions
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public NormalGamma(
	double meanLocation,
	double meanScale,
	double precisionShape,
	double precisionInverseScale
)

Parameters

meanLocation  Double
The location of the mean.
meanScale  Double
The scale of the mean.
precisionShape  Double
The shape of the precision.
precisionInverseScale  Double
The inverse scale of the precision.
See Also