Presentation is loading. Please wait.

Presentation is loading. Please wait.

Elementary Statistics

Similar presentations


Presentation on theme: "Elementary Statistics"— Presentation transcript:

1 Elementary Statistics
Chapter 11 Nonparametric Tests Elementary Statistics Larson Farber

2 Section 11.1 The Sign Test

3 Nonparametric Tests Hypotheses or or
A nonparametric test is a hypothesis test that does not require any specific conditions about the shape of the populations or the value of any population parameters. Tests are often called “distribution free” tests. The Sign Test is a nonparametric test that can be used to test a population median against a hypothesized value, k. Hypotheses To test the value of a mean, you can use a z test (with a sample over 30) or a t-test. Using a t-test, however requires the population is normally distributed. If this population shape can not be determined, you can use a sign test and test the value of the population median. Left-tailed test: H0: median  k and Ha: median < k Right-tailed test: H0: median ≤ k and Ha: median > k Two-tailed test: H0: median = k and Ha: median  k or or

4 Sign Test To use the sign test, first compare each entry in the sample to the hypothesized median, k. If the entry is below the median, assign it a – sign. If the entry is above the median, assign it a + sign. If the entry is equal to the median, assign it a 0. Compare the number of + and – signs. (Ignore 0’s.) If the number of + signs and the number of – signs are approximately equal, the null hypothesis is not likely to be rejected. If they are not approximately equal, however, it is likely that the null hypothesis will be rejected. This is essentially a binomial distribution test where the hypothesized proportion is 0.5. If n is no more than 25, binomial probabilities are used to compute the values in the critical value table. With n >25, the normal approximation to the binomial is used .

5 Sign Test Test Statistic: When n ≤ 25, the test statistic is the smaller number of + or – signs. When n > 25, the test statistic is: This is essentially a binomial distribution test where the hypothesized proportion is 0.5. If n is no more than 25, binomial probabilities are used to compute the values in the critical value table. With n >25, the normal approximation to the binomial is used . For n > 25, you are testing the binomial probability that = 0.50.

6 Application 1. Write the null and alternative hypothesis.
A meteorologist claims that the daily median temperature for the month of January in San Diego is 57º Fahrenheit. The temperatures (in degrees Fahrenheit) for 18 randomly selected January days are listed below. At = 0.01, can you support the meteorologist’s claim? 1. Write the null and alternative hypothesis. H0: median = 57º and Ha: median ≠ 57º Critical values, based on the binomial probabilities are given in the table. When n> 30, use the normal approximation and normal distribution critical values. 2. State the level of significance. = 0.01 3. Determine the sampling distribution. Binomial with p = 0.5

7 58 55 + 62 60 + 55 56 55 57 53 61 + 52 58 + 52 63 + 59 63 + 55 Ignore the 0’s when determining n. There are 8 + signs and 9 – signs. So, n = = 17. Since Ha contains the ≠ symbol, this is a two-tail test.

8 4. Find the critical value.
With n = 17, use Table 8 Critical value is 2. 5. Find the rejection region. Reject H0 if the test statistic is less than or equal to 2. 6. Find the test statistic. The test statistic is the smaller number of + or – signs, so the test statistic is 8.

9 8. Interpret your decision.
7. Make your decision. The test statistic, 8, does not fall in the critical region. Fail to reject the null hypothesis. 8. Interpret your decision. There is not enough evidence to reject the meteorologist’s claim that the median daily temperature for January in San Diego is 57. The sign test can also be used with paired data (such as before and after). Find the difference between corresponding values and record the sign. Use the same procedure.

10 Section 11.2 The Wilcoxon Test

11 Wilcoxon Signed-Rank Test
The Wilcoxon signed-rank test is a nonparametric test that can be used to determine whether two dependent samples were selected from populations with the same distribution. To find the test statistic, ws Find the difference for each pair: Sample 1 value – Sample 2 value Find the absolute value of the difference. Rank order these differences. Affix a + or – sign to each of the rankings. Find the sum of the positive ranks. Find the sum of the negative ranks. Select the smaller of the absolute values of the sums. Use this test when conditions for a t-test for paired differences cannot be met.

12 Application 1. Write the null and alternative hypothesis.
The table shows the daily headache hours suffered by 12 patients before and after receiving a new drug for seven weeks. At = 0.01, is there enough evidence to conclude that the new drug helped to reduce daily headache hours? 1. Write the null and alternative hypothesis. H0: The headache hours after using the new drug are at least as long as before using the drug. Ha: The new drug reduces headache hours. (Claim) 2. State the level of significance. = 0.01

13 2.1 3.9 3.8 2.5 2.4 3.6 3.4 Before 2.2 2.8 2.5 2.6 1.9 1.8 2.0 1.6 After –0.1 1.1 1.3 0.5 1.8 1.4 0.8 Diff. 0.1 1.1 1.3 0.5 1.8 1.4 0.8 Abs 1.5 5.0 6.0 3.0 8.0 7.0 4.0 Rank –1.5 5.0 6.0 3.0 8.0 7.0 4.0 Sign Rank 1 2 3 4 5 6 7 8 Explain how to rank tied values. If two values are tied, assign the average rank to each. In this example, there are two absolute differences of 0.1. They would occupy ranks 1 and 2 so assign each a rank of 1.5.

14 The sum of the positive ranks is 5 + 6 + 3 + 8 + 7 + 4 = 33.
The sum of the negative ranks is –1.5 + (–1.5) = –3. The test statistic is the smaller of the absolute value of these sums, ws = 3. There are 8 + and – signs, so n = 8. The critical value is 2. Because ws = 3 is greater than the critical value, fail to reject the null hypothesis. There is not enough evidence to conclude the new drug reduces headache hours. Explain how to rank tied values.

15 Wilcoxon Rank-Sum Test
The Wilcoxon rank-sum test is a nonparametric test that can be used to determine whether two independent samples were selected from populations having the same distribution. Both samples must be at least 10. Then n1 represents the size of the smaller sample and n2 the size of the larger sample. When both samples are the same size it does not matter which is called n1. When the samples are the same size, it does not matter which is n1.

16 Wilcoxon Rank-Sum Test
Test statistic: Combine the data from both samples and rank it. R = the sum of the ranks for the smaller sample. Find the z-score for the value of R. where

17 The Kruskal-Wallis Test
Section 11.3 The Kruskal-Wallis Test

18 The Kruskal-Wallis Test
The Kruskal-Wallis test is a nonparametric test that can be used to determine whether three or more independent samples were selected from populations having the same distribution. H0: There is no difference in the population distributions. Ha: There is a difference in the population distributions. Combine the data and rank the values. Then separate the data according to sample and find the sum of the ranks for each sample. Use this test when conditions for ANOVA cannot be satisfied. Ri = the sum of the ranks for sample i.

19 The Kruskal-Wallis Test
Given three or more independent samples, the test statistic H for the Kruskal-Wallis test is: where k represents the number of samples, ni is the size of the i th sample, N is the sum of the sample sizes, and Ri is the sum of the ranks of the i th sample. The sampling distribution is a chi-square distribution with k – 1 degrees of freedom (where k = the number of samples). Reject the null hypothesis when H is greater than the critical number. (Always use a right-tail test.)

20 Application You want to compare the hourly pay rates of accountants who work in Michigan, New York and Virginia. To do so, you randomly select 10 accountants in each state and record their hourly pay rate as shown below. At the .01 level, can you conclude that the distributions of accountants’ hourly pay rates in these three states are different?

21 5. Find the rejection region.
1. Write the null and alternative hypothesis. H0 : There is no difference in the hourly pay rate in the 3 states. Ha : There is a difference in the hourly pay in the 3 states. 2. State the level of significance. = 0.01 3. Determine the sampling distribution. 4. Find the critical value. 5. Find the rejection region. X2 The sampling distribution is chi-square with d.f. = 3 – 1 = 2. From Table 6, the critical value is

22 Test Statistic Michigan salaries are in ranks:
2, 3, 4, 5, 6, 7, 13, 15, 17.5, 22 The sum is 94.5. New York salaries are in ranks: 8, 14, 19, 21, 23, 24, 27, 28, 29, 30 The sum is 223. Virginia salaries are in ranks: 1, 9, 10, 11, 12, 16, 17.5, 20, 25, 26 The sum is

23 Find the test statistic.
R1 = 94.5, R2 = 223, R3 = 147.5 n1 = 10, n2 = 10 and n3 = 10, so N = 30 9.210 10.76 Make Your Decision The test statistic falls in the rejection region, so reject the null hypothesis. Interpret your Decision There is a difference in the salaries of the 3 states.

24 Section 11.4 Rank Correlation

25 Rank Correlation The Spearman rank correlation coefficient, rs, is a measure of the strength of the relationship between two variables. The Spearman rank correlation coefficient is calculated using the ranks of paired sample data entries. The formula for the Spearman rank correlation coefficient is where n is the number of paired data entries and d is the difference between the ranks of a paired data entry. This is the nonparametric alternative to the Pearson Correlation Coefficient. It can be used for ordinal data. To calculate with Minitab, rank all values and calculate the Pearson Correlation Coefficient on the column with these ranks. The hypotheses: (There is no correlation between the variables.) (There is a significant correlation between the variables.)

26 Rank Correlation Seven candidates applied for a nursing position. The seven candidates were placed in rank order first by x and then by y. The results of the rankings are listed below. Using a .05 level of significance, test the claim that there is a significant correlation between the variables. x y (There is no correlation between the variables.) (There is a significant correlation between the variables.)

27 Application x y d = x – y d2 1 2 1 1 1 2 4 4 0 0 3 1 3 –2 4 4 5 2 3 9
Critical Value = 20 Since the statistic does not fall in the rejection region, fail to reject H0. There is not enough evidence to support the claim that there is a significant correlation.


Download ppt "Elementary Statistics"

Similar presentations


Ads by Google