Two Sample TTest.Variance 1 Property
Gets or sets the variance of the first sample.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The variance of the first sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double Variance1 { get; set; }Property Value
DoubleThe variance of the first sample.
Remarks
This property can only be set if Sample1 is null. The variance must be greater than or equal to zero.
Exceptions
| InvalidOperationException | Sample1 is not null. |
| ArgumentOutOfRangeException | The new variance is less than zero. |