TwoSampleTTest.AssumeEqualVariances 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.0
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