SlideShare a Scribd company logo
Non-parametric statistics
Anchal, BalRam, Kush
Environment Management 2016
USEM
Learning objectives
Compare and contrast parametric and nonparametric tests
Perform and interpret the Mann Whitney U Test
Perform and interpret the Sign test and Wilcoxon Signed Rank
Test
Compare and contrast the Sign test and Wilcoxon Signed Rank
Test
Perform and interpret the Kruskal Wallis test
INFERENTIAL STATISTICS
PARAMETRIC
STATISTICS
NON-
PARAMETRIC
STATISTICS
Parametric Non-parametric
Assumed distribution normal any
Typical data Ratio or interval Nominal or ordinal
Usual central measures mean Median
Benefits Can draw many
conclusions
Simplicity less affected by
outliers
Tests
Independent measures, 2
groups
Independent measure t
test
Mann- whitney test
Independent measures, >2
groups
One way independent
measures ANOVA
Kruskal wallis test
Repeated measures, 2
conditions
Matched pair t-test Wilcoxon test
Table: Distinguish between parametric and non parametric statistics
Nonparametric tests
• Also known as distribution-free tests because they are based on
fewer assumptions (e.g., they do not assume that the outcome is
approximately normally distributed).
• Parametric tests involve specific probability distributions (e.g., the
normal distribution) and the tests involve estimation of the key
parameters of that distribution (e.g., the mean or difference in
means) from the sample data.
• There are some situations when it is clear that the outcome does
not follow a normal distribution. These include:
when the outcome is an ordinal variable or a rank,
when there are definite outliers or
when the outcome has clear limits of detection.
Non-parametric Methods
• Sign Test
• Wilcoxon Signed-Rank Test
• Mann-Whitney-Wilcoxon Test
• Kruskal-Wallis Test
How to assign the ranks
Ordered observed data 0 2 3 5 7 9
ranks 1 2 3 4 5 6
Ordered observed data 0 2 3 7 7 9
ranks 1 2 3 4.5 4.5 6
Ordered observed data 0 2 3 7 7 7
ranks 1 2 3 5 5 5
1. Sign Test
• A common application of the sign test involves using a sample
of n potential customers to identify a preference for one of
two brands of a product.
• The objective is to determine whether there is a difference in
preference between the two items being compared.
• To record the preference data, we use a plus sign if the
individual prefers one brand and a minus sign if the individual
prefers the other brand.
• Because the data are recorded as plus and minus signs, this
test is called the sign test.
Example: Butter Taste Test
• Sign Test: Large-Sample Case
As part of a market research study, a sample of 36
consumers were asked to taste two brands of butter and
indicate a preference. Do the data shown below indicate a
significant difference in the consumer preferences for the
two brands?
18 preferred Amul Butter (+ sign recorded)
12 preferred Mother Dairy Butter (_ sign recorded)
6 had no preference
The analysis is based on a sample size of 18 + 12 = 30.
Example: Butter Taste Test
H0: No preference for one brand over the other exists
Ha: A preference for one brand over the other exists
• Sampling Distribution
2.74
Sampling distribution
of the number of “+”
values if there is no
brand preference
 =30/2 =15
Example: Butter Taste Test
• Rejection Rule
Using 0.05 level of significance,
Reject H0 if z < -1.96 or z > 1.96
• Test Statistic
z = (18 - 15)/2.74 = 3/2.74 = 1.095
• Conclusion
Do not reject H0. There is insufficient evidence in the
sample to conclude that a difference in preference exists for
the two brands of butter.
2. Wilcoxon Signed-Rank Test
• The Wilcoxon test is used when we are unwilling to make assumptions
about the form of the underlying population probability distributions,
• but we want compare paired samples.
• Analogous to the dependent t-test we are interested in the difference
• in two measurements taken from each person.
• The rank sum of the positive (T+) and negative (T−) differences are
calculated, the smallest of these is used as the test statistic to test the
hypothesis.
• Two assumptions underlie the use of this technique.
1. The paired data are selected randomly.
2. The underlying distributions are symmetrical.
Small-Sample Case (n ≤15)
• When sample size is small, a critical value against which to
compare T can be found by table, to determine whether the null
hypothesis should be rejected. The critical value is located by using
n and α.
• If the observed value of T is less than or equal to the critical value
of T, the decision is to reject the null hypothesis.
Problem: The survey by American Demographics estimated the
average annual household spending on healthcare. The U.S.
metropolitan average was $1,800. Suppose six families in
Pittsburgh, Pennsylvania, are matched demographically with six
families in Oakland, California, and their amounts of household
spending on healthcare for last year are obtained. The data follow
on the next page.
A healthcare analyst uses α = 0.05 to test to determine whether
there is a significant difference in annual household healthcare
spending between these two cities.
STEP 1. The following hypotheses are being tested.
H0: Md= 0
Ha: Md≠ 0
STEP 2. Because the sample size of pairs is six, the small-
sample Wilcoxon matched pairs signed ranks test is
appropriate if the underlying distributions are assumed to
be symmetrical.
Step 3. calculated T = 3 is greater than critical T = 1 (at α=0.05,
the decision is to accept the null hypothesis.
Conclusion: there is no significant difference in annual
household healthcare spending between Pittsburgh and
Oakland.
Large-Sample Case (n >15)
For large samples, the T statistic is approximately normally
distributed and a z score can be used as the test statistic.
Problem: Suppose a company implemented a quality-
control program and has been operating under it for 2
years. The company’s president wants to determine
whether worker productivity significantly increased since
installation of the program. Use a non parametric statistics
for the following data at α=0.01.
STEP 1. The following hypotheses are being tested.
H0: Md= 0
Ha: Md≠ 0
STEP 2. Wilcoxon matched-pairs signed rank test to be
applied on the data to test the difference in productivity from
before to after.
STEP 3. Computes the difference values and because zero
differences are to be eliminated, deletes worker 3 from the
study. This reduces n from 20 to 19, then ranks the
differences regardless of sign.
non parametric statistics
STEP 4. This test is one tailed. The critical value is z =-2.33. Here calculate
z is less than critical z, hence we reject the null hypothesis.
Conclusion: The productivity is significantly greater after the
implementation of quality control at this company.
3. Mann-Whitney-Wilcoxon Test
(U test)
• Also known as Wilcoxon rank sum test.
• It is a nonparametric counterpart of the t test used to compare the
means of two independent populations.
• The following assumptions underlie the use of the Mann-Whitney
U test.
1. The samples are independent.
2. The level of data is at least ordinal.
• The two-tailed hypotheses being tested with the Mann-Whitney U
test are as follows.
H0: The two populations are identical.
Ha: The two populations are not identical.
Mann-Whitney-Wilcoxon Test
(U test)
• Computation of the U test begins by arbitrarily designating two
samples as group 1 and group 2. The data from the two groups are
combined into one group, with each data value retaining a group
identifier of its original group. The pooled values are then ranked
from 1 to n.
• W 1 and W2 are the sum of the ranks of values from group 1 and
group 2 respectively.
• Small sample case: when both n1 and n2 ≤10
• Large sample case: when both n1 and n2 >10
Small sample case
• The test statistic is the smallest of these two U values.
• Determine the p-value for a U from the table.
• Note: For a two-tailed test, double the p-value shown in the table.
non parametric statistics
non parametric statistics
non parametric statistics
• Because U2 is the smaller value of U, we use U = 3
as the test statistic. Because it is the smallest size,
let n1= 7; n2= 8.
• STEP 7. from table find a p-value of 0.0011. Because
this test is two tailed, we double the table p-value,
producing a final p-value of .0022. Because the p-
value is less than α = 0.05, the null hypothesis is
rejected.
• The statistical conclusion is that the populations are
not identical.
Large-Sample Case
• For large sample sizes, the value of U is approximately normally
distributed and hence compute a z score for the U value. A
decision is then made whether to reject the null hypothesis. A z
score can be calculated from U by the following formulas.
non parametric statistics
non parametric statistics
non parametric statistics
non parametric statistics
4. Kruskal Wallis Test
• Like the one-way analysis of variance, the Kruskal-Wallis test is
used to determine whether c ≥3 samples come from the same or
different populations.
• The Kruskal-Wallis test is based on the assumption that the c
groups are independent and that individual items are selected
randomly. The hypotheses tested by the Kruskal-Wallis test follow.
H0 :The c populations are identical.
Ha: At least one of the c populations is different.
Kruskal Wallis Test
o This test determines whether all of the groups come from the
same or equal populations or whether at least one group comes
from a different population.
o The process of computing a Kruskal-Wallis K statistic begins with
ranking the data in all the groups together, as though they were
from one group.
non parametric statistics
non parametric statistics
non parametric statistics
Start
Are the samples
independent? Use Mann
whitney U test
Are the data
atleast interval ?
Use sign test
Use Wilcoxon
signed rank test
yes
yes
no
no
Deciding which test to use
Advantages of
Nonparametric Tests
• Used with all scales
• Easier to compute
— Developed originally before wide
computer use
• Make fewer assumptions
• Need not involve population
parameters
• Results may be as exact as
parametric procedures
.
Disadvantages of
Nonparametric Tests
• May waste information
— If data permit using parametric
procedures
— Example: converting data from
ratio to ordinal scale
• Difficult to compute by hand for
large samples
• Tables not widely available
.
• Jarkko Isotalo, Basics of Statistics (Available online at:
http://www.mv.helsinki.fi/home/jmisotal/BoS.pdf)
• Ken Black, 6th edition, Business Statistics For Contemporary Decision
Making
• Lisa Sullivan, Non parametric statistics, Boston University School of Public
Health (available online at:
http://sphweb.bumc.bu.edu/otlt/MPHModules/BS/BS704_Nonparametri
c/BS704_Nonparametric_print.html)
• Arora, P.N and Malhan P.K; Biostatistics, 2009 Edition
• http://blog.minitab.com/blog/adventures-in-statistics/choosing-
between-a-nonparametric-test-and-a-parametric-test
non parametric statistics

More Related Content

What's hot (20)

PPT
wilcoxon signed rank test
raj shekar
 
PPT
Mann Whitney U Test | Statistics
Transweb Global Inc
 
PPTX
Parametric tests
Ananya Sree Katta
 
PPTX
Mann - Whitney U test.pptx
Melba Shaya Sweety
 
PPTX
Inferential Statistics and its Importance of inferential statistics
Muhammad Yousuf Ali
 
PPTX
{ANOVA} PPT-1.pptx
SNEHA AGRAWAL GUPTA
 
PPTX
PPT on Sample Size, Importance of Sample Size,
Naveen K L
 
PPTX
Anova, ancova
Aritra Das
 
PPTX
Wilcoxon Rank-Sum Test
Sahil Jain
 
PPTX
t distribution, paired and unpaired t-test
BPKIHS
 
PPTX
Non parametric test
Neetathakur3
 
PPTX
Observational analytical and interventional studies
Achyut Raj Pandey
 
PPTX
NON-PARAMETRIC TESTS by Prajakta Sawant
PRAJAKTASAWANT33
 
PPT
T test
sai precious
 
PPTX
3.1 non parametric test
Shital Patil
 
PPT
The Kruskal-Wallis H Test
Dr. Ankit Gaur
 
PPTX
Degree of freedom
StepUp Analytics
 
PPTX
Parametric and nonparametric test
ponnienselvi
 
PPTX
The t test
Mohamed Hersi Farah
 
PPTX
Null hypothesis
Regent University
 
wilcoxon signed rank test
raj shekar
 
Mann Whitney U Test | Statistics
Transweb Global Inc
 
Parametric tests
Ananya Sree Katta
 
Mann - Whitney U test.pptx
Melba Shaya Sweety
 
Inferential Statistics and its Importance of inferential statistics
Muhammad Yousuf Ali
 
{ANOVA} PPT-1.pptx
SNEHA AGRAWAL GUPTA
 
PPT on Sample Size, Importance of Sample Size,
Naveen K L
 
Anova, ancova
Aritra Das
 
Wilcoxon Rank-Sum Test
Sahil Jain
 
t distribution, paired and unpaired t-test
BPKIHS
 
Non parametric test
Neetathakur3
 
Observational analytical and interventional studies
Achyut Raj Pandey
 
NON-PARAMETRIC TESTS by Prajakta Sawant
PRAJAKTASAWANT33
 
3.1 non parametric test
Shital Patil
 
The Kruskal-Wallis H Test
Dr. Ankit Gaur
 
Degree of freedom
StepUp Analytics
 
Parametric and nonparametric test
ponnienselvi
 
Null hypothesis
Regent University
 

Viewers also liked (11)

PPTX
Nonparametric tests
Arun Kumar
 
PPT
Nonparametric statistics
Tarun Gehlot
 
PPTX
Intelligent agent
Geeta Jaswani
 
PPTX
AI: AI & Problem Solving
DataminingTools Inc
 
PPTX
AI: Planning and AI
DataminingTools Inc
 
PPT
2-Agents- Artificial Intelligence
Mhd Sb
 
PPTX
AI: Learning in AI
DataminingTools Inc
 
PPT
Planning
ahmad bassiouny
 
ZIP
Ai Slides
guestefaab0
 
PPT
Artificial Intelligence
u053675
 
PPTX
Artificial Intelligence Presentation
lpaviglianiti
 
Nonparametric tests
Arun Kumar
 
Nonparametric statistics
Tarun Gehlot
 
Intelligent agent
Geeta Jaswani
 
AI: AI & Problem Solving
DataminingTools Inc
 
AI: Planning and AI
DataminingTools Inc
 
2-Agents- Artificial Intelligence
Mhd Sb
 
AI: Learning in AI
DataminingTools Inc
 
Planning
ahmad bassiouny
 
Ai Slides
guestefaab0
 
Artificial Intelligence
u053675
 
Artificial Intelligence Presentation
lpaviglianiti
 
Ad

Similar to non parametric statistics (20)

PPTX
MPhil clinical psy Non-parametric statistics.pptx
rodrickrajamanickam
 
PPTX
non parametric test.pptx
SoujanyaLk1
 
PPT
Non-parametric presentationnnnnnnnnnnnnnn
narmadapati
 
PPT
9-NON PARAMETRIC TEST in public health .ppt
DrPARVATHYVINOD
 
DOCX
Non parametrics tests
rodrick koome
 
PPTX
Non-parametric.pptx qualitative and quantity data
NuhaminTesfaye
 
PPTX
NON-PARAMETRIC TESTS.pptx
DrLasya
 
PPTX
Marketing Research Hypothesis Testing.pptx
xababid981
 
PPTX
All non parametric test
gopinathannsriramachandraeduin
 
PPTX
All non parametric test
gopinathannsriramachandraeduin
 
PPTX
Non-parametric Statistical tests for Hypotheses testing
Sundar B N
 
PPT
Non parametric methods
Pedro Moreira
 
PPTX
allnonparametrictest-210427031923.pptx
SoujanyaLk1
 
PPTX
Research Non Parametric Statistics And its Application
AROOFAAFZAL1
 
PPTX
Non parametric tests
TwinkleJoshi4
 
PPTX
6. Nonparametric Test_JASP.ppt with full example
S Gayu
 
PPTX
biostat__final_ppt_unit_3.pptx
ShubhamYalawatakar1
 
PPTX
Friedman Test- A Presentation
Irene Gabiana
 
PDF
Unit-III Non-Parametric Tests BSRM.pdf
Ravinandan A P
 
PPT
Chapter 6 Ranksumtest
ghalan
 
MPhil clinical psy Non-parametric statistics.pptx
rodrickrajamanickam
 
non parametric test.pptx
SoujanyaLk1
 
Non-parametric presentationnnnnnnnnnnnnnn
narmadapati
 
9-NON PARAMETRIC TEST in public health .ppt
DrPARVATHYVINOD
 
Non parametrics tests
rodrick koome
 
Non-parametric.pptx qualitative and quantity data
NuhaminTesfaye
 
NON-PARAMETRIC TESTS.pptx
DrLasya
 
Marketing Research Hypothesis Testing.pptx
xababid981
 
All non parametric test
gopinathannsriramachandraeduin
 
All non parametric test
gopinathannsriramachandraeduin
 
Non-parametric Statistical tests for Hypotheses testing
Sundar B N
 
Non parametric methods
Pedro Moreira
 
allnonparametrictest-210427031923.pptx
SoujanyaLk1
 
Research Non Parametric Statistics And its Application
AROOFAAFZAL1
 
Non parametric tests
TwinkleJoshi4
 
6. Nonparametric Test_JASP.ppt with full example
S Gayu
 
biostat__final_ppt_unit_3.pptx
ShubhamYalawatakar1
 
Friedman Test- A Presentation
Irene Gabiana
 
Unit-III Non-Parametric Tests BSRM.pdf
Ravinandan A P
 
Chapter 6 Ranksumtest
ghalan
 
Ad

More from Anchal Garg (8)

PDF
Episodic Levels of PM10 , PM2.5 and PM1 during Diwali : A study in urban area...
Anchal Garg
 
PPTX
Water quality deterioration factors
Anchal Garg
 
PDF
SCOPE OF HIGHER EDUCATION AND RESEARCH IN URBAN FORESTRY, LANDSCAPE& URBAN B...
Anchal Garg
 
PPTX
E waste and how to manage it
Anchal Garg
 
DOCX
BIODEGRADATION OF ORGANIC POLLUTANTS
Anchal Garg
 
PPT
Energy flow by using energy models in ecosystem
Anchal Garg
 
PPTX
EIA for development projects
Anchal Garg
 
PPTX
bioremediation of oil spills
Anchal Garg
 
Episodic Levels of PM10 , PM2.5 and PM1 during Diwali : A study in urban area...
Anchal Garg
 
Water quality deterioration factors
Anchal Garg
 
SCOPE OF HIGHER EDUCATION AND RESEARCH IN URBAN FORESTRY, LANDSCAPE& URBAN B...
Anchal Garg
 
E waste and how to manage it
Anchal Garg
 
BIODEGRADATION OF ORGANIC POLLUTANTS
Anchal Garg
 
Energy flow by using energy models in ecosystem
Anchal Garg
 
EIA for development projects
Anchal Garg
 
bioremediation of oil spills
Anchal Garg
 

Recently uploaded (20)

PPTX
Control Panels glbkjh ubyiuyb bybuu.pptx
shnawy
 
PPTX
East India Company in Indian Subcontinent
anikatahsin84
 
PPTX
animal-research-and-alternatives methods
biggdaad011
 
PDF
Sydner Kemunto – Landscape Leadership Camp (LLC)
Global Landscapes Forum (GLF)
 
PDF
Climate Justice from an African Lens - Landscape Leadership Camp (LLC)
Global Landscapes Forum (GLF)
 
PDF
INDUS VALLEY SCHOOL OF ART AND ARCHITECTURE
shahid4405027
 
PDF
Anthony "Tony" Mattei - Passionate About Ecological Restoration
Anthony "Tony" Mattei
 
PPTX
introduction and scope EVS-Unit-1-ppt.pptx
surya singh
 
PPTX
Habit fomation in any sheet metal industry
kewauneeprasads
 
PPTX
Recognize a potential Market - power point presentation in grade 11
fevietagulo
 
PDF
KEY ANSWERS WEEK 2 oyoi uyioyi iyioy iyiyi iyy
saryanto21
 
PDF
Conflict Minerals and Responsible Sourcing.pdf
admin797519
 
PPTX
Aquatic_Ecosystem_Presentation_Shubh.pptx
shubhpandya2009
 
PPTX
Ed2 (1).pptxHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
23eg506b03
 
PDF
NRRM 350 Chapter 13: Parks & Protected Areas Management Presentation
Rowan Sales
 
PPTX
Use_of_PPEs_Storyboard safety bdgnfgnccx
Arun Phoke
 
PPTX
weather (1).pptx
AmgadMaher5
 
PDF
SSG- EEP 9.7.25 EcoClub Mission Life Awareness.pdf
Samanjit Sen Gupta
 
PDF
4. Dissa Natria - SUCOFINDO COP29 Azerbaijan (Hybrid Jakarta) 07112024.pdf
riniwidayanti5
 
PDF
Are Chimpanzees Unnecessarily Villified
Heera Yadav
 
Control Panels glbkjh ubyiuyb bybuu.pptx
shnawy
 
East India Company in Indian Subcontinent
anikatahsin84
 
animal-research-and-alternatives methods
biggdaad011
 
Sydner Kemunto – Landscape Leadership Camp (LLC)
Global Landscapes Forum (GLF)
 
Climate Justice from an African Lens - Landscape Leadership Camp (LLC)
Global Landscapes Forum (GLF)
 
INDUS VALLEY SCHOOL OF ART AND ARCHITECTURE
shahid4405027
 
Anthony "Tony" Mattei - Passionate About Ecological Restoration
Anthony "Tony" Mattei
 
introduction and scope EVS-Unit-1-ppt.pptx
surya singh
 
Habit fomation in any sheet metal industry
kewauneeprasads
 
Recognize a potential Market - power point presentation in grade 11
fevietagulo
 
KEY ANSWERS WEEK 2 oyoi uyioyi iyioy iyiyi iyy
saryanto21
 
Conflict Minerals and Responsible Sourcing.pdf
admin797519
 
Aquatic_Ecosystem_Presentation_Shubh.pptx
shubhpandya2009
 
Ed2 (1).pptxHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
23eg506b03
 
NRRM 350 Chapter 13: Parks & Protected Areas Management Presentation
Rowan Sales
 
Use_of_PPEs_Storyboard safety bdgnfgnccx
Arun Phoke
 
weather (1).pptx
AmgadMaher5
 
SSG- EEP 9.7.25 EcoClub Mission Life Awareness.pdf
Samanjit Sen Gupta
 
4. Dissa Natria - SUCOFINDO COP29 Azerbaijan (Hybrid Jakarta) 07112024.pdf
riniwidayanti5
 
Are Chimpanzees Unnecessarily Villified
Heera Yadav
 

non parametric statistics

  • 1. Non-parametric statistics Anchal, BalRam, Kush Environment Management 2016 USEM
  • 2. Learning objectives Compare and contrast parametric and nonparametric tests Perform and interpret the Mann Whitney U Test Perform and interpret the Sign test and Wilcoxon Signed Rank Test Compare and contrast the Sign test and Wilcoxon Signed Rank Test Perform and interpret the Kruskal Wallis test
  • 4. Parametric Non-parametric Assumed distribution normal any Typical data Ratio or interval Nominal or ordinal Usual central measures mean Median Benefits Can draw many conclusions Simplicity less affected by outliers Tests Independent measures, 2 groups Independent measure t test Mann- whitney test Independent measures, >2 groups One way independent measures ANOVA Kruskal wallis test Repeated measures, 2 conditions Matched pair t-test Wilcoxon test Table: Distinguish between parametric and non parametric statistics
  • 5. Nonparametric tests • Also known as distribution-free tests because they are based on fewer assumptions (e.g., they do not assume that the outcome is approximately normally distributed). • Parametric tests involve specific probability distributions (e.g., the normal distribution) and the tests involve estimation of the key parameters of that distribution (e.g., the mean or difference in means) from the sample data. • There are some situations when it is clear that the outcome does not follow a normal distribution. These include: when the outcome is an ordinal variable or a rank, when there are definite outliers or when the outcome has clear limits of detection.
  • 6. Non-parametric Methods • Sign Test • Wilcoxon Signed-Rank Test • Mann-Whitney-Wilcoxon Test • Kruskal-Wallis Test
  • 7. How to assign the ranks Ordered observed data 0 2 3 5 7 9 ranks 1 2 3 4 5 6 Ordered observed data 0 2 3 7 7 9 ranks 1 2 3 4.5 4.5 6 Ordered observed data 0 2 3 7 7 7 ranks 1 2 3 5 5 5
  • 8. 1. Sign Test • A common application of the sign test involves using a sample of n potential customers to identify a preference for one of two brands of a product. • The objective is to determine whether there is a difference in preference between the two items being compared. • To record the preference data, we use a plus sign if the individual prefers one brand and a minus sign if the individual prefers the other brand. • Because the data are recorded as plus and minus signs, this test is called the sign test.
  • 9. Example: Butter Taste Test • Sign Test: Large-Sample Case As part of a market research study, a sample of 36 consumers were asked to taste two brands of butter and indicate a preference. Do the data shown below indicate a significant difference in the consumer preferences for the two brands? 18 preferred Amul Butter (+ sign recorded) 12 preferred Mother Dairy Butter (_ sign recorded) 6 had no preference The analysis is based on a sample size of 18 + 12 = 30.
  • 10. Example: Butter Taste Test H0: No preference for one brand over the other exists Ha: A preference for one brand over the other exists • Sampling Distribution 2.74 Sampling distribution of the number of “+” values if there is no brand preference  =30/2 =15
  • 11. Example: Butter Taste Test • Rejection Rule Using 0.05 level of significance, Reject H0 if z < -1.96 or z > 1.96 • Test Statistic z = (18 - 15)/2.74 = 3/2.74 = 1.095 • Conclusion Do not reject H0. There is insufficient evidence in the sample to conclude that a difference in preference exists for the two brands of butter.
  • 12. 2. Wilcoxon Signed-Rank Test • The Wilcoxon test is used when we are unwilling to make assumptions about the form of the underlying population probability distributions, • but we want compare paired samples. • Analogous to the dependent t-test we are interested in the difference • in two measurements taken from each person. • The rank sum of the positive (T+) and negative (T−) differences are calculated, the smallest of these is used as the test statistic to test the hypothesis. • Two assumptions underlie the use of this technique. 1. The paired data are selected randomly. 2. The underlying distributions are symmetrical.
  • 13. Small-Sample Case (n ≤15) • When sample size is small, a critical value against which to compare T can be found by table, to determine whether the null hypothesis should be rejected. The critical value is located by using n and α. • If the observed value of T is less than or equal to the critical value of T, the decision is to reject the null hypothesis.
  • 14. Problem: The survey by American Demographics estimated the average annual household spending on healthcare. The U.S. metropolitan average was $1,800. Suppose six families in Pittsburgh, Pennsylvania, are matched demographically with six families in Oakland, California, and their amounts of household spending on healthcare for last year are obtained. The data follow on the next page. A healthcare analyst uses α = 0.05 to test to determine whether there is a significant difference in annual household healthcare spending between these two cities.
  • 15. STEP 1. The following hypotheses are being tested. H0: Md= 0 Ha: Md≠ 0 STEP 2. Because the sample size of pairs is six, the small- sample Wilcoxon matched pairs signed ranks test is appropriate if the underlying distributions are assumed to be symmetrical.
  • 16. Step 3. calculated T = 3 is greater than critical T = 1 (at α=0.05, the decision is to accept the null hypothesis. Conclusion: there is no significant difference in annual household healthcare spending between Pittsburgh and Oakland.
  • 17. Large-Sample Case (n >15) For large samples, the T statistic is approximately normally distributed and a z score can be used as the test statistic.
  • 18. Problem: Suppose a company implemented a quality- control program and has been operating under it for 2 years. The company’s president wants to determine whether worker productivity significantly increased since installation of the program. Use a non parametric statistics for the following data at α=0.01.
  • 19. STEP 1. The following hypotheses are being tested. H0: Md= 0 Ha: Md≠ 0 STEP 2. Wilcoxon matched-pairs signed rank test to be applied on the data to test the difference in productivity from before to after. STEP 3. Computes the difference values and because zero differences are to be eliminated, deletes worker 3 from the study. This reduces n from 20 to 19, then ranks the differences regardless of sign.
  • 21. STEP 4. This test is one tailed. The critical value is z =-2.33. Here calculate z is less than critical z, hence we reject the null hypothesis. Conclusion: The productivity is significantly greater after the implementation of quality control at this company.
  • 22. 3. Mann-Whitney-Wilcoxon Test (U test) • Also known as Wilcoxon rank sum test. • It is a nonparametric counterpart of the t test used to compare the means of two independent populations. • The following assumptions underlie the use of the Mann-Whitney U test. 1. The samples are independent. 2. The level of data is at least ordinal. • The two-tailed hypotheses being tested with the Mann-Whitney U test are as follows. H0: The two populations are identical. Ha: The two populations are not identical.
  • 23. Mann-Whitney-Wilcoxon Test (U test) • Computation of the U test begins by arbitrarily designating two samples as group 1 and group 2. The data from the two groups are combined into one group, with each data value retaining a group identifier of its original group. The pooled values are then ranked from 1 to n. • W 1 and W2 are the sum of the ranks of values from group 1 and group 2 respectively. • Small sample case: when both n1 and n2 ≤10 • Large sample case: when both n1 and n2 >10
  • 24. Small sample case • The test statistic is the smallest of these two U values. • Determine the p-value for a U from the table. • Note: For a two-tailed test, double the p-value shown in the table.
  • 28. • Because U2 is the smaller value of U, we use U = 3 as the test statistic. Because it is the smallest size, let n1= 7; n2= 8. • STEP 7. from table find a p-value of 0.0011. Because this test is two tailed, we double the table p-value, producing a final p-value of .0022. Because the p- value is less than α = 0.05, the null hypothesis is rejected. • The statistical conclusion is that the populations are not identical.
  • 29. Large-Sample Case • For large sample sizes, the value of U is approximately normally distributed and hence compute a z score for the U value. A decision is then made whether to reject the null hypothesis. A z score can be calculated from U by the following formulas.
  • 34. 4. Kruskal Wallis Test • Like the one-way analysis of variance, the Kruskal-Wallis test is used to determine whether c ≥3 samples come from the same or different populations. • The Kruskal-Wallis test is based on the assumption that the c groups are independent and that individual items are selected randomly. The hypotheses tested by the Kruskal-Wallis test follow. H0 :The c populations are identical. Ha: At least one of the c populations is different.
  • 35. Kruskal Wallis Test o This test determines whether all of the groups come from the same or equal populations or whether at least one group comes from a different population. o The process of computing a Kruskal-Wallis K statistic begins with ranking the data in all the groups together, as though they were from one group.
  • 39. Start Are the samples independent? Use Mann whitney U test Are the data atleast interval ? Use sign test Use Wilcoxon signed rank test yes yes no no Deciding which test to use
  • 40. Advantages of Nonparametric Tests • Used with all scales • Easier to compute — Developed originally before wide computer use • Make fewer assumptions • Need not involve population parameters • Results may be as exact as parametric procedures .
  • 41. Disadvantages of Nonparametric Tests • May waste information — If data permit using parametric procedures — Example: converting data from ratio to ordinal scale • Difficult to compute by hand for large samples • Tables not widely available .
  • 42. • Jarkko Isotalo, Basics of Statistics (Available online at: http://www.mv.helsinki.fi/home/jmisotal/BoS.pdf) • Ken Black, 6th edition, Business Statistics For Contemporary Decision Making • Lisa Sullivan, Non parametric statistics, Boston University School of Public Health (available online at: http://sphweb.bumc.bu.edu/otlt/MPHModules/BS/BS704_Nonparametri c/BS704_Nonparametric_print.html) • Arora, P.N and Malhan P.K; Biostatistics, 2009 Edition • http://blog.minitab.com/blog/adventures-in-statistics/choosing- between-a-nonparametric-test-and-a-parametric-test