Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Distributions Namespace


Extreme Optimization Statistics Library for .NET

StudentTDistribution Class

Represents the Student t distribution.

For a list of all members of this type, see StudentTDistribution Members.

System.Object
   Distribution
      ContinuousDistribution
         StudentTDistribution

[Visual Basic]
Public Class StudentTDistribution
Inherits ContinuousDistribution
[C#]
public class StudentTDistribution : ContinuousDistribution

Remarks

Student's t distribution is commonly used to test if the difference between the means of two samples is statistically significant. It is a variation of the normal distribution that takes into account that the mean of a sample is only an estimate for the mean of the population.

The student t distribution has one parameter: the degrees of freedom of the sample.

Requirements

Namespace: Extreme.Statistics.Distributions

Assembly: Extreme.Statistics (in Extreme.Statistics.dll)

See Also

StudentTDistribution Members | Extreme.Statistics.Distributions Namespace