Statistical tests can be either parametric or non-parametric.
These tests have a higher statistical power because they provide a greater probability of correctly rejecting a false statistical hypothesis.
Examples of parametric tests we have covered include the Z-test for the standardized normal distribution, Student’s t-test, ANOVA (Analysis of Variance), and the Pearson correlation coefficient r.
Non-parametric tests, on the other hand, do not assume any specific type of distribution and do not require the estimation of statistical parameters such as mean, variance, or standard deviation.
In simple terms, non-parametric tests can be broadly categorized as follows:
1) Goodness-of-fit tests (comparing observed values with expected values).
2) Tests that serve as non-parametric alternatives to parametric tests.
Examples of non-parametric tests we have discussed, with links for more detailed information, include the Chi-square test, the Wilcoxon test, the Spearman rank correlation coefficient, and the Kendall rank correlation coefficient.
Generally, parametric tests are more powerful than non-parametric tests, but they require data to meet certain conditions. When these conditions are not met, non-parametric tests provide a viable alternative.
Additionally, it is important to note that non-parametric tests can sometimes be used even when data meet the requirements for parametric tests; in such cases, they are often chosen for greater robustness or to avoid making overly restrictive assumptions.
What is the Monte Carlo method The story of the Monte Carlo method begins in…
Date Converter Use the converter to transform any Gregorian date into the corresponding French Revolutionary…
One of the most common questions when planning an A/B test is: how many users…
Introduction Machine Learning is changing the way we see the world around us. From weather…
The Gini coefficient is a measure of the degree of inequality in a distribution, and…
Contingency tables are used to evaluate the interaction between two categorical variables (qualitative). They are…