Two Sample TTest.Variance 2 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#
The variance of the second sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double Variance2 { get; set; }Property Value
DoubleThe 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
| InvalidOperationException | Sample2 is not null. |
| ArgumentOutOfRangeException | The new variance is less than zero. |