One Sample Chi Square Test.Sample Variance Property
Gets or sets the variance of the sample.
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The variance of the sample.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public double SampleVariance { get; set; }
Property Value
DoubleThe variance of the sample.
Exceptions
Invalid | An 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. |
Argument | The new variance is less than zero. |