Home > Extreme Optimization Statistics Library for .NET > Reference > Extreme.Statistics.Tests Namespace
Enumerates the possible ways to relate two samples in a two sample hypothesis test.
This type enumerates the possible values for the Pairing property of the TwoSampleTTest class.
| Member Name | Description |
|---|---|
| Unpaired | The two samples are independent. |
| Paired | The two samples are paired. Each observation in the first sample has a corresponding observation in the second sample. |
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Statistics (in Extreme.Statistics.dll)
Extreme.Statistics.Tests Namespace