Runs Test<T> Constructor
Definition
Namespace: Numerics.NET.Statistics.Tests
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Runs | Constructs a new runs test for a categorical variable. |
Runs | Constructs a new runs test for a numerical variable. |
Runs | Constructs a new runs test for a numerical variable and a specific cut point. |
RunsTest<T>(CategoricalVector<T>)
Constructs a new runs test for a categorical variable.
RunsTest<T>(Vector<T>)
Constructs a new runs test for a numerical variable.
RunsTest<T>(Vector<T>, T)
Constructs a new runs test for a numerical variable and a specific cut point.