Click or drag to resize

ChiSquareDistribution(Double, RandomGenerator) Constructor

Initializes a new instance of the ChiSquareDistribution class.

Namespace: Altaxo.Calc.Probability.Old
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ChiSquareDistribution(
	double f,
	RandomGenerator ran
)

Parameters

f  Double
The degrees of freedom.
ran  RandomGenerator
The random number generator to use.
See Also