Kruskal-Wallis Test

The non-parametric, independent Kruskal-Wallis test tests if several groups with ordinal attributes originate from the same distribution.

More information can be found at Kruskal-Wallis test on Wikipedia.

Hypotheses:
H0: the mean ranks of the groups are the same.
HA: the mean ranks of the groups differ.

Options

Test Column
Column containing independent samples.
Group Column
Column containing group labels.
Missing Value Strategy
Strategy on how missing and Double.NaN values are treated.
  • Fixed: Missing values will be replaced with Double.NaN.
  • Failed: An exception is thrown and the node fails to execute.
  • Maximal: Missing values are considered to be maximal in the ranking.
  • Minimal: Missing values are considered to be minimal in the ranking.

Input Ports

Icon
Input table with at least one ordinal column and one nominal column (groups).

Output Ports

Icon
Output table with Kruskal-Wallis test statistic, p-Value, and descriptive statistics of group ranks.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.