Two Sample TTest.Variance 1 Property
Gets or sets the variance of the first sample.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
C#
The variance of the first sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
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
| Invalid | Sample1 is not null. |
| Argument | The new variance is less than zero. |