OneSampleTest<T>.Sample Property

Gets or sets the variable the test is to be applied to.

Definition

Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Vector<T> Sample { get; set; }

Property Value

Vector<T>
The Vector<T> the test is to be applied to.

Remarks

Not all one-sample hypothesis tests requires this property to be set. Some tests only need certain parameters of the sample to compute the test statistic.

See Also