FTest.Numerator Variance Property
Gets or sets the variance of the sample in the numerator.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The variance of the sample in the numerator.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public double NumeratorVariance { get; set; }
Property Value
DoubleThe variance of the sample in the numerator.
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. |