NonCentralFDistribution Constructor

Constructs a new NonCentralFDistribution object.

Definition

Namespace: Extreme.Statistics.Distributions
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public NonCentralFDistribution(
	double numeratorDegreesOfFreedom,
	double denominatorDegreesOfFreedom,
	double nonCentralityParameter
)

Parameters

numeratorDegreesOfFreedom  Double
The number of degrees of freedom for the variance of the sample for the denominator.
denominatorDegreesOfFreedom  Double
The number of degrees of freedom for the variance of the sample for the denominator.
nonCentralityParameter  Double
The non-centrality parameter.

See Also