Two Sample TTest.Assume Equal Variances Property
Gets or sets whether the variances of the two samples are assumed to be equal.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the variances of the two samples are assumed to be equal; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public bool AssumeEqualVariances { get; set; }
Property Value
Booleantrue if the variances of the two samples are assumed to be equal; otherwise false.
Remarks
This property is only meaningful for an unpaired test. It is ignored for a paired test.
The default value is false.