Chapter 3. Comparing two populations

Size: px
Start display at page:

Download "Chapter 3. Comparing two populations"

Transcription

1 Chapter 3. Comparing two populations Contents Hypothesis for the difference between two population means: matched pairs Hypothesis for the difference between two population means: independent samples Two normal populations with equal (unknown) variances Two normal populations with known variances Two nonnormal populations with unknown variances and large samples Two Bernoulli populations Hypothesis for the ratio of two population variances: independent samples

2 Chapter 3. Comparing two populations Learning goals At the end of this chapter you should be able to: Perform a test of hypothesis for the difference between two population means and for the ratio of two population variances Construct confidence intervals for the difference/ratio Distinguish situations where a test based on matched pairs is suitable from those where a test based on independent samples is Calculate the power of a test and the probability of Type II Error

3 Chapter 3. Comparing two populations References Newbold, P. Statistics for Business and Economics Chapter 9 ( ) Ross, S. Chapter 10

4 Introduction In this chapter, we examine the case where instead of one random sample, two random samples are available from two populations, and the quantities of interest are: the difference between two population means case of matched pairs case of independent samples the ratio between two population variances case of independent samples We will draw on our experience from Chapters 1 and 2 to construct confidence intervals and perform tests of hypothesis for the abovementioned differences/rations of population parameters.

5 Tests for the difference between two means: matched pairs Example: In a study aimed at assessing the relationship between a subject s brain activity while watching a tv commercial and the subject s subsequent ability to recall the contents of the commercial, subjects were shown commercials for two brands of each of ten products. For each commercial, the ability to recall 24h later was measured, and each member of a pair of commercials was then designated high-recall or low-recall. The table below shows an index of the total amount of brain activity of subjects while watching these commercials. product: i high-recall: x i low-recall: y i diff.: d i = x i y i

6 Tests for the difference between two means: matched pairs Let X be a population with mean µ X and Y be a population with mean µ Y. Suppose we have a random sample of n matched pairs of observations from these two populations and let d 1 = x 1 y 1, d 2 = x 2 y 2,..., d n = x n y n represent n differences with mean d and quasi-standard deviation s d. Let assume that the population of differences is normal. In a two-tail test H 0 : µ X µ Y = D 0 against H 1 : µ X µ Y D 0 : The test statistic is T = D D 0 s D / n H 0 t n 1 The rejection region is (at significance level α): RR α = {t : t < t n 1;α/2 or t > t n 1;α/2 }

7 Tests for the difference between two means: matched pairs Example: cont. Population: D = difference between highand low-recall D N(µ X µ Y, σ 2 D ) 'SRS: n = 10 Sample: d = = 21 s 2 d = (21) = 1088 = Objective: test D 0 {}}{ H 0 : µ X µ Y 0 against H 1 : µ X µ Y > 0 (Upper-tail test) Test statistic: T = D D 0 s D / n t n 1 Observed test statistic: D 0 = 0 n = 10 d = 21 s d = 1088 = t = d D 0 s d / n / 10 = 2.014

8 Tests for the difference between two means: matched pairs Example: cont. p-value = P(T 2.014) (0.025, 0.05) because t 9;0.05 t 9;0.025 {}}{{}}{ < < Hence, given that p-value < α = 0.05 we reject the null hypothesis at this level. t n 1 density t= p value =area Conclusion: The sample data gave enough evidence to support the claim that on the average, brain activity is higher for the high-recall than for the low-recall group. If in fact, the mean brain activity were the same for these two groups, then the probability of finding a sample result as extreme as or more extreme than that actually obtained would be between and 0.05 (which is rather low).

9 Tests for the difference between two means: matched pairs Example: cont. in Excel: Go to menu: Data, submenu: Data Analysis, choose function: t-test Paired Two Sample for Means. Columns A and B (data), in yellow (the observed test statistic and p-value).

10 Two-tail test for the difference between two means via CI: matched pairs Example: cont. Construct a 95% confidence interval for µ X µ Y. ( ) s d CI 0.95 (µ X µ Y ) = d t n 1;0.025, d s d + t n 1;0.025 n n ( = , ) = ( 2.59, 44.59) Since the value of 0 belongs to this interval, we cannot reject the null hypothesis of the equality of the two population means at a α = 0.05 significance level.

11 Tests for the difference between two means: independent normal samples, population variances equal Let X be a population with mean µ X and variance σx 2 and Y be a population with mean µ Y and variance σy 2, both normally distributed with unknown, but equal population variances σ 2 = σx 2 = σ2 Y. Suppose we have a random sample of n 1 observations from X and an independent random sample of n 2 observations from Y. In a two-tail test H 0 : µ X µ Y = D 0 against H 1 : µ X µ Y D 0 : The test statistic is T = X Ȳ D 0 q H0 t n1 1 s p n n 2 2 n 2 where the estimator of the common population variance is s 2 p = (n1 1)s2 X + (n 2 1)s 2 Y n 1 + n 2 2 Note: the number of degrees of freedom is n 1 + n 2 2 (the total number of observations from both samples minus two - two dfs are lost to estimate µ X and µ Y ) The rejection region is (at significance level α): RR α = {t : t < t n1 +n 2 2;α/2 or t > t n1 +n 2 2;α/2}

12 Tests for the difference between two means: independent normal samples, population variances equal Example: 9.8 (Newbold) A study attempted to assess the effect of the presence of a moderator on the number of ideas generated by a group. Groups of four members, with or without moderator, were observed. For a random sample of four groups with a moderator, the mean number of ideas generated per group was 78.0, and the sample quasi-standard deviation was For an independent sample of four groups without a moderator, the mean number of ideas generated was 63.5, and the sample quasi-standard deviation was Assuming that the populations distributions are normal with equal variances, test the null hypothesis (α = 0.1) that the population means are equal against the alternative that the true mean is higher for groups with a moderator. Population 1: Population 2: X = number of ideas in groups Y = number of ideas in groups with a moderator without a moderator X N(µ X, σx 2 ) X N(µ Y, σy 2 ) 'SRS: n 1 = 4 'SRS: n 2 = 4 Sample: x = 78.0 Sample: ȳ = 63.5 s x = 24.4 s y = 20.2 Assume independent normal samples and σx 2 = σy 2 = σ 2

13 Tests for the difference between two means: independent normal samples, population variances equal Example: 9.8 (Newbold cont.) Objective: test D 0 z} { H 0 : µ X µ Y = 0 against H 1 : µ X µ Y > 0 (Upper-tail test) Test statistic: T = r X Ȳ 1 sp + 1 n1 n 2 Observed test statistic: H0 t n1 +n 2 2 sp = t = Rejection region: = = 22.4 x ȳ sp p 1/n1 + 1/n p = /4 + 1/ z } { RR 0.1 = {t : t > t 6;0.1 } Since t = / RR 0.1 we cannot reject the null hypothesis at a 10% level. D 0 = 0 n 1 = 4 n 2 = 4 x = 78.0 sx = 24.4 ȳ = 63.5 sy = 20.2 s p 2 = (n 1 1)sx 2 + (n 2 1)s2 y n 1 + n 2 2 = (4 1) (4 1) = Conclusion: The sample data did not contain strong evidence suggesting that on average, more ideas will be generated by groups with moderators. However, for such small sample sizes, we cannot expect great power in the test so quite large differences in the population means would be needed to reject the null hypothesis at low significance levels.

14 Two-tail test for the difference between two means via CI: independent normal samples, population variances equal Example: 9.8 (Newbold cont.) Construct a 99% confidence interval for µ X µ Y. CI 0.99 (µ X µ Y ) = = ( x ȳ t n1+n2 2;0.005s p 1n1 + 1n2 ) ( ) = ( 44.22, 73.22) Since the value of 0 belongs to this interval, we cannot reject the null hypothesis of the equality of the two population means at a α = 0.01 significance level.

15 Tests for the difference between two means: independent large samples or two normal populations with known variances Let X be a population with mean µ X and variance σx 2 and Y be a population with mean µ Y and variance σy 2. Suppose we have a random sample of n 1 observations from X and an independent random sample of n 2 observations from Y and: Either that both n1 and n 2 are large and σ1 2 and σ2 2 are unknown Or that X and Y are normally distributed and σ 2 1 and σ2 2 are known In a two-tail test H 0 : µ X µ Y = D 0 against H 1 : µ X µ Y D 0 : The test statistic is: Either Z = X Ȳ D 0 r H0, approx. N(0, 1) s X 2 n1 + s2 Y n2 Or Z = X Ȳ D 0 r σ 2 X n1 + σ2 Y n2 H0 The rejection region is (at significance level α): N(0, 1) RR α = {z : z < z α/2 or z > z α/2 }

16 Tests for the difference between two means: independent large samples or two normal populations with known variances Example: 9.7 (Newbold) A survey of practicing certified public accountants on attitudes to women in the profession was carried out. Survey respondents were asked to react on a scale from one (strongly disagree) to five (strongly agree) to the statement: Women in public accounting are given the same job assignments as men. For a sample of 186 male accountants, the mean response was and the sample quasi-standard deviation was For an independent random sample of 172 female accountants, the mean response was and the sample quasi-standard deviation was Test the null hypothesis (α = ) that the two population means are equal against the alternative that the true mean is higher for male accountants. Population 1: X = response of a male accountant X µ X, σ 2 X Population 2: Y = response of a female accountant X µ Y, σ 2 Y 'SRS: n 1 = 186 Sample: x = s x = 'SRS: n 2 = 172 Sample: ȳ = s y = 0.966

17 Tests for the difference between two means: independent large samples or two normal populations with known variances Example: 9.7 (Newbold cont.) Objective: test D 0 z} { H 0 : µ X µ Y = 0 against H 1 : µ X µ Y > 0 (Upper-tail test) Test statistic: Z = s X Ȳ s X 2 + s2 Y n1 n2 Observed test statistic: H0, approx. N(0, 1) D 0 = 0 n 1 = 186 n 2 = 172 x = sx = ȳ = sy = z = x ȳ q s x 2/n 1 + s2 y /n 2 Rejection region: z 3.75 } { RR = {z : z > z } Since z = 3.95 RR we reject the null hypothesis at a 0.01% level. Conclusion: The data contains very strong evidence suggesting that the population mean response is higher for males than for females - that is, on average, males feel more strongly than females in the profession that women are given the same job assignments as men. = q / = 3.95 /172

18 Tests for the difference between two means: independent large samples or two normal populations with known variances Example: 9.7 (Newbold) Construct a 95% confidence interval for µ X µ Y. CI 0.95 (µ X µ Y ) = = sx x ȳ z s2 y n 1 n 2 ( ) / /172 = (0.19, 0.57) Since the value of 0 does not belong to this interval, we can reject the null hypothesis of the equality of the two population means at a α = 0.05 significance level.

19 Tests for the difference between two proportions: independent large samples Let X Bernoulli(p X ) and let Y Bernoulli(p Y ) where p X and p Y are two population proportions of individuals with a characteristic of interest. Suppose we have a random sample of n 1 observations from X and an independent random sample of n 2 observations from Y and that both n 1 and n 2 are large In a two-tail test H 0 : p X = p Y (= p 0 ) against H 1 : p X p Y : The test statistic is: ˆp X ˆp Y Z = r H0, approx. N(0, 1), 1 ˆp 0(1 ˆp 0) n n 2 where ˆp 0 = n1ˆp X + n 2ˆp Y n 1 + n 2 The rejection region is (at significance level α): RR α = {z : z < z α/2 or z > z α/2 }

20 Tests for the difference between two proportions: independent large samples Example: 9.9 (Newbold) In market research, when populations of individuals or households are surveyed by mail questionnaires, it is important to achieve as high a response rate as possible. One way to improve response might be to include in the questionnaire an initial inducement question, intended to increase the respondent s interest in completing the questionnaire. Questionnaires containing an inducement question on the importance of recreation facilities in a city were sent to a sample of 250 households, yielding 101 responses. Otherwise identical questionnaires, but without the inducement question, were sent to an independent random sample of 250 households, producing 75 responses. Test the null hypothesis that the two population proportions of responses would be the same against the alternative that the response rate would be higher when the inducement question is included. Population 1: X = 1 if a person completes the questionnaire with the inducement question, and 0 otherwise X Bernoulli(p X ) Population 2: Y = 1 if a person completes the questionnaire without the inducement question, and 0 otherwise Y Bernoulli(p Y ) 'SRS: n 1 = 250 Sample: ˆp x = = 'SRS: n 2 = 250 Sample: ˆp y = = 0.300

21 Tests for the difference between two proportions: independent large samples Example: 9.9 (Newbold cont.) Objective: test H 0 : p X = p Y against H 1 : p X > p Y (Upper-tail test) Test statistic: ˆp Z = X ˆp s Y «H0 ˆp 0 (1 ˆp 0 ) 1 + n 1, approx. N(0, 1) 1 n 2 Observed test statistic: n 1 = 250 n 2 = 250 ˆpx = ˆpy = ˆp 0 = = = n 1 ˆpx + n 2 ˆpy n 1 + n 2 250(0.404) + (250)(0.300) z = = ˆpx ˆpy s «ˆp 0 (1 ˆp 0 ) 1 + n 1 1 n r 0.352( ) = 2.43 p-value = P(Z z) = P(Z 2.43) = Since p-value is very small, the null hypothesis can be rejected at any significance level bigger than Conclusion: The sample data did contain very strong evidence suggesting that a higher response rate will be achieved when an inducement question is included than when it is not.

22 Tests for the difference between two proportions: independent large samples Example: 9.9 (Newbold cont.) Construct a 95% confidence interval for p X p Y. ( ) CI 0.95 (p X p Y ) = (ˆp ) 1 x ˆp y z ˆp 0 (1 ˆp 0 ) = ( = (0.1877, ) n n ( ) Since the value of 0 does not belong to this interval, we can reject the null hypothesis of the equality of the two population means at a α = 0.05 significance level. ( ) ) 250

23 Tests for the ratio of variances: normal samples Let X be a population with mean µ X and variance σx 2 and Y be a population with mean µ Y and variance σy 2, both normally distributed. Suppose we have a random sample of n 1 observations from X and an independent random sample of n 2 observations from Y. In a two-tail test H 0 : σ 2 X = σ2 Y (= σ2 ) against H 1 : σ 2 X σ2 Y : The test statistic is F = s2 X s 2 Y H0 F n1 1,n 2 1 The rejection region is (at significance level α): RR α = {f : f < F n1 1,n 2 1;1 α/2 or f > F n1 1,n 2 1;α/2}

24 F distribution Recall that if X 1, X 2,..., X n and Y 1, Y 2, Y 3,..., Y m denote independent rvs, all following an N(0, 1) distribution. The random variable F = 1 n 1 m P n i=1 X 2 i P m i=1 Y 2 i follows an F n,m distribution with n and m degrees of freedom. We can view it as a ratio of two normalized chi-square rvs. This is where the result from the previous page comes from: s 2 X s 2 Y = H0 1 n 1 1 χ 2 n 1 1 z } { (n 1 1)s 2 X σ 2 1 (n 2 1)sY 2 n 2 1 σ {z 2 } χ 2 n 2 1 F n1 1,n F densities df1=30 df2=30) df1=10 df2=15 df1=8 df2=8 df1=5 df2=

25 Tests for the ratio of variances: normal samples Example: 9.10 (Newbold) For a random sample of 17 newly issued AAA-rated industrial bonds, the quasi-variance of maturities (in years squared) was For an independent random sample of 11 issued CCC-rated industrial bonds, the quasi-variance of maturities was If the respective population variances are denoted σ 2 X and σ2 Y, perform a two-sided test at a 5% level. Population 1: X maturity of AAA-rated bonds (in years) X N(µ X, σ 2 X ) Population 2: Y maturity of CCC-rated bonds (in years) Y N(µ Y, σ 2 Y ) 'SRS: n 1 = 17 Sample: s 2 x = 'SRS: n 2 = 11 Sample: s 2 y = 8.02

26 Tests for the ratio of variances: normal samples Example: 9.10 (Newbold cont.) Objective: test H 0 : σ 2 X = σ 2 Y against H 1 : σ 2 X σ 2 Y (Two-tail test) Test statistic: F = s2 X s Y 2 H0 F n1 1,n 2 1 Observed test statistic: n 1 = 17 n 2 = 11 s 2 x = s 2 y = 8.02 f = = Rejection region: RR 0.10 = {f : f < z } { F 16,10;1 0.05} {f : f > F 16,10;0.05 } {z } 2.83 Note: the quantile F 16,10;0.05 = 2.83 is directly available from the F-table, but the other one not. We can get it however using the following property of the F-distribution F n,m;α = F 16,10; = 1 F m,n;1 α Hence 1 F 10,16;0.05 = = We see that f = RR Conclusion: There is very strong evidence that the population variances are different.

27 Two-tail test for the ratio of variances via confidence interval Example: 9.10 (Newbold cont.) Construct a 90% confidence interval for the ratio of the variances. ( ) ( ) σ 2 CI X s σy 2 = x 1 sy 2, s2 x 1 F n1 1,n 2 1;0.05 sy 2 F n1 1,n 2 1; ( = , ) = (5.43, 38.26) As we expected, the value of 1 does not belong to this interval, so we can reject the null hypothesis of the equality of the two population variances at a α = 0.1 significance level.

28 Test statistics Parameter Assumptions Test statistic Normal differences Matched pairs Normal pops. Equal common var. µ X µ Y = D 0 Normal pops. Known vars. p X p Y = 0 Nonnormal pops. Unknown vars. Large samples Bernoulli pops. Large samples D D 0 s D / n t n 1 X Ȳ D r 0 1 sp + 1 n1 n 2 H0 t n1 +n 2 2 Ȳ D s X 0 σ X 2 + σ2 Y n1 n2 H0 N(0, 1) X Ȳ s D 0 s X 2 H0 + s2, approx N(0, 1) Y n1 n2 ˆp X ˆp s Y «H0 ˆp 0 (1 ˆp 0 ) 1 + n 1, approx N(0, 1) 1 n 2 σ 2 X /σ2 Y = 1 Normal pops. s 2 X s 2 Y H0 F n1 1,n 2 1 Question: How would you define RR α in upper- and lower-tail tests?

1 Statistical inference for a population mean

1 Statistical inference for a population mean 1 Statistical inference for a population mean 1. Inference for a large sample, known variance Suppose X 1,..., X n represents a large random sample of data from a population with unknown mean µ and known

More information

Summary of Chapter 7 (Sections ) and Chapter 8 (Section 8.1)

Summary of Chapter 7 (Sections ) and Chapter 8 (Section 8.1) Summary of Chapter 7 (Sections 7.2-7.5) and Chapter 8 (Section 8.1) Chapter 7. Tests of Statistical Hypotheses 7.2. Tests about One Mean (1) Test about One Mean Case 1: σ is known. Assume that X N(µ, σ

More information

Introduction to Statistics

Introduction to Statistics MTH4106 Introduction to Statistics Notes 15 Spring 2013 Testing hypotheses about the mean Earlier, we saw how to test hypotheses about a proportion, using properties of the Binomial distribution It is

More information

i=1 X i/n i=1 (X i X) 2 /(n 1). Find the constant c so that the statistic c(x X n+1 )/S has a t-distribution. If n = 8, determine k such that

i=1 X i/n i=1 (X i X) 2 /(n 1). Find the constant c so that the statistic c(x X n+1 )/S has a t-distribution. If n = 8, determine k such that Math 47 Homework Assignment 4 Problem 411 Let X 1, X,, X n, X n+1 be a random sample of size n + 1, n > 1, from a distribution that is N(µ, σ ) Let X = n i=1 X i/n and S = n i=1 (X i X) /(n 1) Find the

More information

Chapter 7: Statistical Inference (Two Samples)

Chapter 7: Statistical Inference (Two Samples) Chapter 7: Statistical Inference (Two Samples) Shiwen Shen University of South Carolina 2016 Fall Section 003 1 / 41 Motivation of Inference on Two Samples Until now we have been mainly interested in a

More information

Inference for Proportions, Variance and Standard Deviation

Inference for Proportions, Variance and Standard Deviation Inference for Proportions, Variance and Standard Deviation Sections 7.10 & 7.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office Fleming 11c Department of Mathematics University of Houston Lecture 12 Cathy

More information

Business Statistics: Lecture 8: Introduction to Estimation & Hypothesis Testing

Business Statistics: Lecture 8: Introduction to Estimation & Hypothesis Testing Business Statistics: Lecture 8: Introduction to Estimation & Hypothesis Testing Agenda Introduction to Estimation Point estimation Interval estimation Introduction to Hypothesis Testing Concepts en terminology

More information

Lecture 10: Comparing two populations: proportions

Lecture 10: Comparing two populations: proportions Lecture 10: Comparing two populations: proportions Problem: Compare two sets of sample data: e.g. is the proportion of As in this semester 152 the same as last Fall? Methods: Extend the methods introduced

More information

Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12)

Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12) Marketing Research Session 10 Hypothesis Testing with Simple Random samples (Chapter 12) Remember: Z.05 = 1.645, Z.01 = 2.33 We will only cover one-sided hypothesis testing (cases 12.3, 12.4.2, 12.5.2,

More information

Chapter 10: Inferences based on two samples

Chapter 10: Inferences based on two samples November 16 th, 2017 Overview Week 1 Week 2 Week 4 Week 7 Week 10 Week 12 Chapter 1: Descriptive statistics Chapter 6: Statistics and Sampling Distributions Chapter 7: Point Estimation Chapter 8: Confidence

More information

One sample problem. sample mean: ȳ = . sample variance: s 2 = sample standard deviation: s = s 2. y i n. i=1. i=1 (y i ȳ) 2 n 1

One sample problem. sample mean: ȳ = . sample variance: s 2 = sample standard deviation: s = s 2. y i n. i=1. i=1 (y i ȳ) 2 n 1 One sample problem Population mean E(y) = µ, variance: Var(y) = σ 2 = E(y µ) 2, standard deviation: σ = σ 2. Normal distribution: y N(µ, σ 2 ). Standard normal distribution: z N(0, 1). If y N(µ, σ 2 ),

More information

Example. χ 2 = Continued on the next page. All cells

Example. χ 2 = Continued on the next page. All cells Section 11.1 Chi Square Statistic k Categories 1 st 2 nd 3 rd k th Total Observed Frequencies O 1 O 2 O 3 O k n Expected Frequencies E 1 E 2 E 3 E k n O 1 + O 2 + O 3 + + O k = n E 1 + E 2 + E 3 + + E

More information

Summary of Chapters 7-9

Summary of Chapters 7-9 Summary of Chapters 7-9 Chapter 7. Interval Estimation 7.2. Confidence Intervals for Difference of Two Means Let X 1,, X n and Y 1, Y 2,, Y m be two independent random samples of sizes n and m from two

More information

Chapter 22. Comparing Two Proportions. Bin Zou STAT 141 University of Alberta Winter / 15

Chapter 22. Comparing Two Proportions. Bin Zou STAT 141 University of Alberta Winter / 15 Chapter 22 Comparing Two Proportions Bin Zou (bzou@ualberta.ca) STAT 141 University of Alberta Winter 2015 1 / 15 Introduction In Ch.19 and Ch.20, we studied confidence interval and test for proportions,

More information

AMS7: WEEK 7. CLASS 1. More on Hypothesis Testing Monday May 11th, 2015

AMS7: WEEK 7. CLASS 1. More on Hypothesis Testing Monday May 11th, 2015 AMS7: WEEK 7. CLASS 1 More on Hypothesis Testing Monday May 11th, 2015 Testing a Claim about a Standard Deviation or a Variance We want to test claims about or 2 Example: Newborn babies from mothers taking

More information

Two Sample Problems. Two sample problems

Two Sample Problems. Two sample problems Two Sample Problems Two sample problems The goal of inference is to compare the responses in two groups. Each group is a sample from a different population. The responses in each group are independent

More information

Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017

Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017 Statistical Analysis for QBIC Genetics Adapted by Ellen G. Dow 2017 I. χ 2 or chi-square test Objectives: Compare how close an experimentally derived value agrees with an expected value. One method to

More information

1 Hypothesis testing for a single mean

1 Hypothesis testing for a single mean This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike License. Your use of this material constitutes acceptance of that license and the conditions of use of materials on this

More information

Confidence Intervals, Testing and ANOVA Summary

Confidence Intervals, Testing and ANOVA Summary Confidence Intervals, Testing and ANOVA Summary 1 One Sample Tests 1.1 One Sample z test: Mean (σ known) Let X 1,, X n a r.s. from N(µ, σ) or n > 30. Let The test statistic is H 0 : µ = µ 0. z = x µ 0

More information

T test for two Independent Samples. Raja, BSc.N, DCHN, RN Nursing Instructor Acknowledgement: Ms. Saima Hirani June 07, 2016

T test for two Independent Samples. Raja, BSc.N, DCHN, RN Nursing Instructor Acknowledgement: Ms. Saima Hirani June 07, 2016 T test for two Independent Samples Raja, BSc.N, DCHN, RN Nursing Instructor Acknowledgement: Ms. Saima Hirani June 07, 2016 Q1. The mean serum creatinine level is measured in 36 patients after they received

More information

Probability and Statistics Notes

Probability and Statistics Notes Probability and Statistics Notes Chapter Seven Jesse Crawford Department of Mathematics Tarleton State University Spring 2011 (Tarleton State University) Chapter Seven Notes Spring 2011 1 / 42 Outline

More information

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1

PHP2510: Principles of Biostatistics & Data Analysis. Lecture X: Hypothesis testing. PHP 2510 Lec 10: Hypothesis testing 1 PHP2510: Principles of Biostatistics & Data Analysis Lecture X: Hypothesis testing PHP 2510 Lec 10: Hypothesis testing 1 In previous lectures we have encountered problems of estimating an unknown population

More information

Hypothesis Tests and Estimation for Population Variances. Copyright 2014 Pearson Education, Inc.

Hypothesis Tests and Estimation for Population Variances. Copyright 2014 Pearson Education, Inc. Hypothesis Tests and Estimation for Population Variances 11-1 Learning Outcomes Outcome 1. Formulate and carry out hypothesis tests for a single population variance. Outcome 2. Develop and interpret confidence

More information

ECON Introductory Econometrics. Lecture 2: Review of Statistics

ECON Introductory Econometrics. Lecture 2: Review of Statistics ECON415 - Introductory Econometrics Lecture 2: Review of Statistics Monique de Haan (moniqued@econ.uio.no) Stock and Watson Chapter 2-3 Lecture outline 2 Simple random sampling Distribution of the sample

More information

Lecture 15: Inference Based on Two Samples

Lecture 15: Inference Based on Two Samples Lecture 15: Inference Based on Two Samples MSU-STT 351-Sum17B (P. Vellaisamy: STT 351-Sum17B) Probability & Statistics for Engineers 1 / 26 9.1 Z-tests and CI s for (µ 1 µ 2 ) The assumptions: (i) X =

More information

THE ROYAL STATISTICAL SOCIETY HIGHER CERTIFICATE

THE ROYAL STATISTICAL SOCIETY HIGHER CERTIFICATE THE ROYAL STATISTICAL SOCIETY 004 EXAMINATIONS SOLUTIONS HIGHER CERTIFICATE PAPER II STATISTICAL METHODS The Society provides these solutions to assist candidates preparing for the examinations in future

More information

Exam 2 (KEY) July 20, 2009

Exam 2 (KEY) July 20, 2009 STAT 2300 Business Statistics/Summer 2009, Section 002 Exam 2 (KEY) July 20, 2009 Name: USU A#: Score: /225 Directions: This exam consists of six (6) questions, assessing material learned within Modules

More information

Chapter 8: Confidence Interval Estimation: Further Topics

Chapter 8: Confidence Interval Estimation: Further Topics Chapter 8: Confidence Interval Estimation: Further Topics Department of Mathematics Izmir University of Economics Week 11 2014-2015 Introduction In this chapter we will focus on inferential statements

More information

CBA4 is live in practice mode this week exam mode from Saturday!

CBA4 is live in practice mode this week exam mode from Saturday! Announcements CBA4 is live in practice mode this week exam mode from Saturday! Material covered: Confidence intervals (both cases) 1 sample hypothesis tests (both cases) Hypothesis tests for 2 means as

More information

Class 24. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 24. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 4 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 013 by D.B. Rowe 1 Agenda: Recap Chapter 9. and 9.3 Lecture Chapter 10.1-10.3 Review Exam 6 Problem Solving

More information

Econ 325: Introduction to Empirical Economics

Econ 325: Introduction to Empirical Economics Econ 325: Introduction to Empirical Economics Chapter 9 Hypothesis Testing: Single Population Ch. 9-1 9.1 What is a Hypothesis? A hypothesis is a claim (assumption) about a population parameter: population

More information

Lecture 26: Chapter 10, Section 2 Inference for Quantitative Variable Confidence Interval with t

Lecture 26: Chapter 10, Section 2 Inference for Quantitative Variable Confidence Interval with t Lecture 26: Chapter 10, Section 2 Inference for Quantitative Variable Confidence Interval with t t Confidence Interval for Population Mean Comparing z and t Confidence Intervals When neither z nor t Applies

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 7 Inferences Based on Two Samples: Confidence Intervals & Tests of Hypotheses Content 1. Identifying the Target Parameter 2. Comparing Two Population Means:

More information

INTERVAL ESTIMATION AND HYPOTHESES TESTING

INTERVAL ESTIMATION AND HYPOTHESES TESTING INTERVAL ESTIMATION AND HYPOTHESES TESTING 1. IDEA An interval rather than a point estimate is often of interest. Confidence intervals are thus important in empirical work. To construct interval estimates,

More information

Hypothesis Testing One Sample Tests

Hypothesis Testing One Sample Tests STATISTICS Lecture no. 13 Department of Econometrics FEM UO Brno office 69a, tel. 973 442029 email:jiri.neubauer@unob.cz 12. 1. 2010 Tests on Mean of a Normal distribution Tests on Variance of a Normal

More information

STAT 135 Lab 11 Tests for Categorical Data (Fisher s Exact test, χ 2 tests for Homogeneity and Independence) and Linear Regression

STAT 135 Lab 11 Tests for Categorical Data (Fisher s Exact test, χ 2 tests for Homogeneity and Independence) and Linear Regression STAT 135 Lab 11 Tests for Categorical Data (Fisher s Exact test, χ 2 tests for Homogeneity and Independence) and Linear Regression Rebecca Barter April 20, 2015 Fisher s Exact Test Fisher s Exact Test

More information

Section 2: Estimation, Confidence Intervals and Testing Hypothesis

Section 2: Estimation, Confidence Intervals and Testing Hypothesis Section 2: Estimation, Confidence Intervals and Testing Hypothesis Carlos M. Carvalho The University of Texas at Austin McCombs School of Business http://faculty.mccombs.utexas.edu/carlos.carvalho/teaching/

More information

Lecture Slides. Elementary Statistics. by Mario F. Triola. and the Triola Statistics Series

Lecture Slides. Elementary Statistics. by Mario F. Triola. and the Triola Statistics Series Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 13 Nonparametric Statistics 13-1 Overview 13-2 Sign Test 13-3 Wilcoxon Signed-Ranks

More information

STAT 135 Lab 7 Distributions derived from the normal distribution, and comparing independent samples.

STAT 135 Lab 7 Distributions derived from the normal distribution, and comparing independent samples. STAT 135 Lab 7 Distributions derived from the normal distribution, and comparing independent samples. Rebecca Barter March 16, 2015 The χ 2 distribution The χ 2 distribution We have seen several instances

More information

Section 9.4. Notation. Requirements. Definition. Inferences About Two Means (Matched Pairs) Examples

Section 9.4. Notation. Requirements. Definition. Inferences About Two Means (Matched Pairs) Examples Objective Section 9.4 Inferences About Two Means (Matched Pairs) Compare of two matched-paired means using two samples from each population. Hypothesis Tests and Confidence Intervals of two dependent means

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 6 Sampling and Sampling Distributions Ch. 6-1 6.1 Tools of Business Statistics n Descriptive statistics n Collecting, presenting, and describing data n Inferential

More information

Review: General Approach to Hypothesis Testing. 1. Define the research question and formulate the appropriate null and alternative hypotheses.

Review: General Approach to Hypothesis Testing. 1. Define the research question and formulate the appropriate null and alternative hypotheses. 1 Review: Let X 1, X,..., X n denote n independent random variables sampled from some distribution might not be normal!) with mean µ) and standard deviation σ). Then X µ σ n In other words, X is approximately

More information

Inferences Based on Two Samples

Inferences Based on Two Samples Chapter 6 Inferences Based on Two Samples Frequently we want to use statistical techniques to compare two populations. For example, one might wish to compare the proportions of families with incomes below

More information

Lecture Slides. Section 13-1 Overview. Elementary Statistics Tenth Edition. Chapter 13 Nonparametric Statistics. by Mario F.

Lecture Slides. Section 13-1 Overview. Elementary Statistics Tenth Edition. Chapter 13 Nonparametric Statistics. by Mario F. Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 13 Nonparametric Statistics 13-1 Overview 13-2 Sign Test 13-3 Wilcoxon Signed-Ranks

More information

Statistics II Lesson 1. Inference on one population. Year 2009/10

Statistics II Lesson 1. Inference on one population. Year 2009/10 Statistics II Lesson 1. Inference on one population Year 2009/10 Lesson 1. Inference on one population Contents Introduction to inference Point estimators The estimation of the mean and variance Estimating

More information

CIVL /8904 T R A F F I C F L O W T H E O R Y L E C T U R E - 8

CIVL /8904 T R A F F I C F L O W T H E O R Y L E C T U R E - 8 CIVL - 7904/8904 T R A F F I C F L O W T H E O R Y L E C T U R E - 8 Chi-square Test How to determine the interval from a continuous distribution I = Range 1 + 3.322(logN) I-> Range of the class interval

More information

Practice Questions: Statistics W1111, Fall Solutions

Practice Questions: Statistics W1111, Fall Solutions Practice Questions: Statistics W, Fall 9 Solutions Question.. The standard deviation of Z is 89... P(=6) =..3. is definitely inside of a 95% confidence interval for..4. (a) YES (b) YES (c) NO (d) NO Questions

More information

Tables Table A Table B Table C Table D Table E 675

Tables Table A Table B Table C Table D Table E 675 BMTables.indd Page 675 11/15/11 4:25:16 PM user-s163 Tables Table A Standard Normal Probabilities Table B Random Digits Table C t Distribution Critical Values Table D Chi-square Distribution Critical Values

More information

Purposes of Data Analysis. Variables and Samples. Parameters and Statistics. Part 1: Probability Distributions

Purposes of Data Analysis. Variables and Samples. Parameters and Statistics. Part 1: Probability Distributions Part 1: Probability Distributions Purposes of Data Analysis True Distributions or Relationships in the Earths System Probability Distribution Normal Distribution Student-t Distribution Chi Square Distribution

More information

First we look at some terms to be used in this section.

First we look at some terms to be used in this section. 8 Hypothesis Testing 8.1 Introduction MATH1015 Biostatistics Week 8 In Chapter 7, we ve studied the estimation of parameters, point or interval estimates. The construction of CI relies on the sampling

More information

We know from STAT.1030 that the relevant test statistic for equality of proportions is:

We know from STAT.1030 that the relevant test statistic for equality of proportions is: 2. Chi 2 -tests for equality of proportions Introduction: Two Samples Consider comparing the sample proportions p 1 and p 2 in independent random samples of size n 1 and n 2 out of two populations which

More information

Chapter 9. Inferences from Two Samples. Objective. Notation. Section 9.2. Definition. Notation. q = 1 p. Inferences About Two Proportions

Chapter 9. Inferences from Two Samples. Objective. Notation. Section 9.2. Definition. Notation. q = 1 p. Inferences About Two Proportions Chapter 9 Inferences from Two Samples 9. Inferences About Two Proportions 9.3 Inferences About Two s (Independent) 9.4 Inferences About Two s (Matched Pairs) 9.5 Comparing Variation in Two Samples Objective

More information

GROUPED DATA E.G. FOR SAMPLE OF RAW DATA (E.G. 4, 12, 7, 5, MEAN G x / n STANDARD DEVIATION MEDIAN AND QUARTILES STANDARD DEVIATION

GROUPED DATA E.G. FOR SAMPLE OF RAW DATA (E.G. 4, 12, 7, 5, MEAN G x / n STANDARD DEVIATION MEDIAN AND QUARTILES STANDARD DEVIATION FOR SAMPLE OF RAW DATA (E.G. 4, 1, 7, 5, 11, 6, 9, 7, 11, 5, 4, 7) BE ABLE TO COMPUTE MEAN G / STANDARD DEVIATION MEDIAN AND QUARTILES Σ ( Σ) / 1 GROUPED DATA E.G. AGE FREQ. 0-9 53 10-19 4...... 80-89

More information

Simple Linear Regression: One Qualitative IV

Simple Linear Regression: One Qualitative IV Simple Linear Regression: One Qualitative IV 1. Purpose As noted before regression is used both to explain and predict variation in DVs, and adding to the equation categorical variables extends regression

More information

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution

Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution Introduction to Statistical Data Analysis Lecture 7: The Chi-Square Distribution James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

Extra Exam Empirical Methods VU University Amsterdam, Faculty of Exact Sciences , July 2, 2015

Extra Exam Empirical Methods VU University Amsterdam, Faculty of Exact Sciences , July 2, 2015 Extra Exam Empirical Methods VU University Amsterdam, Faculty of Exact Sciences 12.00 14.45, July 2, 2015 Also hand in this exam and your scrap paper. Always motivate your answers. Write your answers in

More information

Statistics for IT Managers

Statistics for IT Managers Statistics for IT Managers 95-796, Fall 2012 Module 2: Hypothesis Testing and Statistical Inference (5 lectures) Reading: Statistics for Business and Economics, Ch. 5-7 Confidence intervals Given the sample

More information

Quantitative Analysis and Empirical Methods

Quantitative Analysis and Empirical Methods Hypothesis testing Sciences Po, Paris, CEE / LIEPP Introduction Hypotheses Procedure of hypothesis testing Two-tailed and one-tailed tests Statistical tests with categorical variables A hypothesis A testable

More information

10.4 Hypothesis Testing: Two Independent Samples Proportion

10.4 Hypothesis Testing: Two Independent Samples Proportion 10.4 Hypothesis Testing: Two Independent Samples Proportion Example 3: Smoking cigarettes has been known to cause cancer and other ailments. One politician believes that a higher tax should be imposed

More information

Chapter 8. Inferences Based on a Two Samples Confidence Intervals and Tests of Hypothesis

Chapter 8. Inferences Based on a Two Samples Confidence Intervals and Tests of Hypothesis Chapter 8 Inferences Based on a Two Samples Confidence Intervals and Tests of Hypothesis Copyright 2018, 2014, and 2011 Pearson Education, Inc. Slide - 1 Content 1. Identifying the Target Parameter 2.

More information

Chapter 8 of Devore , H 1 :

Chapter 8 of Devore , H 1 : Chapter 8 of Devore TESTING A STATISTICAL HYPOTHESIS Maghsoodloo A statistical hypothesis is an assumption about the frequency function(s) (i.e., PDF or pdf) of one or more random variables. Stated in

More information

Math 2000 Practice Final Exam: Homework problems to review. Problem numbers

Math 2000 Practice Final Exam: Homework problems to review. Problem numbers Math 2000 Practice Final Exam: Homework problems to review Pages: Problem numbers 52 20 65 1 181 14 189 23, 30 245 56 256 13 280 4, 15 301 21 315 18 379 14 388 13 441 13 450 10 461 1 553 13, 16 561 13,

More information

The Components of a Statistical Hypothesis Testing Problem

The Components of a Statistical Hypothesis Testing Problem Statistical Inference: Recall from chapter 5 that statistical inference is the use of a subset of a population (the sample) to draw conclusions about the entire population. In chapter 5 we studied one

More information

ANOVA - analysis of variance - used to compare the means of several populations.

ANOVA - analysis of variance - used to compare the means of several populations. 12.1 One-Way Analysis of Variance ANOVA - analysis of variance - used to compare the means of several populations. Assumptions for One-Way ANOVA: 1. Independent samples are taken using a randomized design.

More information

Chapter 10: Chi-Square and F Distributions

Chapter 10: Chi-Square and F Distributions Chapter 10: Chi-Square and F Distributions Chapter Notes 1 Chi-Square: Tests of Independence 2 4 & of Homogeneity 2 Chi-Square: Goodness of Fit 5 6 3 Testing & Estimating a Single Variance 7 10 or Standard

More information

STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots. March 8, 2015

STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots. March 8, 2015 STAT 135 Lab 6 Duality of Hypothesis Testing and Confidence Intervals, GLRT, Pearson χ 2 Tests and Q-Q plots March 8, 2015 The duality between CI and hypothesis testing The duality between CI and hypothesis

More information

STAT Chapter 9: Two-Sample Problems. Paired Differences (Section 9.3)

STAT Chapter 9: Two-Sample Problems. Paired Differences (Section 9.3) STAT 515 -- Chapter 9: Two-Sample Problems Paired Differences (Section 9.3) Examples of Paired Differences studies: Similar subjects are paired off and one of two treatments is given to each subject in

More information

Basic Statistics and Probability Chapter 9: Inferences Based on Two Samples: Confidence Intervals and Tests of Hypotheses

Basic Statistics and Probability Chapter 9: Inferences Based on Two Samples: Confidence Intervals and Tests of Hypotheses Basic Statistics and Probability Chapter 9: Inferences Based on Two Samples: Confidence Intervals and Tests of Hypotheses Identifying the Target Parameter Comparing Two Population Means: Independent Sampling

More information

Diploma Part 2. Quantitative Methods. Examiners Suggested Answers

Diploma Part 2. Quantitative Methods. Examiners Suggested Answers Diploma Part 2 Quantitative Methods Examiners Suggested Answers Q1 (a) A frequency distribution is a table or graph (i.e. a histogram) that shows the total number of measurements that fall in each of a

More information

Comparing two samples

Comparing two samples 28 Comparing two samples Many applications are concerned with two groups of observations of the same kind that originate from two possibly different model distributions, and the question is whether these

More information

Lecture 28 Chi-Square Analysis

Lecture 28 Chi-Square Analysis Lecture 28 STAT 225 Introduction to Probability Models April 23, 2014 Whitney Huang Purdue University 28.1 χ 2 test for For a given contingency table, we want to test if two have a relationship or not

More information

LECTURE 12 CONFIDENCE INTERVAL AND HYPOTHESIS TESTING

LECTURE 12 CONFIDENCE INTERVAL AND HYPOTHESIS TESTING LECTURE 1 CONFIDENCE INTERVAL AND HYPOTHESIS TESTING INTERVAL ESTIMATION Point estimation of : The inference is a guess of a single value as the value of. No accuracy associated with it. Interval estimation

More information

Solution: First note that the power function of the test is given as follows,

Solution: First note that the power function of the test is given as follows, Problem 4.5.8: Assume the life of a tire given by X is distributed N(θ, 5000 ) Past experience indicates that θ = 30000. The manufacturere claims the tires made by a new process have mean θ > 30000. Is

More information

Inferences About Two Proportions

Inferences About Two Proportions Inferences About Two Proportions Quantitative Methods II Plan for Today Sampling two populations Confidence intervals for differences of two proportions Testing the difference of proportions Examples 1

More information

Population 1 Population 2

Population 1 Population 2 Two Population Case Testing the Difference Between Two Population Means Sample of Size n _ Sample mean = x Sample s.d.=s x Sample of Size m _ Sample mean = y Sample s.d.=s y Pop n mean=μ x Pop n s.d.=

More information

Summary: the confidence interval for the mean (σ 2 known) with gaussian assumption

Summary: the confidence interval for the mean (σ 2 known) with gaussian assumption Summary: the confidence interval for the mean (σ known) with gaussian assumption on X Let X be a Gaussian r.v. with mean µ and variance σ. If X 1, X,..., X n is a random sample drawn from X then the confidence

More information

+ Specify 1 tail / 2 tail

+ Specify 1 tail / 2 tail Week 2: Null hypothesis Aeroplane seat designer wonders how wide to make the plane seats. He assumes population average hip size μ = 43.2cm Sample size n = 50 Question : Is the assumption μ = 43.2cm reasonable?

More information

Chapter 9: Hypothesis Testing Sections

Chapter 9: Hypothesis Testing Sections Chapter 9: Hypothesis Testing Sections 9.1 Problems of Testing Hypotheses 9.2 Testing Simple Hypotheses 9.3 Uniformly Most Powerful Tests Skip: 9.4 Two-Sided Alternatives 9.6 Comparing the Means of Two

More information

Lecture 2: Basic Concepts and Simple Comparative Experiments Montgomery: Chapter 2

Lecture 2: Basic Concepts and Simple Comparative Experiments Montgomery: Chapter 2 Lecture 2: Basic Concepts and Simple Comparative Experiments Montgomery: Chapter 2 Fall, 2013 Page 1 Random Variable and Probability Distribution Discrete random variable Y : Finite possible values {y

More information

On Assumptions. On Assumptions

On Assumptions. On Assumptions On Assumptions An overview Normality Independence Detection Stem-and-leaf plot Study design Normal scores plot Correction Transformation More complex models Nonparametric procedure e.g. time series Robustness

More information

Statistics. Statistics

Statistics. Statistics The main aims of statistics 1 1 Choosing a model 2 Estimating its parameter(s) 1 point estimates 2 interval estimates 3 Testing hypotheses Distributions used in statistics: χ 2 n-distribution 2 Let X 1,

More information

The Chi-Square Distributions

The Chi-Square Distributions MATH 183 The Chi-Square Distributions Dr. Neal, WKU The chi-square distributions can be used in statistics to analyze the standard deviation σ of a normally distributed measurement and to test the goodness

More information

WISE International Masters

WISE International Masters WISE International Masters ECONOMETRICS Instructor: Brett Graham INSTRUCTIONS TO STUDENTS 1 The time allowed for this examination paper is 2 hours. 2 This examination paper contains 32 questions. You are

More information

Inference for Single Proportions and Means T.Scofield

Inference for Single Proportions and Means T.Scofield Inference for Single Proportions and Means TScofield Confidence Intervals for Single Proportions and Means A CI gives upper and lower bounds between which we hope to capture the (fixed) population parameter

More information

Content by Week Week of October 14 27

Content by Week Week of October 14 27 Content by Week Week of October 14 27 Learning objectives By the end of this week, you should be able to: Understand the purpose and interpretation of confidence intervals for the mean, Calculate confidence

More information

Econ 325: Introduction to Empirical Economics

Econ 325: Introduction to Empirical Economics Econ 325: Introduction to Empirical Economics Lecture 6 Sampling and Sampling Distributions Ch. 6-1 Populations and Samples A Population is the set of all items or individuals of interest Examples: All

More information

Problem Set 4 - Solutions

Problem Set 4 - Solutions Problem Set 4 - Solutions Econ-310, Spring 004 8. a. If we wish to test the research hypothesis that the mean GHQ score for all unemployed men exceeds 10, we test: H 0 : µ 10 H a : µ > 10 This is a one-tailed

More information

Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance ECON 509. Dr.

Department of Economics. Business Statistics. Chapter 12 Chi-square test of independence & Analysis of Variance ECON 509. Dr. Department of Economics Business Statistics Chapter 1 Chi-square test of independence & Analysis of Variance ECON 509 Dr. Mohammad Zainal Chapter Goals After completing this chapter, you should be able

More information

Frequency Distribution Cross-Tabulation

Frequency Distribution Cross-Tabulation Frequency Distribution Cross-Tabulation 1) Overview 2) Frequency Distribution 3) Statistics Associated with Frequency Distribution i. Measures of Location ii. Measures of Variability iii. Measures of Shape

More information

Classroom Activity 7 Math 113 Name : 10 pts Intro to Applied Stats

Classroom Activity 7 Math 113 Name : 10 pts Intro to Applied Stats Classroom Activity 7 Math 113 Name : 10 pts Intro to Applied Stats Materials Needed: Bags of popcorn, watch with second hand or microwave with digital timer. Instructions: Follow the instructions on the

More information

Introduction to Survey Analysis!

Introduction to Survey Analysis! Introduction to Survey Analysis! Professor Ron Fricker! Naval Postgraduate School! Monterey, California! Reading Assignment:! 2/22/13 None! 1 Goals for this Lecture! Introduction to analysis for surveys!

More information

2.57 when the critical value is 1.96, what decision should be made?

2.57 when the critical value is 1.96, what decision should be made? Math 1342 Ch. 9-10 Review Name SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. 9.1 1) If the test value for the difference between the means of two large

More information

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01

An Analysis of College Algebra Exam Scores December 14, James D Jones Math Section 01 An Analysis of College Algebra Exam s December, 000 James D Jones Math - Section 0 An Analysis of College Algebra Exam s Introduction Students often complain about a test being too difficult. Are there

More information

1; (f) H 0 : = 55 db, H 1 : < 55.

1; (f) H 0 : = 55 db, H 1 : < 55. Reference: Chapter 8 of J. L. Devore s 8 th Edition By S. Maghsoodloo TESTING a STATISTICAL HYPOTHESIS A statistical hypothesis is an assumption about the frequency function(s) (i.e., pmf or pdf) of one

More information

Rama Nada. -Ensherah Mokheemer. 1 P a g e

Rama Nada. -Ensherah Mokheemer. 1 P a g e - 9 - Rama Nada -Ensherah Mokheemer - 1 P a g e Quick revision: Remember from the last lecture that chi square is an example of nonparametric test, other examples include Kruskal Wallis, Mann Whitney and

More information

Normal (Gaussian) distribution The normal distribution is often relevant because of the Central Limit Theorem (CLT):

Normal (Gaussian) distribution The normal distribution is often relevant because of the Central Limit Theorem (CLT): Lecture Three Normal theory null distributions Normal (Gaussian) distribution The normal distribution is often relevant because of the Central Limit Theorem (CLT): A random variable which is a sum of many

More information

Basic Business Statistics, 10/e

Basic Business Statistics, 10/e Chapter 1 1-1 Basic Business Statistics 11 th Edition Chapter 1 Chi-Square Tests and Nonparametric Tests Basic Business Statistics, 11e 009 Prentice-Hall, Inc. Chap 1-1 Learning Objectives In this chapter,

More information

Stat 427/527: Advanced Data Analysis I

Stat 427/527: Advanced Data Analysis I Stat 427/527: Advanced Data Analysis I Review of Chapters 1-4 Sep, 2017 1 / 18 Concepts you need to know/interpret Numerical summaries: measures of center (mean, median, mode) measures of spread (sample

More information

1 Independent Practice: Hypothesis tests for one parameter:

1 Independent Practice: Hypothesis tests for one parameter: 1 Independent Practice: Hypothesis tests for one parameter: Data from the Indian DHS survey from 2006 includes a measure of autonomy of the women surveyed (a scale from 0-10, 10 being the most autonomous)

More information

Chapter 20 Comparing Groups

Chapter 20 Comparing Groups Chapter 20 Comparing Groups Comparing Proportions Example Researchers want to test the effect of a new anti-anxiety medication. In clinical testing, 64 of 200 people taking the medicine reported symptoms

More information