Two Sample TTest.Pairing Property
Gets or sets whether the test is paired or unpaired.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A SamplePairing value.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public SamplePairing Pairing { get; set; }
Property Value
SamplePairingA SamplePairing value.
Remarks
The default value is Unpaired.
Exceptions
ArgumentOutOfRangeException | The new value is not equal to one of the allowed values of SamplePairing. |