Constructs a new
KruskalWallisTest for
observations grouped by the specified grouping variable.
Namespace: Extreme.Statistics.TestsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public KruskalWallisTest(
Vector<double> values,
ICategoricalVector groups
)
Public Sub New (
values As Vector(Of Double),
groups As ICategoricalVector
)
public:
KruskalWallisTest(
Vector<double>^ values,
ICategoricalVector^ groups
)
new :
values : Vector<float> *
groups : ICategoricalVector -> KruskalWallisTest
Parameters
- values
- Type: Extreme.MathematicsVectorDouble
A variable that contains the observations that are to be compared. - groups
- Type: Extreme.MathematicsICategoricalVector
A categorical variable that specifies the group each observation belongs to.
Numerical Libraries
Supported in: 6.0
Reference