Gets or sets the variable the test is to be applied to.
Namespace: Extreme.Statistics.Tests
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property Sample As NumericalVariable |
| C# |
|---|
public NumericalVariable Sample { get; set; } |
| C++ |
|---|
public: NumericalVariable^ Sample { NumericalVariable^ get (); void set (NumericalVariable^ value); } |
Value
The NumericalVariable 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.