Non-Parametric Analysis - 20241029 - 033906 - 0000
Non-Parametric Analysis - 20241029 - 033906 - 0000
Analysis
WHAT IS NON-PARAMETRIC
ANALYSIS?
Non-parametric analysis is a type of statistical method used in
research when the data doesn't meet the assumptions required for
parametric tests, such as normal distribution or equal variances.
Unlike parametric methods, which rely on assumptions about the
population parameters (like the mean and variance), non-parametric
methods do not require the data to fit a specific distribution.
Non-parametric analysis is characterized by its flexibility, as it does not require
assumptions about the underlying data distribution. Often referred to as
"distribution-free," this method can be applied to data that does not follow a
normal distribution, making it suitable for a wide range of situations. It is
especially useful for ordinal (ranked) or nominal (categorical) data, as well as
data that is not normally distributed.Non-parametric methods are also robust in
the presence of outliers, meaning that extreme values have less impact on the
results. Additionally, these methods are effective for small sample sizes, where
the assumptions of parametric tests may not hold true. This versatility makes
non-parametric analysis a valuable tool in many fields of research.
Examples of non-parametric
tests include:
• Chi-square test: Examines relationships between categorical variables.
• Mann-Whitney U test: Compares differences between two independent
groups.
• Wilcoxon signed-rank test: Compares paired data or two related samples.
• Kruskal-Wallis test: Compares more than two independent groups.
Expected
A random sample of 140 orders revealing the following:
Observed
Test at a = 0.05 to determine if the observed colours differ
significantly from the manufacturer's expectation.
Expected
Luckiest Guy
SOLUTION:
GROUP STUDY 40 10 50
SOLO STUDY 30 20 50
TOTAL 70 30 100
STEP 3: CALCULATE EXPECTED FREQUENCIES (E)
Luckiest Guy
STEP 4: CREATE THE EXPECTED FREQUENCY TABLE
STEP 5: CALCULATE THE CHI-SQUARED
STATISTIC
Use the formula:
FOR GROUP STUDY - PASSED: FOR GROUP STUDY - FAILED:
χ2≈0.714+1.667+0.714+1.667≈4.762
STEP 7: DETERMINE DEGREES OF FREEDOM
The degrees of freedom (df) for a chi-squared test of
independence is calculated as:
df = (r−1)×(c−1)
Where:
r = number of rows (2 study methods)
c = number of columns (2 performance levels)
STEP 7: DETERMINE DEGREES OF FREEDOM
SOLUTION:
df = (r−1)×(c−1)
df = (2−1)×(2−1)
df = 1×1
df = 1
STEP 8: FIND THE CRITICAL VALUE
Using a chi-squared distribution table and a significance level (α) of 0.05 with 1
degree of freedom, the critical value is approximately 3.841.
STEP 9: MAKE A DECISION
Ex.
Reaction time Reaction time
of Male of Female
Students Students
EXAMPLE OF MANN-
WHITNEY U
Medical example:
For a pharmaceutical company you want to test whether a drug XY has an influence
on body weight. For this purpose, the drug is administered to 20 test persons, 20 test
persons receive a placebo and 20 test persons receive no drug or placebo.
KRUSKAL-WALLIS TEST
KRUSKAL-WALLIS TEST
The calculation of the Kruskal and Wallis rank variance analysis is
similar to that of the Mann-Whitney U-Test, which is the nonparametric
counterpart of the t-test for independent samples.
Let's say the null hypothesis is true and thus there is no difference
between the independent samples. Then high and low ranks are randomly
distributed across the samples and should be equally distributed across the
groups. Therefore, the probability that a rank is assigned to a group is the
same for all groups.
KRUSKAL-WALLIS TEST
If there is no difference between the groups, the mean value of the ranks
should also be the same in all groups. The expected value of the ranks for
each group is then given by
KRUSKAL-WALLIS TEST
Each sample has the same expected value of the ranks, which corresponds to the
expected value of the population. Furthermore, the variance of the ranks is needed,
the variance can be calculated with the following formula:
KRUSKAL-WALLIS TEST
KRUSKAL-WALLIS TEST
Calculation with example data :
Let's say you have measured the reaction time of three groups and you want to know if
there is a difference between them. To find out, you now use the H-test (Kruskal-Wallis
test)
First we assign a rank to each person, then we calculate the rank sum and the mean rank
sum.
At a significance level of 5%, the critical chi-square value is therefore
5.991. This critical value is therefore greater than the calculated chi-
square or H value. Thus, the null hypothesis is maintained and there is
no difference in reaction time in the three groups.
A health coach wants to compare the effectiveness of two different diet
plans on weight loss among two independent groups of participants. The
weight loss data is ordinal (e.g., categorized as "low," "medium," "high").
Mann-Whitney U Test
A researcher investigates whether there is a relationship between
smoking status (smoker/non-smoker) and the occurrence of lung
disease (yes/no) among 300 participants.
Chi-Square Test
A researcher aims to compare the satisfaction levels of customers using
three different brands of fitness trackers. She collects satisfaction ratings
(on a scale from 1 to 10) from independent groups of customers for each
brand.
Kruskal-Wallis Test
A nutritionist wants to evaluate the effectiveness of a new meal plan on
cholesterol levels. She measures the cholesterol levels of 15 participants
before they start the meal plan and then again after six weeks of
following it.
Wilcoxon Signed-Rank Test
Thank you