One Sample Chi Square Test.Variance Property
Gets or sets the proposed variance.
Definition
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The proposed variance.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double Variance { get; set; }
Property Value
DoubleThe proposed variance.
Exceptions
ArgumentOutOfRangeException | The new variance is less than zero. |