TwoSampleTTest.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#
public SamplePairing Pairing { get; set; }

Property Value

SamplePairing
A SamplePairing value.

Remarks

The default value is Unpaired.

Exceptions

ArgumentOutOfRangeExceptionThe new value is not equal to one of the allowed values of SamplePairing.

See Also