Two Sample TTest.Assume Equal Variances Property
Gets or sets whether the variances of the two samples are assumed to be equal.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the variances of the two samples are assumed to be equal; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.