HYPOTHESIS TESTING

Hypothesis testing is a statistical method used to determine if there is enough evidence to support a specific claim or assumption about a population

Concepts

Parametric hypothesis testing

One-sample tests

Two-sample tests

Non-parametric hypothesis testing

Chi-square test

Learn how to perform and interpret the Chi-square test, a key statistical tool for examining the association between categorical variables.

Kolmogorov-Smirnov (Lilliefors) test

Learn how to apply the Kolmogorov-Smirnov (Lilliefors) test, a nonparametric test used to evaluate the goodness of fit for a sample distribution against a reference distribution.

Shapiro-Wilk test

The Shapiro-Wilk test is a powerful tool for assessing whether a given sample comes from a normally distributed population. It is particularly useful in small sample sizes.

Jarque-Bera test

Learn about the Jarque-Bera test, a statistical test that checks the normality of a dataset by examining its skewness and kurtosis.

Sign test

Learn how to perform and interpret the Sign test, a nonparametric alternative to the paired t-test that makes no assumptions about the distribution of the data.

Wilcoxon test

Learn how to apply and interpret the Wilcoxon test, a versatile nonparametric method used for hypothesis testing on paired or independent samples without assuming normality.

Ljung-Box test

Understand the Ljung-Box test, a crucial tool for identifying autocorrelation in time series data, and learn how to apply it effectively.

Kruskal-Wallis test

The Kruskal-Wallis test is the nonparametric alternative to one-way ANOVA, comparing three or more independent groups using ranks instead of raw values.

Fisher's exact test

Fisher's exact test computes an exact p-value for small contingency tables, using the hypergeometric distribution instead of the chi-square approximation.

Levene's test

Levene's test checks whether two or more groups have equal variances, without assuming the data are normally distributed.

McNemar's test

McNemar's test compares paired binary outcomes measured on the same subjects, such as before/after or two raters on the same cases, using only the pairs that disagree.