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