Gets or sets the variable the test is to be applied to.
Namespace:
Extreme.Statistics.Tests
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> Sample { get; set; }
Public Property Sample As Vector(Of T)
Get
Set
public:
property Vector<T>^ Sample {
Vector<T>^ get ();
void set (Vector<T>^ value);
}
member Sample : Vector<'T> with get, set
Property Value
Type:
VectorTThe
VectorT the test is to be applied to.
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.
Reference