NormalGamma(Double, Double, Double, Double, Random) Constructor |
Namespace: Altaxo.Calc.DistributionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public NormalGamma(
double meanLocation,
double meanScale,
double precisionShape,
double precisionInverseScale,
Random randomSource
)
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.
- randomSource Random
- The random number generator which is used to draw random samples.
See Also