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


Extreme Optimization Statistics Library for .NET

SamplePairing Enumeration

Enumerates the possible ways to relate two samples in a two sample hypothesis test.

[Visual Basic]
Public Enum SamplePairing
[C#]
public enum SamplePairing

Remarks

This type enumerates the possible values for the Pairing property of the TwoSampleTTest class.

Members

Member NameDescription
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.

Requirements

Namespace: Extreme.Statistics.Tests

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

See Also

Extreme.Statistics.Tests Namespace