SamplePairing 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#
public enum SamplePairing

Remarks

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

Members

Unpaired0 The two samples are independent.
Paired1 The two samples are paired. Each observation in the first sample has a corresponding observation in the second sample.

See Also