TwoSampleTTest.Variance2 Property

Gets or sets the variance of the second sample.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Variance2 { get; set; }

Property Value

Double
The variance of the second sample.

Remarks

This property can only be set if Sample2 is null. The variance must be greater than or equal to zero.

Exceptions

InvalidOperationExceptionSample2 is not null.
ArgumentOutOfRangeExceptionThe new variance is less than zero.

See Also