Numerical Components for .NET
Namespace: Extreme.Statistics.DistributionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
[SerializableAttribute] public class StudentTDistribution : ContinuousDistribution
<SerializableAttribute> _ Public Class StudentTDistribution _ Inherits ContinuousDistribution
[SerializableAttribute] public ref class StudentTDistribution : public ContinuousDistribution
[<SerializableAttribute>] type StudentTDistribution = class inherit ContinuousDistribution end
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.
Copyright © 2003-2013, Extreme Optimization. All rights reserved. Extreme Optimization, Complexity made simple, M#, and M Sharp are trademarks of ExoAnalytics Inc. Microsoft, Visual C#, Visual Basic, Visual Studio, Visual Studio.NET, and the Optimized for Visual Studio logo are registered trademarks of Microsoft Corporation.