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

Property Value

Boolean
true 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.

See Also