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 the independent samples (ordinal/numeric values) to be tested.
Group column
Column containing the group labels that define which group each sample belongs to.
Missing value strategy
Strategy for handling missing and Double.NaN values in the test column:
  • Failed: An exception is thrown and the node fails to execute if missing values are present.
  • Fixed: Missing values are replaced with Double.NaN and included in the ranking.
  • 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.