Class TDistribution represents Student's t-distribution with the specified degrees of freedom.

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

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

Remarks

As the number of degrees of freedom grows, the t-distribution approaches the normal distribution with mean 0 and variance 1.

Inheritance Hierarchy

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

See Also