Click or drag to resize

ChiSquareDistribution(Double, Generator) Constructor

Initializes a new instance of the ChiSquareDistribution class using the specified degrees of freedom and random number generator.

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

Parameters

f  Double
Degrees of freedom.
ran  Generator
The random number generator used.
See Also