Chapter 9. Hypothesis testing. 9.1 Introduction

Size: px
Start display at page:

Download "Chapter 9. Hypothesis testing. 9.1 Introduction"

Transcription

1 Chapter 9 Hypothesis testing 9.1 Introduction Confidence intervals are one of the two most common types of statistical inference. Use them when our goal is to estimate a population parameter. The second common type of inference has a different goal: to assess the evidence provided by the data in favor of some claim about the population. Example 9.1 The rapid increases in college tuition over the past few years have been a great concern for college students and their parents. According to Digest of Education Statistics 1997, the average annual cost of in-state tuition and fees for 4-year public colleges in the United States was $3,321 i997. A recent sample of 40 four-year public colleges yielded a mean in-state tuition of $3393. Can we conclude that the mean in-state tuition for 4-year public colleges increases this year? Outline of a test: I. Set hypotheses Null hypothesis H 0 : µ = 3321 Alternative hypothesis H 1 : µ > 3321 A null hypothesis H 0 is a claim (or statement) about a population parameter that is being tested. H 0 can be interpreted as there is no difference An alternative hypothesis H a is a statement that we intend to prove true A test of significance is intended to assess the evidence provided by data against H 0 in favor of an H 1 9-1

2 Both hypotheses are in terms of parameters, never about statistics. Example (a): A person has been indicted for committing a crime and is being tried in a court. The jury will make one of two possible decisions: Null hypothesis: H 0 : The defendant is not guilty Alternative hypothesis: H 1 : The defendant is guilty Example (b): State H 0 and H 1 in each case. Your car averages 32 miles per gallon on the highway. You now switches to a new motor oil that is advertised as increasing gas mileage. After driving 3000 highway miles with new oil, you want to determine if your gas mileage actually has increased A man claims to have extrasensory perception. You don t believe it. The English mathematician John Kerrich tossed a coi0,000 times and got 5067 heads. You suspect that the coin is not balanced. Suppose that H 0 : θ = θ 0. If H 1 : θ > θ 0 or H 1 : θ < θ 0, then it is referred to as a one-tailed test (one-sided test); If H 1 : θ θ 0, then it is referred to as a two-tailed test (two-sided test). II. Choose a test statistic III. Assess if the observed value of the test statistic is surprising when H 0 is true. How unlikely the observed value of the test statistic would be if H 0 were really true? Assume that σ = 150. Under H 0, x N(3321, ) Hence, x 3321 P ( x 3393) = P ( 150/ / 40 ) P (Z 3.04) =.0012 Or we partition the possible values of the test statistic into two subsets: an acceptance region for H 0, and a rejection region for H 0. The rejection region is also called critical region. 9-2

3 The decision procedure could lead to either of two wrong conclusions: Definition 9.1 Type I error: Rejection of the null hypothesis when it is true is called a type I error. Type II error: Acceptance of the null hypothesis when it is false is called a type II error. Level of significance: The probability of committing a type I error is called the level of significance of the test and is denoted by α. Power: The probability of rejecting H 0 given that a specific alternative is true. Let β = P (Type II error). Then Power = 1 β. Most common significance level: 0.05, 0.1, 0.01 Example 9.2 A certain type of cold vaccine is known to be only 25% effective after a period of 2 years. In order to determine if a new and somewhat more expensive vaccine is superior in providing protection against the same virus for a longer period of time, 20 people are chosen at random and inoculated. If 9 or more of those receiving the new vaccine surpass the 2 year period without contracting the virus, the new vaccine will be considered superior to the one presently in use. H 0 : p = 1/4, H 1 : p > 1/4 What is the probability of committing a type I error? What is the probability of committing a type II error when p = 1/2 α = P (type I error) = P (X 9when p = 1/4) = = β = P (type II error) = P (X < 9when p = 1/2) =

4 9.2 Test concerning mean when σ is known Suppose that H 0 : µ = µ 0, H 1 : µ > µ 0. z test statistic: z = x µ 0 σ/ n Critical region: Reject H 0 if z z α Four Steps: 1. State H 0 and H a and specify α 2. Using the sampling distribution of an appropriate test statistic, determine a critical region of size α. 3. Determine the value of the test statistic from the sample data 4. Check whether the value of the test statistic falls into the critical region and accordingly, reject H 0, or accept H 0. Example 9.3 Refer to Example??. Test whether the mean in-state tuition for 4-year public colleges increases this year at the 0.05 level of significance? σ = 150. z = / 40 = 3.04 Reject H 0 at the 0.05 level Definition 9.2 Corresponding to an observed value of a test statistic, the P -value is the lowest level of significance at which the null hypothesis could have been rejected. Decision rule: Reject H 0 if P-value α. The data are statistically significant at level α. Don t reject H 0 if P-value > α. The data are not statistically significant at level α. Or, we don t have sufficient evidence to reject H

5 The P-value is more informative than a statement of significance, because we can then assess significance at any level we choose. Alternative H 1 Reject H 0 at the α level P-value H 1 : µ > µ 0 z z α P (Z z) H 1 : µ < µ 0 z z α P (Z z) H 1 : µ µ 0 z z α/2 2P (Z z ) Example 9.4 A car manufacturer advertises that its new compact models get 47 miles per gallon (mpg) on high way. A random sample of size 64 gives x = 46.5 mpg. Does this indicate that the average mpg of the compact models is overrated at 0.05 level of significance? at 0.01 level of significance? (assume σ = 2) z = / = 2 P value = Example 9.5 A computer has a random digit generator designed to produce random digits that are uniformly distributed on the digits from 0 to 9. If this is true, the digits generated come from the population with µ = 4.5, and σ = A command to generate 10,000 random numbers gives outcomes with mean We want to test if the mean of random digits generated by the computer is equal to 4.5 at the 5% level. z = ( ) 10000/ = Confidence intervals and two-sided tests: A level α two-sided significance test rejects H 0 : level 1 α confidence interval for µ. µ = µ 0 exactly when µ 0 falls outside a Example 9.6 Refer to Example??. Find a 95% confidence interval for µ. Does 4.5 fall outside the confidence interval? 9-5

6 4.443 ± 1.96( )/100 = ± = (4.3867, ) 9.3 Test concerning mean when σ is unknown Null hypothesis: H 0 : µ = µ 0 t statistic: t = x µ 0 s/ n Alternative H 1 Reject H 0 at the α level P-value H 1 : µ > µ 0 t t α,n 1 P (T n 1 t) H 1 : µ < µ 0 t t α,n 1 P (T n 1 t) H 1 : µ µ 0 t t α/2,n 1 2P (T n 1 t ) Example 9.7 In the American Heart Association journal Hypertension, researchers report that individuals who practice Transcendent Meditation (TM) lower their blood pressure significantly. If a random sample of 225 male TM practitioners meditate for 8.5 hours per week with According to a dietary study, a high sodium intake may be related to ulcers, stomach cancer, and migraine headaches. The human requirement for salt is only 220 milligrams per day, which is surpassed in most single servings of ready-to-eat cereals. If a random sample of 20 similar servings of certain cereal has a mean sodium content of 224 milligrams and a standard deviation of 24.5 milligrams, does this suggest at the 0,05 level of significance that the average sodium content for a single serving of such cereal is greater tha20 milligrams? Example 9.8 It is claimed that a new diet will reduce a person s weight by 4.5 kilograms on the average in a period of 4 weeks. The weights of 9 women who followed this diet were recorded before and after a 4-week period: 9-6

7 Weight before Weight after Difference (a) Test the manufacturer s claim. (b) Find a 90% C.I. for the mean weight loss in a 4-week period. x = 3.278, s = % C.I. is ± 1.86(2.475/3) = ± = (1.743, 4.813) t = 1.488, P value = Hypothesis tests for p Null hypothesis: H 0 : p = p 0 z-test statistic: z = ˆp p 0 p 0 (1 p 0 ) n Alternative Reject H 0 at α level if P-value H 1 : p > p 0 z z α P (Z z) H 1 : p < p 0 z z α P (Z z) H 1 : p p 0 z z α/2 2P (Z z ) Example 9.9 The English mathematician John Kerrich tossed a coi0,000 times and obtained 5067 heads. 9-7

8 (a) Is this significant evidence at the 5% level that the coin is not balanced? (b) Find a 95% confidence interval for the probability that Kerrich s coin comes up heads. (a) H 0 : p = 1/2 H 1 : p 1/2 ˆp =.5067, n = 10, 000 z = ( )/(.5.5/10000) = 1.34 P value = =.1802 (b).5067 ± 1.96(.5067(1.5067)/10000).5 =.5067 ± =.5067 ±.0098 = (.4969,.5165) Example 9.10 A method currently used by doctors to screen women for possible breast cancer fails to detect cancer i5% of the women who actually have the disease. A new method has been developed that researchers hope will be able to detect cancer more accurately. A random sample of 100 women known to have breast cancer were screened using the new method. Of these, the method failed to detect cancer in ten. Do the data provide sufficient evidence to indicate that the new screening method is better than the one currently in use? Let p be the failing rate of the new method. H 0 : p =.15, H 1 : p <.15 n = 100, ˆp = z = = 1.4 P-value= (.85)/

9 In many problems in applied research, we are interested in hypotheses concerning differences between the means of two populations. 9.5 Two sample z-test with known variances Consider two independent random samples of size and from two normal populations having the means µ 1 and µ 2 and the known variances σ 2 1 and σ 2 2. Recall that X 1 X 2 (µ 1 µ 2 ) N(0, 1) σ1 2 + σ2 2 Assume that the null hypothesis is H 0 : µ 1 µ 2 = d 0 and let be the z-statistic. Then z = x 1 x 2 d 0 σ σ2 2 H 1 P value Reject H 0 at the α-level if µ 1 µ 2 d 0 2P (Z > z ) z > z α/2 µ 1 µ 2 > d 0 P (Z > z) z > z α µ 1 µ 2 < d 0 P (Z < z) z < z α 9.6 Two-Sample t Test for Independent Samples with Equal Variances Consider two independent random samples of size and from two normal populations having the means µ 1 and µ 2 and the unknown common variance σ 2. Recall that where X 1 X 2 (µ 1 µ 2 ) t( + 2) 1 S p + 1 Sp 2 = ( 1)S1 2 + ( 1)S Assume that the null hypothesis is H 0 : µ 1 µ 2 = d 0 and let t = x 1 x 2 d 0 1 s p

10 be the t-statistic. Then H 1 P value Reject H 0 at the α-level if µ 1 µ 2 d 0 2P (T n1 + 2 > t ) t > t n1 + 2,α/2 µ 1 µ 2 > d 0 P (T n1 + 2 > t) t > t n1 + 2,α µ 1 µ 2 < d 0 P (T n1 + 2 < t) t < t n1 + 2,α Example 9.11 An experiment is performed to determine whether the average nicotine content of one kind of cigarette exceeds that of another kind by.2 milligram. If = 50 cigarettes of the first kind had an average nicotine content of x 1 = 2.61 milligrams with s 1 =.12 milligram, whereas = 40 cigarettes of the other kind had an average nicotine content of x 2 = 2.38 milligrams with s 2 =.14 milligram. Test H 0 : µ 1 µ 2 =.2 against H 1 : µ 1 µ 2 >.2 at the.05 level of significance. Don t reject H 0. s 2 p = 49(.12)2 + 39(.14) 2 =.0167 s p = t =.129 1/50 + 1/40 = 1.09 Example 9.12 In the comparison of two kinds of paint, a consumer testing service finds that four 1-gallon cans of one brand cover on the average 546 square feet with a standard deviation of 31 square feet, whereas four 1-gallon cans of another brand cover on the average 492 square feet with a standard deviation of 26 square feet. Assuming that the two populations sampled are normal and have equal variances, test H 0 : µ 1 µ 2 = 0 against H 1 : µ 1 µ 2 > 0 at the 0.05 level of significance. s p = , t = 2.67 t 6,.05 = Reject H Testing for Equality of Two Variances It is noted that we assume σ 1 = σ 2 in the previous two sample t test, but how can we know σ 1 = σ

11 The F distribution: Let U and V be independent random variables, U χ 2 d 1, V χ 2 d 2. variable F = U/d 1 V/d 2 Then the random is said to have an F distribution with d 1, d 2 degrees of freedom, denoted by F F d1,d 2. The density function of an F random variable with d 1 and d 2 degrees of freedom is given by for x > 0 x d 1/2 1 f(x) = c (1 + x(d 1 /d 2 )) (d 1+d 2 )/2 If S 2 1 and S 2 2 are the variances of independent random samples of size and from normal populations with the variances σ 2 1 and σ 2 2, then In particular, if σ 1 = σ 2, then F = S2 1/σ 2 1 S 2 2/σ 2 2 F = S2 1 S 2 2 F n1 1, 1 F n1 1, 1 Hypothesis testing for equality of variances: H 0 : σ 1 = σ 2 Test statistic: f = s 2 1/s 2 2 Alternative Reject H 0 at α level if p-value H 1 : σ 1 > σ 2 f F n1 1, 1,1 α P (F n1 1, 1 f) H 1 : σ 1 < σ 2 f F n1 1, 1,α P (F n1 1, 1 f) H 1 : σ 1 σ 2 f F n1 1, 1,1 α/2 or f F n1 1, 1,α/2 min{2p (F n1 1, 1 f), 2P (F n1 1, 1 f)} 9-11

12 Example 9.13 A hypothesis of ongoing clinical interest is that vitamin C prevents the common cold. A study is organized to test the hypothesis using 20 prisoners as participants. In the study, 10 are randomly allocated to receive vitamin C capsules and 10 to receive placebo capsules. The number of colds over a 12-month period for each participant is given in table below. i Vitamin C x i1 Placebo x i2 d i = x i1 x i We wish to test the hypothesis that vitamin C prevents the common cold. (i) Is a one-sample or two-sample test needed here? (ii) Is a one-sided or two-sided test needed here? (iii) Which of the following test procedures should be used to test this hypothesis? (more than one may be necessary) (a) One-sample t test (b) Paired t test (c) Two-sample t test with equal variances (d) Two-sample t test with unequal variances (e) F test for the equality of two variances (iv) Carry out the test procedure(s) in part (iii), and report the range of p-value. (v) Drive a 95% CI for the mean difference (vitamin C - placebo) in number of colds per year between the two groups. 9-12

13 9.8 Two-Sample t Test for Independent Samples with Unequal Variances Recall that where T = ( X 1 X 2 ) (µ 1 µ 2 ) v = S S2 2 ( s2 1 + s2 2 ) ( s2 1 ) ( s2 2 ) 2 t(v), Assume that the null hypothesis is H 0 : µ 1 µ 2 = d 0 and let t = x 1 x 2 d 0 be the t-statistic. Then approximately we have s s2 2 H 1 P value Reject H 0 at the α-level if µ 1 µ 2 d 0 2P (T v > t ) t > t α/2,v µ 1 µ 2 > d 0 P (T v > t) t > t α,v µ 1 µ 2 < d 0 P (T v < t) t < t α,v Example , p.341 A 1980 study was conducted whose purpose was to compare the indoor air quality in offices where smoking was permitted with that in offices where smoking was not permitted. Measurements were made of carbon monoxide (CO) at 1:20pm in 40 work areas where smoking was permitted and 40 work areas where smoking was not permitted. Where smoking was permitted, the mean CO was 11.6 parts per million (ppm) and the standard deviation CO was 7.3 ppm. Where smoking was not permitted, the mean CO was 6.9 parts per million (ppm) and the standard deviation CO was 2.7 ppm. (i) Test for whether or not the standard deviation of CO is significantly different in the two types of working environments. (ii) Test for whether or not the mean CO is significantly different in the two types of working environments. (iii) Provide a 95% CI for the difference in mean CO between the smoking and nonsmoking working environments. 9-13

14 (i) f = 7.31, p value < 0.05 (ii) t = 3.82, d = 49.5, k = 49, t 49,.975 < t 40,0.975 = (iii) 4.7 ± 2.009(1.232) = 4.7 ± 2.47 = (2.2, 7.2) 9.9 Tests on Two Proportions Consider two population proportions, p 1 and p 2. We d like to know whether p 1 and p 2 are equal. So we get two independent random samples. Population proportion Sample size Sample proportion p 1 ˆp 1 p 2 ˆp 2 The sampling distribution of ˆp 1 ˆp 2 : E(ˆp 1 ˆp 2 ) = p 1 p 2 Var(ˆp 1 ˆp 2 ) = p 1(1 p 1 ) + p 2(1 p 2 ) ˆp 1 ˆp 2 (p 1 p 2 ) N(0, 1) p 1 (1 p 1 ) + p 2(1 p 2 ) Hypothesis testing for p 1 = p 2 Null hypothesis: H 0 : p 1 = p 2 z-statistic: z = ˆp 1 ˆp 2 ( 1 ˆp(1 ˆp) + 1 ), 9-14

15 where ˆp is the pooled sample proportion ˆp = ˆp 1 + ˆp 2 + count of successes in both samples = + Alternative Reject H 0 at α level if p-value H 1 : p 1 > p 2 z z 1 α P (Z z) H 1 : p 1 < p 2 z z 1 α P (Z z) H 1 : p 1 p 2 z z 1 α/2 2P (Z z ) Example 9.15 Does taking aspirin regularly help prevent heart attacks? A double-blind randomized comparative experiment assigned 11,037 male doctors to take aspirin and another 11,034 to take a placebo. After 5 years, 104 of the aspirin group and 189 of the control group had died of heart attacks. (i) Is this difference large enough to convince us that aspirin works? (ii) Find a 99% CI for the proportion difference. = 11037, ˆp 1 = 104/11037 = , = 11034, ˆp 2 = 189/11034 = , ˆp = ( )/( ) = 293/22071 = H 0 : p 1 = p 2, H 1 : p 1 < p 2 z = ( )/ ( )(1/ /11037) = / = P-value= %C.I.is(SE =.00154) ± = ± = ( , ) 9-15

Math 101: Elementary Statistics Tests of Hypothesis

Math 101: Elementary Statistics Tests of Hypothesis Tests of Hypothesis Department of Mathematics and Computer Science University of the Philippines Baguio November 15, 2018 Basic Concepts of Statistical Hypothesis Testing A statistical hypothesis is an

More information

Hypothesis testing for µ:

Hypothesis testing for µ: University of California, Los Angeles Department of Statistics Statistics 10 Elements of a hypothesis test: Hypothesis testing Instructor: Nicolas Christou 1. Null hypothesis, H 0 (always =). 2. Alternative

More information

One- and Two-Sample Tests of Hypotheses

One- and Two-Sample Tests of Hypotheses One- and Two-Sample Tests of Hypotheses 1- Introduction and Definitions Often, the problem confronting the scientist or engineer is producing a conclusion about some scientific system. For example, a medical

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

[ z = 1.48 ; accept H 0 ]

[ z = 1.48 ; accept H 0 ] CH 13 TESTING OF HYPOTHESIS EXAMPLES Example 13.1 Indicate the type of errors committed in the following cases: (i) H 0 : µ = 500; H 1 : µ 500. H 0 is rejected while H 0 is true (ii) H 0 : µ = 500; H 1

More information

Chapter 12: Inference about One Population

Chapter 12: Inference about One Population Chapter 1: Inference about One Population 1.1 Introduction In this chapter, we presented the statistical inference methods used when the problem objective is to describe a single population. Sections 1.

More information

STAT Chapter 8: Hypothesis Tests

STAT Chapter 8: Hypothesis Tests STAT 515 -- Chapter 8: Hypothesis Tests CIs are possibly the most useful forms of inference because they give a range of reasonable values for a parameter. But sometimes we want to know whether one particular

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

Point Estimation and Confidence Interval

Point Estimation and Confidence Interval Chapter 8 Point Estimation and Confidence Interval 8.1 Point estimator The purpose of point estimation is to use a function of the sample data to estimate the unknown parameter. Definition 8.1 A parameter

More information

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly.

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except on problems 1 & 2. Work neatly. Introduction to Statistics Math 1040 Sample Exam III Chapters 8-10 4 Problem Pages 3 Formula/Table Pages Time Limit: 90 Minutes 1 No Scratch Paper Calculator Allowed: Scientific Name: The point value of

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

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

The Purpose of Hypothesis Testing

The Purpose of Hypothesis Testing Section 8 1A:! An Introduction to Hypothesis Testing The Purpose of Hypothesis Testing See s Candy states that a box of it s candy weighs 16 oz. They do not mean that every single box weights exactly 16

More information

Mathematical Statistics

Mathematical Statistics Mathematical Statistics MAS 713 Chapter 8 Previous lecture: 1 Bayesian Inference 2 Decision theory 3 Bayesian Vs. Frequentist 4 Loss functions 5 Conjugate priors Any questions? Mathematical Statistics

More information

Null Hypothesis Significance Testing p-values, significance level, power, t-tests Spring 2017

Null Hypothesis Significance Testing p-values, significance level, power, t-tests Spring 2017 Null Hypothesis Significance Testing p-values, significance level, power, t-tests 18.05 Spring 2017 Understand this figure f(x H 0 ) x reject H 0 don t reject H 0 reject H 0 x = test statistic f (x H 0

More information

Introductory Econometrics. Review of statistics (Part II: Inference)

Introductory Econometrics. Review of statistics (Part II: Inference) Introductory Econometrics Review of statistics (Part II: Inference) Jun Ma School of Economics Renmin University of China October 1, 2018 1/16 Null and alternative hypotheses Usually, we have two competing

More information

ECO220Y Review and Introduction to Hypothesis Testing Readings: Chapter 12

ECO220Y Review and Introduction to Hypothesis Testing Readings: Chapter 12 ECO220Y Review and Introduction to Hypothesis Testing Readings: Chapter 12 Winter 2012 Lecture 13 (Winter 2011) Estimation Lecture 13 1 / 33 Review of Main Concepts Sampling Distribution of Sample Mean

More information

Chapter 22. Comparing Two Proportions 1 /29

Chapter 22. Comparing Two Proportions 1 /29 Chapter 22 Comparing Two Proportions 1 /29 Homework p519 2, 4, 12, 13, 15, 17, 18, 19, 24 2 /29 Objective Students test null and alternate hypothesis about two population proportions. 3 /29 Comparing Two

More information

Chapter Six: Two Independent Samples Methods 1/51

Chapter Six: Two Independent Samples Methods 1/51 Chapter Six: Two Independent Samples Methods 1/51 6.3 Methods Related To Differences Between Proportions 2/51 Test For A Difference Between Proportions:Introduction Suppose a sampling distribution were

More information

Hypothesis tests for two means

Hypothesis tests for two means Chapter 3 Hypothesis tests for two means 3.1 Introduction Last week you were introduced to the concept of hypothesis testing in statistics, and we considered hypothesis tests for the mean if we have a

More information

Chapter 22. Comparing Two Proportions 1 /30

Chapter 22. Comparing Two Proportions 1 /30 Chapter 22 Comparing Two Proportions 1 /30 Homework p519 2, 4, 12, 13, 15, 17, 18, 19, 24 2 /30 3 /30 Objective Students test null and alternate hypothesis about two population proportions. 4 /30 Comparing

More information

CHAPTER 9, 10. Similar to a courtroom trial. In trying a person for a crime, the jury needs to decide between one of two possibilities:

CHAPTER 9, 10. Similar to a courtroom trial. In trying a person for a crime, the jury needs to decide between one of two possibilities: CHAPTER 9, 10 Hypothesis Testing Similar to a courtroom trial. In trying a person for a crime, the jury needs to decide between one of two possibilities: The person is guilty. The person is innocent. To

More information

Chapter Three. Hypothesis Testing

Chapter Three. Hypothesis Testing 3.1 Introduction The final phase of analyzing data is to make a decision concerning a set of choices or options. Should I invest in stocks or bonds? Should a new product be marketed? Are my products being

More information

Tests about a population mean

Tests about a population mean October 2 nd, 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

Mathematical statistics

Mathematical statistics October 20 th, 2018 Lecture 17: Tests of Hypotheses Overview Week 1 Week 2 Week 4 Week 7 Week 10 Week 14 Probability reviews Chapter 6: Statistics and Sampling Distributions Chapter 7: Point Estimation

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

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

# of 6s # of times Test the null hypthesis that the dice are fair at α =.01 significance

# of 6s # of times Test the null hypthesis that the dice are fair at α =.01 significance Practice Final Exam Statistical Methods and Models - Math 410, Fall 2011 December 4, 2011 You may use a calculator, and you may bring in one sheet (8.5 by 11 or A4) of notes. Otherwise closed book. The

More information

Chapter 7: Hypothesis Testing - Solutions

Chapter 7: Hypothesis Testing - Solutions Chapter 7: Hypothesis Testing - Solutions 7.1 Introduction to Hypothesis Testing The problem with applying the techniques learned in Chapter 5 is that typically, the population mean (µ) and standard deviation

More information

CHAPTER 9: HYPOTHESIS TESTING

CHAPTER 9: HYPOTHESIS TESTING CHAPTER 9: HYPOTHESIS TESTING THE SECOND LAST EXAMPLE CLEARLY ILLUSTRATES THAT THERE IS ONE IMPORTANT ISSUE WE NEED TO EXPLORE: IS THERE (IN OUR TWO SAMPLES) SUFFICIENT STATISTICAL EVIDENCE TO CONCLUDE

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

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

Null Hypothesis Significance Testing p-values, significance level, power, t-tests

Null Hypothesis Significance Testing p-values, significance level, power, t-tests Null Hypothesis Significance Testing p-values, significance level, power, t-tests 18.05 Spring 2014 January 1, 2017 1 /22 Understand this figure f(x H 0 ) x reject H 0 don t reject H 0 reject H 0 x = test

More information

MAT2377. Rafa l Kulik. Version 2015/November/23. Rafa l Kulik

MAT2377. Rafa l Kulik. Version 2015/November/23. Rafa l Kulik MAT2377 Rafa l Kulik Version 2015/November/23 Rafa l Kulik Rafa l Kulik 1 Rafa l Kulik 2 Rafa l Kulik 3 Rafa l Kulik 4 The Z-test Test on the mean of a normal distribution, σ known Suppose X 1,..., X n

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

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

CHAPTER 8. Test Procedures is a rule, based on sample data, for deciding whether to reject H 0 and contains:

CHAPTER 8. Test Procedures is a rule, based on sample data, for deciding whether to reject H 0 and contains: CHAPTER 8 Test of Hypotheses Based on a Single Sample Hypothesis testing is the method that decide which of two contradictory claims about the parameter is correct. Here the parameters of interest are

More information

Review 6. n 1 = 85 n 2 = 75 x 1 = x 2 = s 1 = 38.7 s 2 = 39.2

Review 6. n 1 = 85 n 2 = 75 x 1 = x 2 = s 1 = 38.7 s 2 = 39.2 Review 6 Use the traditional method to test the given hypothesis. Assume that the samples are independent and that they have been randomly selected ) A researcher finds that of,000 people who said that

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

LECTURE NOTES. INTSTA2 Introductory Statistics 2. Francis Joseph H. Campeña, De La Salle University Manila

LECTURE NOTES. INTSTA2 Introductory Statistics 2. Francis Joseph H. Campeña, De La Salle University Manila LECTURE NOTES INTSTA Introductory Statistics Francis Joseph H. Campeña, De La Salle University Manila Contents 1 Normal Distribution 1.1 Normal Distribution....................... Sampling and Sampling

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

Probability and Probability Distributions. Dr. Mohammed Alahmed Probability and Probability Distributions 1 Probability and Probability Distributions Usually we want to do more with data than just describing them! We might want to test certain specific inferences about

More information

HYPOTHESIS TESTING II TESTS ON MEANS. Sorana D. Bolboacă

HYPOTHESIS TESTING II TESTS ON MEANS. Sorana D. Bolboacă HYPOTHESIS TESTING II TESTS ON MEANS Sorana D. Bolboacă OBJECTIVES Significance value vs p value Parametric vs non parametric tests Tests on means: 1 Dec 14 2 SIGNIFICANCE LEVEL VS. p VALUE Materials and

More information

Comparing Means from Two-Sample

Comparing Means from Two-Sample Comparing Means from Two-Sample Kwonsang Lee University of Pennsylvania kwonlee@wharton.upenn.edu April 3, 2015 Kwonsang Lee STAT111 April 3, 2015 1 / 22 Inference from One-Sample We have two options to

More information

BIO5312 Biostatistics Lecture 6: Statistical hypothesis testings

BIO5312 Biostatistics Lecture 6: Statistical hypothesis testings BIO5312 Biostatistics Lecture 6: Statistical hypothesis testings Yujin Chung October 4th, 2016 Fall 2016 Yujin Chung Lec6: Statistical hypothesis testings Fall 2016 1/30 Previous Two types of statistical

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 5: HYPOTHESIS TESTING

Chapter 5: HYPOTHESIS TESTING MATH411: Applied Statistics Dr. YU, Chi Wai Chapter 5: HYPOTHESIS TESTING 1 WHAT IS HYPOTHESIS TESTING? As its name indicates, it is about a test of hypothesis. To be more precise, we would first translate

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

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

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. describes the.

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. describes the. Practice Test 3 Math 1342 Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) The term z α/2 σn describes the. 1) A) maximum error of estimate

More information

Preliminary Statistics Lecture 5: Hypothesis Testing (Outline)

Preliminary Statistics Lecture 5: Hypothesis Testing (Outline) 1 School of Oriental and African Studies September 2015 Department of Economics Preliminary Statistics Lecture 5: Hypothesis Testing (Outline) Gujarati D. Basic Econometrics, Appendix A.8 Barrow M. Statistics

More information

Name: Exam: In-term Two Page: 1 of 8 Date: 12/07/2018. University of Texas at Austin, Department of Mathematics M358K - Applied Statistics TRUE/FALSE

Name: Exam: In-term Two Page: 1 of 8 Date: 12/07/2018. University of Texas at Austin, Department of Mathematics M358K - Applied Statistics TRUE/FALSE Exam: In-term Two Page: 1 of 8 Date: 12/07/2018 Name: TRUE/FALSE 1.1 TRUE FALSE University of Texas at Austin, Department of Mathematics M358K - Applied Statistics MULTIPLE CHOICE 1.2 TRUE FALSE 1.3 TRUE

More information

Preliminary Statistics. Lecture 5: Hypothesis Testing

Preliminary Statistics. Lecture 5: Hypothesis Testing Preliminary Statistics Lecture 5: Hypothesis Testing Rory Macqueen (rm43@soas.ac.uk), September 2015 Outline Elements/Terminology of Hypothesis Testing Types of Errors Procedure of Testing Significance

More information

Hypotheses Test Procedures. Is the claim wrong?

Hypotheses Test Procedures. Is the claim wrong? Hypotheses Test Procedures MATH 2300 Sections 9.1 and 9.2 Is the claim wrong? An oil company representative claims that the average price for gasoline in Lubbock is $2.30 per gallon. You think the average

More information

Hypothesis for Means and Proportions

Hypothesis for Means and Proportions November 14, 2012 Hypothesis Tests - Basic Ideas Often we are interested not in estimating an unknown parameter but in testing some claim or hypothesis concerning a population. For example we may wish

More information

CHAPTER EIGHT TESTS OF HYPOTHESES

CHAPTER EIGHT TESTS OF HYPOTHESES 11/18/213 CAPTER EIGT TESTS OF YPOTESES (8.1) Definition: A statistical hypothesis is a statement concerning one population or more. 1 11/18/213 8.1.1 The Null and The Alternative ypotheses: The structure

More information

Hypothesis Testing with Z and T

Hypothesis Testing with Z and T Chapter Eight Hypothesis Testing with Z and T Introduction to Hypothesis Testing P Values Critical Values Within-Participants Designs Between-Participants Designs Hypothesis Testing An alternate hypothesis

More information

AP Statistics Ch 12 Inference for Proportions

AP Statistics Ch 12 Inference for Proportions Ch 12.1 Inference for a Population Proportion Conditions for Inference The statistic that estimates the parameter p (population proportion) is the sample proportion p ˆ. p ˆ = Count of successes in the

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

Estimating a Population Mean

Estimating a Population Mean Estimating a Population Mean MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives At the end of this lesson we will be able to: obtain a point estimate for

More information

Chapter. Hypothesis Testing with Two Samples. Copyright 2015, 2012, and 2009 Pearson Education, Inc. 1

Chapter. Hypothesis Testing with Two Samples. Copyright 2015, 2012, and 2009 Pearson Education, Inc. 1 Chapter 8 Hypothesis Testing with Two Samples Copyright 2015, 2012, and 2009 Pearson Education, Inc 1 Two Sample Hypothesis Test Compares two parameters from two populations Sampling methods: Independent

More information

Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6.

Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6. Chapter 7 Reading 7.1, 7.2 Questions 3.83, 6.11, 6.12, 6.17, 6.25, 6.29, 6.33, 6.35, 6.50, 6.51, 6.53, 6.55, 6.59, 6.60, 6.65, 6.69, 6.70, 6.77, 6.79, 6.89, 6.112 Introduction In Chapter 5 and 6, we emphasized

More information

UNIVERSITY OF TORONTO. Faculty of Arts and Science APRIL - MAY 2005 EXAMINATIONS STA 248 H1S. Duration - 3 hours. Aids Allowed: Calculator

UNIVERSITY OF TORONTO. Faculty of Arts and Science APRIL - MAY 2005 EXAMINATIONS STA 248 H1S. Duration - 3 hours. Aids Allowed: Calculator UNIVERSITY OF TORONTO Faculty of Arts and Science APRIL - MAY 2005 EXAMINATIONS STA 248 H1S Duration - 3 hours Aids Allowed: Calculator LAST NAME: FIRST NAME: STUDENT NUMBER: There are 17 pages including

More information

EC2001 Econometrics 1 Dr. Jose Olmo Room D309

EC2001 Econometrics 1 Dr. Jose Olmo Room D309 EC2001 Econometrics 1 Dr. Jose Olmo Room D309 J.Olmo@City.ac.uk 1 Revision of Statistical Inference 1.1 Sample, observations, population A sample is a number of observations drawn from a population. Population:

More information

hypotheses. P-value Test for a 2 Sample z-test (Large Independent Samples) n > 30 P-value Test for a 2 Sample t-test (Small Samples) n < 30 Identify α

hypotheses. P-value Test for a 2 Sample z-test (Large Independent Samples) n > 30 P-value Test for a 2 Sample t-test (Small Samples) n < 30 Identify α Chapter 8 Notes Section 8-1 Independent and Dependent Samples Independent samples have no relation to each other. An example would be comparing the costs of vacationing in Florida to the cost of vacationing

More information

1 Descriptive statistics. 2 Scores and probability distributions. 3 Hypothesis testing and one-sample t-test. 4 More on t-tests

1 Descriptive statistics. 2 Scores and probability distributions. 3 Hypothesis testing and one-sample t-test. 4 More on t-tests Overall Overview INFOWO Statistics lecture S3: Hypothesis testing Peter de Waal Department of Information and Computing Sciences Faculty of Science, Universiteit Utrecht 1 Descriptive statistics 2 Scores

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

(8 One- and Two-Sample Test Of Hypothesis)

(8 One- and Two-Sample Test Of Hypothesis) 324 Stat Lecture Notes (8 One- and Two-Sample Test Of ypothesis) ( Book*: Chapter 1,pg319) Probability& Statistics for Engineers & Scientists By Walpole, Myers, Myers, Ye Definition: A statistical hypothesis

More information

Nicole Dalzell. July 2, 2014

Nicole Dalzell. July 2, 2014 UNIT 1: INTRODUCTION TO DATA LECTURE 3: EDA (CONT.) AND INTRODUCTION TO STATISTICAL INFERENCE VIA SIMULATION STATISTICS 101 Nicole Dalzell July 2, 2014 Teams and Announcements Team1 = Houdan Sai Cui Huanqi

More information

6.4 Type I and Type II Errors

6.4 Type I and Type II Errors 6.4 Type I and Type II Errors Ulrich Hoensch Friday, March 22, 2013 Null and Alternative Hypothesis Neyman-Pearson Approach to Statistical Inference: A statistical test (also known as a hypothesis test)

More information

Hypothesis Testing. ECE 3530 Spring Antonio Paiva

Hypothesis Testing. ECE 3530 Spring Antonio Paiva Hypothesis Testing ECE 3530 Spring 2010 Antonio Paiva What is hypothesis testing? A statistical hypothesis is an assertion or conjecture concerning one or more populations. To prove that a hypothesis is

More information

Lecture 9 Two-Sample Test. Fall 2013 Prof. Yao Xie, H. Milton Stewart School of Industrial Systems & Engineering Georgia Tech

Lecture 9 Two-Sample Test. Fall 2013 Prof. Yao Xie, H. Milton Stewart School of Industrial Systems & Engineering Georgia Tech Lecture 9 Two-Sample Test Fall 2013 Prof. Yao Xie, yao.xie@isye.gatech.edu H. Milton Stewart School of Industrial Systems & Engineering Georgia Tech Computer exam 1 18 Histogram 14 Frequency 9 5 0 75 83.33333333

More information

Mathematical statistics

Mathematical statistics November 1 st, 2018 Lecture 18: Tests about a population mean Overview 9.1 Hypotheses and test procedures test procedures errors in hypothesis testing significance level 9.2 Tests about a population mean

More information

One-Way ANOVA. Some examples of when ANOVA would be appropriate include:

One-Way ANOVA. Some examples of when ANOVA would be appropriate include: One-Way ANOVA 1. Purpose Analysis of variance (ANOVA) is used when one wishes to determine whether two or more groups (e.g., classes A, B, and C) differ on some outcome of interest (e.g., an achievement

More information

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 9.1-1

Lecture Slides. Elementary Statistics Eleventh Edition. by Mario F. Triola. and the Triola Statistics Series 9.1-1 Lecture Slides Elementary Statistics Eleventh Edition and the Triola Statistics Series by Mario F. Triola Copyright 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved. 9.1-1 Chapter 9 Inferences

More information

Chapter 7. Inference for Distributions. Introduction to the Practice of STATISTICS SEVENTH. Moore / McCabe / Craig. Lecture Presentation Slides

Chapter 7. Inference for Distributions. Introduction to the Practice of STATISTICS SEVENTH. Moore / McCabe / Craig. Lecture Presentation Slides Chapter 7 Inference for Distributions Introduction to the Practice of STATISTICS SEVENTH EDITION Moore / McCabe / Craig Lecture Presentation Slides Chapter 7 Inference for Distributions 7.1 Inference for

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

Hypothesis Testing, Power, Sample Size and Confidence Intervals (Part 2)

Hypothesis Testing, Power, Sample Size and Confidence Intervals (Part 2) Hypothesis Testing, Power, Sample Size and Confidence Intervals (Part 2) B.H. Robbins Scholars Series June 23, 2010 1 / 29 Outline Z-test χ 2 -test Confidence Interval Sample size and power Relative effect

More information

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institution of Technology, Kharagpur Lecture No. # 36 Sampling Distribution and Parameter Estimation

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

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

EXAM 3 Math 1342 Elementary Statistics 6-7

EXAM 3 Math 1342 Elementary Statistics 6-7 EXAM 3 Math 1342 Elementary Statistics 6-7 Name Date ********************************************************************************************************************************************** MULTIPLE

More information

5.2 Tests of Significance

5.2 Tests of Significance 5.2 Tests of Significance Example 5.7. Diet colas use artificial sweeteners to avoid sugar. Colas with artificial sweeteners gradually lose their sweetness over time. Manufacturers therefore test new colas

More information

Do not copy, post, or distribute. Independent-Samples t Test and Mann- C h a p t e r 13

Do not copy, post, or distribute. Independent-Samples t Test and Mann- C h a p t e r 13 C h a p t e r 13 Independent-Samples t Test and Mann- Whitney U Test 13.1 Introduction and Objectives This chapter continues the theme of hypothesis testing as an inferential statistical procedure. In

More information

Inferences About Two Population Proportions

Inferences About Two Population Proportions Inferences About Two Population Proportions MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2018 Background Recall: for a single population the sampling proportion

More information

Smoking Habits. Moderate Smokers Heavy Smokers Total. Hypertension No Hypertension Total

Smoking Habits. Moderate Smokers Heavy Smokers Total. Hypertension No Hypertension Total Math 3070. Treibergs Final Exam Name: December 7, 00. In an experiment to see how hypertension is related to smoking habits, the following data was taken on individuals. Test the hypothesis that the proportions

More information

9-7: THE POWER OF A TEST

9-7: THE POWER OF A TEST CD9-1 9-7: THE POWER OF A TEST In the initial discussion of statistical hypothesis testing the two types of risks that are taken when decisions are made about population parameters based only on sample

More information

Statistical Inference. Section 9.1 Significance Tests: The Basics. Significance Test. The Reasoning of Significance Tests.

Statistical Inference. Section 9.1 Significance Tests: The Basics. Significance Test. The Reasoning of Significance Tests. Section 9.1 Significance Tests: The Basics Significance Test A significance test is a formal procedure for comparing observed data with a claim (also called a hypothesis) whose truth we want to assess.

More information

23. MORE HYPOTHESIS TESTING

23. MORE HYPOTHESIS TESTING 23. MORE HYPOTHESIS TESTING The Logic Behind Hypothesis Testing For simplicity, consider testing H 0 : µ = µ 0 against the two-sided alternative H A : µ µ 0. Even if H 0 is true (so that the expectation

More information

COMPARING GROUPS PART 1CONTINUOUS DATA

COMPARING GROUPS PART 1CONTINUOUS DATA COMPARING GROUPS PART 1CONTINUOUS DATA Min Chen, Ph.D. Assistant Professor Quantitative Biomedical Research Center Department of Clinical Sciences Bioinformatics Shared Resource Simmons Comprehensive Cancer

More information

The remains of the course

The remains of the course Math 10A November 30, 2017 This is the end This is the last week of classes. This is the last class. You may see Kate taking a few photos during this class. When we re through talking, we can line up on

More information

ANOVA: Comparing More Than Two Means

ANOVA: Comparing More Than Two Means ANOVA: Comparing More Than Two Means Chapter 11 Cathy Poliak, Ph.D. cathy@math.uh.edu Office Fleming 11c Department of Mathematics University of Houston Lecture 25-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Soc 3811 Basic Social Statistics Second Midterm Exam Spring Your Name [50 points]: ID #: ANSWERS

Soc 3811 Basic Social Statistics Second Midterm Exam Spring Your Name [50 points]: ID #: ANSWERS Soc 3811 Basic Social Statistics Second idterm Exam Spring 010 our Name [50 points]: ID #: INSTRUCTIONS: ANSERS (A) rite your name on the line at top front of every sheet. (B) If you use a page of notes

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

Probability, Statistics, and Bayes Theorem Session 3

Probability, Statistics, and Bayes Theorem Session 3 Probability, Statistics, and Bayes Theorem Session 3 1 Introduction Now that we know what Bayes Theorem is, we want to explore some of the ways that it can be used in real-life situations. Often the results

More information

Lecture 14. Analysis of Variance * Correlation and Regression. The McGraw-Hill Companies, Inc., 2000

Lecture 14. Analysis of Variance * Correlation and Regression. The McGraw-Hill Companies, Inc., 2000 Lecture 14 Analysis of Variance * Correlation and Regression Outline Analysis of Variance (ANOVA) 11-1 Introduction 11-2 Scatter Plots 11-3 Correlation 11-4 Regression Outline 11-5 Coefficient of Determination

More information

Lecture 14. Outline. Outline. Analysis of Variance * Correlation and Regression Analysis of Variance (ANOVA)

Lecture 14. Outline. Outline. Analysis of Variance * Correlation and Regression Analysis of Variance (ANOVA) Outline Lecture 14 Analysis of Variance * Correlation and Regression Analysis of Variance (ANOVA) 11-1 Introduction 11- Scatter Plots 11-3 Correlation 11-4 Regression Outline 11-5 Coefficient of Determination

More information

Announcements. Unit 3: Foundations for inference Lecture 3: Decision errors, significance levels, sample size, and power.

Announcements. Unit 3: Foundations for inference Lecture 3: Decision errors, significance levels, sample size, and power. Announcements Announcements Unit 3: Foundations for inference Lecture 3:, significance levels, sample size, and power Statistics 101 Mine Çetinkaya-Rundel October 1, 2013 Project proposal due 5pm on Friday,

More information

χ test statistics of 2.5? χ we see that: χ indicate agreement between the two sets of frequencies.

χ test statistics of 2.5? χ we see that: χ indicate agreement between the two sets of frequencies. I. T or F. (1 points each) 1. The χ -distribution is symmetric. F. The χ may be negative, zero, or positive F 3. The chi-square distribution is skewed to the right. T 4. The observed frequency of a cell

More information

Difference Between Pair Differences v. 2 Samples

Difference Between Pair Differences v. 2 Samples 1 Sectio1.1 Comparing Two Proportions Learning Objectives After this section, you should be able to DETERMINE whether the conditions for performing inference are met. CONSTRUCT and INTERPRET a confidence

More information