One Sample Chi Square Test.Sample Variance 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#
The variance of the sample.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public double SampleVariance { get; set; }Property Value
DoubleThe variance of the sample.
Exceptions
| InvalidOperationException | 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. |
| ArgumentOutOfRangeException | The new variance is less than zero. |