Enumerates the possible ways to relate two samples in a two sample hypothesis test.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public enum SamplePairing
Public Enumeration SamplePairing
public enum class SamplePairing
| Member name | Value | Description |
---|
| Unpaired | 0 |
The two samples are independent.
|
| Paired | 1 |
The two samples are paired. Each observation in the first sample
has a corresponding observation in the second sample.
|
This type enumerates the possible values for the
Pairing property of the TwoSampleTTest
class.
Reference