OneSampleChiSquareTest.Variance Property

Gets or sets the proposed variance.

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public double Variance { get; set; }

Property Value

Double
The proposed variance.

Exceptions

ArgumentOutOfRangeException

The new variance is less than zero.

See Also