Kruskal Wallis Tests

Kruskal Wallis Tests

Description

Kruskal-Wallis test is a non-parametric version of one way ANOVA. It determines whether the medians of two or more groups are different.

Why to use

To identify whether there is a significant difference between the medians in the groups.

When to use

  • When all the independent variables are numerical.
  • When there are more than two variables in single or multiple datasets.
  • When there is no relationship between the members of all groups.

When not to use

  • In the case of non-continuous, categorical, or textual variables.
  • If a group contains any dependent variable and is not on the Ordinal, Ratio, or Interval scale.
  • If a group contains constants, discrete, and empty/missing values.

Prerequisites

  • The independent variable should be a numerical value. It should not possess any infinite or missing value.
  • All the groups should have the same size of distributions.

Input

Numeric dataset

Output

  • H-statistic
  • p Value

Statistical Methods Used

  • H-statistic
  • p Value
  • Alpha (α)

Limitations

this method cannot identify which dataset/column has a different median.


The test calculates the p value. Compare this p value with the alpha value to conclude hypothesis testing. Reject the hypothesis if the p value is less than alpha.
The test also calculates and displays the H-statistics. H-statistics calculates the interaction strength between the two features.
    • Related Articles

    • Parametric Tests

      It is a kind of Statistical method that helps us determine whether to accept or reject the null hypothesis. Parametric tests work on the basic idea that there are a set of fixed parameters that are used to determine the probability model. These tests ...
    • Non-Parametric Tests

      It is a kind of Statistical method that helps us determine whether to accept or reject the null hypothesis. Nonparametric tests are based on the ranks held by different data points. Nonparametric tests don’t assume anything about the distribution ...
    • Time-series Data Preparation Tests in Forecasting

      The different tests available in Time-series Data Preparation under Forecasting are given below. Accumulation Missing Value Transformation Differencing Data Preparation Description The time-series data may contain missing values that need to be ...
    • Rubiscape Spring '23

      New Features Studio Rubiscape Desktop All your favorite Rubiscape features, functions, and powerful dashboarding capabilities are now available in Rubiscape Desktop for Windows. With a completely new setup wizard, you can now customize your ...
    • Parametric Distribution Fitting

      Parametric Distribution Fitting Description Parametric distribution fitting is the process used to select a statistical distribution that best fits a data set. Why to use Statistical Analysis When to use To decide the distribution best suited for ...