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


Extreme Optimization Statistics Library for .NET

TwoSampleTTest Class

Represents a test that the difference between the population means of two samples is equal to a specific value.

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

System.Object
   HypothesisTest
      TwoSampleTest
         TwoSampleTTest

[Visual Basic]
NotInheritable Public Class TwoSampleTTest
Inherits TwoSampleTest
[C#]
public sealed class TwoSampleTTest : TwoSampleTest

Remarks

Use the TwoSampleTTest class to test the hypothesis that the difference between two population means are equal to a specific value.

The test can be either paired or unpaired. In a paired test, each observation in the first sample has a corresponding observation in the second sample.

An example of an unpaired test is one that compares the average height of men and women by choosing _random samples of each group. An example of an unpaired test is one that compares the height of fathers to that of their sons.

Requirements

Namespace: Extreme.Statistics.Tests

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

See Also

TwoSampleTTest Members | Extreme.Statistics.Tests Namespace