Class FDistribution represents the F probability distribution.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
[SerializableAttribute]
public class FDistribution : ProbabilityDistribution, 
	IRandomVariableMoments
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class FDistribution _
	Inherits ProbabilityDistribution _
	Implements IRandomVariableMoments
Visual C++
[SerializableAttribute]
public ref class FDistribution : public ProbabilityDistribution, 
	IRandomVariableMoments

Remarks

The F distribution is the ratio of two chi-square distributions with degrees of freedom df1 and df2, respectively, where each chi-square has first been divided by its degrees of freedom.

Inheritance Hierarchy

System..::.Object
  CenterSpace.NMath.Stats..::.ProbabilityDistribution
    CenterSpace.NMath.Stats..::.FDistribution

See Also