Sample Pairing Enumeration
Enumerates the possible ways to relate two samples in a two sample hypothesis test.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public enum SamplePairing
Remarks
This type enumerates the possible values for the Pairing property of the TwoSampleTTest class.
Members
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. |