Click or drag to resize

MeanPrecisionPair Constructor

Initializes a new instance of the MeanPrecisionPair struct.

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

Parameters

m  Double
The mean of the pair.
p  Double
The precision of the pair.
See Also