Sample Pairing Enumeration
Enumerates the possible ways to relate two samples in a two sample hypothesis test.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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. |