OneSampleChiSquareTest.SampleSize Property

Gets or sets the size of the sample.

Definition

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

Property Value

Int32
The size of the sample.

Exceptions

InvalidOperationException

An attempt is made to set the sample mean for a test based on a Vector<T> sample. Set Sample to null before setting this property.

ArgumentOutOfRangeException

The new sample size is less than one.

See Also