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