OneSampleChiSquareTest.SampleVariance Property

Gets or sets the variance of the sample.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double SampleVariance { get; set; }

Property Value

Double
The variance of the sample.

Exceptions

InvalidOperationExceptionAn attempt is made to set the sample variance for a test based on a Vector<T> sample. Set Sample to null before setting this property.
ArgumentOutOfRangeExceptionThe new variance is less than zero.

See Also