OneSampleTest<T>.Sample Property

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

Definition

Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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