CHAPTER 7. Hypothesis Testing

Size: px
Start display at page:

Download "CHAPTER 7. Hypothesis Testing"

Transcription

1 CHAPTER 7 Hypothesis Testing A hypothesis is a statement about one or more populations, and usually deal with population parameters, such as means or standard deviations. A research hypothesis is a conjecture that motivates research. A statistical hypothesis is stated in such a way that it can be evaluated by appropriate statistical techniques. A 6-Step Process for Testing a Hypothesis (1) Understand the data. We will use the SAT Verbal scores. () Make clear your assumptions, including those about normality, equality of variances, independence of samples, etc.. In this case, we are assuming that SAT Verbal scores are normally distributed with a standard deviation of (3) State the hypotheses. Suppose that we believe that the population mean µ of the verbal scores is 600. The null hypothesis H 0 is the hypothesis to be tested. It is the hypothesis of no change, and we assess evidence against this hypothesis in an attempt to discredit it. It is often the hypothesis for which erroneous rejection has the more serious consequences. In a research situation, it may be the complement of the conclusion the researcher is try to make. The null hypothesis is rejected if the data is not compatible with its acceptance. The null hypothesis is not rejected if the data do not provide su cient evidence to cause rejection. 8

2 Our null hypothesis is 7. HYPOTHESIS TESTING 83 H 0 : µ = 600. The alternative hypothesis H A is what we accept as true if H 0 is rejected, since it is the complement of H 0. Our alternative hypothesis is H A : µ 6= 600. Note. Below is a listing of various forms of the null and alternative hypotheses: Two-sided H 0 : µ = 100 H A : µ 6= 100 One-sided H 0 : µ apple 100 H A : µ > 100 H 0 : µ 100 H A : µ < 100 Alternative one-sided H 0 : µ = 100 H A : µ > 100 H 0 : µ = 100 H A : µ < 100 Without knowing which is true, we use sample evidence to accept or reject H 0. accept H 0 reject H 0 H 0 true correct decision Type I error ( ) H 0 false Type II error ( ) correct decision = P (Type I error) = P (reject H 0 H 0 true) = P (Type II error) = P (accept H 0 H 0 false) Typically, a Type I error is the most serious, and so = significance level.

3 84 7. HYPOTHESIS TESTING (4) Get the test statistic where relevant statistic hypothesized parameter test statistic = standard error of the relevant statistic Since we are taking a random sample of size 1 from a normal distribution with a known standard deviation, we have z = x / p 1 = x To select our simple random test sample, we again generate 1 di erent random integers between 1 and 300, inclusively. We get the numbers, 165, 57, 94, 84, 83, 37, 16, 17, 4, 17, 93. These numbers correspond to verbal scores of 540, 640, 400, 450, 60, 540, 450, 640, 530, 660, 600, 540. The mean of this sample is x = with standard deviation s = Thus z = =.131 (5) Make a statistical decision. The typical a priori levels of significance are =.05 and =.01. These are the most commonly used significance levels in published research. Since our alternative hypothesis is two-sided because it contains 6=, these significance levels are divided equally on both sides of the mean. The diagram on the next page shows the case for =.05, with probability =.05 =.05 in each tail. We show the acceptance and rejection regions below using both the x scores and the standardized z scores. The =.05 acceptance region for the x scores is just the 95% confidence interval about the hypothesized mean µ = 600. Press APPS>1:FlashApps>Stats/List Editor>F7:Ints>1:ZInterval and choose Stats as Data Input Method. Then press ENTER.Fill in the table with our information and press ENTER.We get the interval (554.6, 645.4) as shown in the following diagram.

4 7. HYPOTHESIS TESTING 85 Since our test statistics of x = and z =.131 are in the rejection region, we reject the null hypothesis of µ = 600. A test statistic that falls in the rejection region is called significant. The next case we show is for =.01, with probability =.01 =.005 in each tail. In this case the test statistics of x = and z =.131 are in the acceptance region, so there is insu cient evidence to reject the null hypothesis. In general, if H 0 is rejected, we conclude H A is true, and if H 0 is not rejected, we conclude H 0 may be true. (6) Find the p-value, the probability that the test statistic would take a value as extreme or more extreme than that observed if if H 0 were true. The smaller

5 86 7. HYPOTHESIS TESTING p is, the more evidence there is against H 0. In the past p-values were di cult to compute. That is why researchers used set significance values like =.05 and =.01 which did not require them to find p-values. But p-values are now readily available to us by calculator and computer. For our problem, take the TI and enter APPS>1:FlashApps>Stats/List Editor>F6:Tests>1:ZTest and choose Stats as Data Input Method. Then press ENTER.Fill in the table with our information and press ENTER. Put in 600 for µ0, for, for x, and 1 for n. Choose µ 6= µ0 for Alternate Hyp, and Draw for Results. We see that p = Note that this is smaller than.05 and greater than.01, causing us to reject the null hypothesis at the =.05 significance level but not at the =.01 significance level. A more modern approach to hypothesis testing is, instead of using preset significance levels, to find the p-value and then make decisions based on it. (3 0 ) Suppose we believe that there is no way the population mean could be above 600 for the SAT Verbal scores. Then we would use a one-sided test. H 0 : µ 600 H 1 : µ < 600 (4 0 ) To find the boundaries of the one-sided rejection region for an =.05 significance level, we note that we want the boundary to be the point where the area

6 7. HYPOTHESIS TESTING 87 (probability) to the left of it is.05. On the TI for the x-score, assuming we are in the Data/List Editor, we can find this by F5:Distr>:Inverse>1:Inverse Normal, and in the window that opens put in.05 for Area, 600 for µ, and 3.16 for. Pressing Enter, we get x = If we repeat the process and enter 0 for µ and 1 for, we get z = (5 0 ) Since our test statistics of x = and z = region, we reject the null hypothesis of µ = are in the rejection For =.01, we change Area to.01 for each of the two previous cases to get x = and z =.363. Since our test statistics of x = and z =.131 are in the acceptance region, we accept the null hypothesis of µ = 600.

7 88 7. HYPOTHESIS TESTING (6 0 ) Again, for the p-value, take the TI and enter APPS>1:FlashApps>Stats/List Editor>F6:Tests>1:ZTest and choose Stats as Data Input Method. Then press ENTER.Fill in the table with our information and press ENTER. Put in 600 for µ0, for, for x, and 1 for n. Choose µ < µ0 for Alternate Hyp, and Draw for Results. We see that the p-value p = is one-half what is was for the two-sided test. Testing a Single Population Mean Case 1: Normally distributed population, known. For H 0 : µ = µ 0, the test statistic is z = x µ 0, p n which has the standard normal distribution when H 0 is true. Problem (Page 87 #30). (1) n = 5, x = 73 () Assume a normal population with = 16. (3) H 0 : µ apple 70, H A : µ > 70 or H 0 : µ = 70, H A : µ > 70 (4) z = x µ p n = p 5 =.9375

8 (5) Assuming H 0 : µ = 70, and since for µ is ( 1, ). 7. HYPOTHESIS TESTING p 5 = , a 95% CI Since x = 73 is in the acceptance range, H 0 is not rejected and we continue to use µ = 70 as the population mean. (6) Since p =.1741 >.05, there is insu cient evidence to reject H 0. Case : Normally distributed population with for H 0 : µ = µ 0, is t = x µ 0 s p n unknown. The test statistic, with n 1 degrees of freedom.

9 90 7. HYPOTHESIS TESTING Problem (7..1). (1) n = 15. From TI, x = and s = () We assume a normal population. (3) H 0 : µ = 1 H A : µ 6= 1 (4) t = p 15 = The 95% CI for µ, given µ = 1, is 1 ± p 15 = (11.9, 1.71). t x rejection acceptance rejection (5) Since t =.1448 < 4.311, we reject H 0. Also, notice that x = is in the rejection region of the CI. (6) We find p = Prob(x = µ = 1) =.0007 as strong evidence of rejecting H 0 : µ = 1. Note. (1) In the above problem, we have given 3 di erent ways of rejecting H 0. One is su cient. The same can be said for not rejecting H 0. () The slight di erences in computation are due to di ering round-o schemes.

10 7. HYPOTHESIS TESTING 91 Case 3: Sampling from a nonnormal population. For large n, we use the Central Limit Theorem. For H 0 : µ = µ 0, the test statistic is One may use s to estimate. Problem (Page 94 #47). z = x µ 0 p n. pre x = , s = , n = 66 post x = , s = , n = 66 We shall work only with the post numbers at this time. We can assume the sampling distribution is not approximately normally distributed, and we estimate with s. We test H 0 : µ = 39 H A : µ < 39 with =.01. The 99% CI for µ, given µ = 39 and p = , is (361.8, 1). x z rejection acceptance Clearly, x = is in the rejection region. Also, the test statistic is z = = p 66 is less than.363 and We clearly reject H 0. p = Prob(x = µ = 39) =

11 9 7. HYPOTHESIS TESTING The Di erence between Two Population Means Case 1: Normally distributed populations with population variances known. We are testing H 0 : µ 1 µ = (µ 1 µ ) 0 H A : µ 1 µ 6= (µ 1 µ ) 0, etc., where (µ 1 µ ) 0 is the hypothesized di erence. If (µ 1 µ ) 0 = 0, we could also use H 0 : µ 1 = µ H A : µ 1 6= µ. For H 0 : µ 1 µ = (µ 1 µ ) 0, the test statistic is z = (x 1 x ) (µ 1 µ ) s n 1 Case : Normally distributed populations with population variances unknown, but assumed equal. For H 0 : µ 1 µ = (µ 1 µ ) 0, the test statistic is n with pooled variance t n 1+n = (x 1 x ) (µ 1 µ ) s 0 s p + s p n 1 n s p = (n 1 1)s 1 + (n 1)s. n 1 + n

12 7. HYPOTHESIS TESTING 93 Problem (7.3.6). We have the following data: Sample n x s We assume the samples come from normally distributed populations with equal variances. We test H 0 : µ 1 µ apple 0 H A : µ 1 µ > 0 with =.05. We find t = We also have s p = (14)1.0 + (1)1.5 = Assuming H 0 : µ 1 µ apple 0, and noting r =.7484, a 95% CI for µ 1 µ is ( 1,.7484). x1-x.7484 t acceptance rejection Clearly, x 1 x = 1.75 is in the rejection region. Also, the test statistic (4.75 3) 0 t = r = is greater than and We clearly reject H 0. p = Prob(x 1 x = 1.75 µ 1 µ apple 0) =

13 94 7. HYPOTHESIS TESTING Case 3: Normally distributed population, variances unknown and not known to be equal. For H 0 : µ 1 µ = (µ 1 µ ) 0, the test statistic is t = (x 1 x ) (µ 1 µ ) s 0 s 1 + s n 1 n where = apple s 1 n 1 + s " s 1 n 1 n n s n n 1 #. Note. We again di er from the text here, but align with the TI and SPSS. Problem (7.3.6). We again have the following data: Sample n x s We now assume the samples come from normally distributed populations with unequal variances. We test with =.05. We find H 0 : µ 1 µ apple 0 H A : µ 1 µ > 0 = apple 1 " # = 35

14 7. HYPOTHESIS TESTING 95 and t = Assuming H 0 : µ 1 µ apple 0, and noting r =.6945, a 95% CI for µ 1 µ is ( 1,.6945). x1-x.6945 t acceptance rejection Clearly, x 1 x = 1.75 is in the rejection region. Also, the test statistic (4.75 3) 0 t = r = is greater than and We clearly reject H 0. p = Prob(x 1 x = 1.75 µ 1 µ apple 0) = Case 4: Nonnormal populations. If the sample sizes are large, for the test statistic is H 0 : µ 1 µ = (µ 1 µ ) 0, z = (x 1 x ) (µ 1 µ ) s 0, + n 1 n using s 1 and s as estimates for 1 and, if necessary. 1

15 96 7. HYPOTHESIS TESTING Problem (Page 84 #0). We have the following data: Treatment n x s x (1) Etanercept () Etanercept+methotrexate We assume the samples come from nonnormally distributed populations. Since s x = p s p, s = s x n. Thus s1 =.84 p 40 and s =.57 p 57. For n H 0 : µ 1 µ = 0 with =.05, the test statistic is ( ) 0 z = s (.84 p 40) + (.57p 57) = Assuming H 0 : µ 1 µ = 0 a 95% CI for µ 1 µ is s (.84 p 40) 0 ± (.57p 57) = ( , ) z x rejection acceptance rejection x 1 x = 1.16 is in the acceptance region, as is the test statistic z = Also, p = Prob(x 1 x = 1.16 µ 1 µ = 0) = >.05. We do not reject H 0 and continue to treat the population means as equal.

16 7. HYPOTHESIS TESTING 97 Paired Comparisons the samples are not independent here. The idea is to remove extraneous factors, keeping as many variables as possible the same. Examples are before and after, left and right, identical twins, etc. But: (1) It takes time and money to create matches. () You are left with only n 1 df instead of n. We compute di erences d, so this is really a one-sample test. For the test statistic is H 0 : µ d = µ d0, t n 1 = d µ d 0 s d, where d is the sample mean di erence, µ d0 is the hypothesized mean di erence, and s d = s d p. n Problem (Page 94 #47). We assume a normally distributed population of di erences. We can assume the sampling distribution is approximately normally distributed. We have d = , s d = 9.197, n = 66, s d = We test H 0 : µ d 0 H A : µ d < 0 with =.05. The 95% CI for µ d, given µ d = 0 and (11.349) = , is ( , 1). d t rejection acceptance Clearly, d = is in the rejection region. Also, the test statistic t = =

17 98 7. HYPOTHESIS TESTING is less than and We clearly reject H 0. A Single Population Proportion p = Prob(d = µ d 0) = For H 0 : p = p 0 H A : p 6= p 0, if np 0 5, and n(1 p 0 ) 5 so that the Central Limit Theorem applies, use bp p 0 z = r p0 (1 p 0 ) as the test statistic. Note. We use p 0 rather than bp in the formula since p 0 is hypothesized as the true population proportion. n

18 7. HYPOTHESIS TESTING 99 Problem (7.5.6). We have n = 50, p 0 =.9, bp = =.95. Also, np 0 = 50(.9) = 5, n(1 p 0 ) = 50(.1) = 5, so the Central Theorem applies. We test H 0 : p apple.9 H A : p >.9 r.9(.1) with =.05. Assuming p 0 =.9 and for p is ( 1,.9313). p.9313 z =.9313, a 95% CI acceptance rejection Clearly, bp =.95 is in the rejection region. Also, the test statistic.95.9 z = r = (.1) is greater than and We clearly reject H p = Prob(bp =.95 p apple.9) =

19 HYPOTHESIS TESTING The Di erence between Two Population Proportions For H 0 : p 1 p = (p 1 p ) 0, based on the hypothesis that (p 1 p ) 0 = 0, we pool the samples to compute s p = x 1 + x p(1 p) p(1 p) and b bp1 bp n 1 + n = +. n 1 n Our test statistic is then z = (bp 1 bp ) (p 1 p ) 0 b bp1 bp, which is approximately normally distributed if H 0 is true. Problem (7.6.4). We have the following data n Number Overweight (x) (1) Male () Female Total We test bp 1 = =.14, bp = =.4, p = =.1971 H 0 : p 1 p = 0 H A : p 1 p 6= 0 with =.05. With z.975 = 1.96, and assuming H 0 is true, a 95% CI for p 1 p is r.1971(.809) 0 ± (.809) = ±.0843 = (.0843,.0843) z p1-p rejection acceptance rejection

20 7. HYPOTHESIS TESTING 101 Our test statistic is (.14.4) 0 z = r.1971(.809) (.809) = =.356, which lies in the rejection region as does bp 1 bp =.1. We also have p =.000 <.05 The Type II Error and the Power of a Test accept H 0 reject H 0 H 0 true correct decision Type I error ( ) H 0 false Type II error ( ) correct decision Type II Error failing to reject H 0 when H 0 is false. We set, the probability of a Type I error. Power of a Test = 1 depends on = Prob(rejecting H 0 H 0 is false). (1) The true value of the parameter of interest. () The hypothesized value of the parameter. (3) (4) n and 1 are testing. may be computed for any alternative value of the parameter we Example (7.9.1). A two-sided example. = 3.6, n = 100, =.05 H 0 : µ = 17.5 H A : µ 6= 17.5

21 10 7. HYPOTHESIS TESTING Upper and lower critical x-values: xu = µ0 + z p n xl = µ0 zp n 3.6 = = = = Suppose H0 is false with true mean = µ1 = This gives the normal sampling distribution f (x1). The hypothesized mean gives the sampling distribution f (x0). = the area under the curve of f (x1) that overlaps the nonrejection region of f (x0).

22 7. HYPOTHESIS TESTING 103 = P (16.79 apple x apple 18.1 µ = 16.5, =.36) = Note. nmcdf(16.79, 18.1, 16.5,.36) =.10. Power of the test = 1 = (1) The further µ 1 is from µ 0, the smaller is. () To make smaller, increase n. Example (7.9.). A one-sided example. = 15, n = 0, =.01 H 0 : µ 65 H 1 : µ < x L = p = Suppose H 0 is false with a true mean of µ 1 = 55. = P x > µ = 55, = p 15 = nmcdf( , 1E99, 55, 15 p ) =.56. Power of the test = 1 =.7438 Note. The text s numbers di er from ours due to excessive rounding.

Stat 529 (Winter 2011) Experimental Design for the Two-Sample Problem. Motivation: Designing a new silver coins experiment

Stat 529 (Winter 2011) Experimental Design for the Two-Sample Problem. Motivation: Designing a new silver coins experiment Stat 529 (Winter 2011) Experimental Design for the Two-Sample Problem Reading: 2.4 2.6. Motivation: Designing a new silver coins experiment Sample size calculations Margin of error for the pooled two sample

More information

Sampling distribution of t. 2. Sampling distribution of t. 3. Example: Gas mileage investigation. II. Inferential Statistics (8) t =

Sampling distribution of t. 2. Sampling distribution of t. 3. Example: Gas mileage investigation. II. Inferential Statistics (8) t = 2. The distribution of t values that would be obtained if a value of t were calculated for each sample mean for all possible random of a given size from a population _ t ratio: (X - µ hyp ) t s x The result

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

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS

T.I.H.E. IT 233 Statistics and Probability: Sem. 1: 2013 ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS ESTIMATION AND HYPOTHESIS TESTING OF TWO POPULATIONS In our work on hypothesis testing, we used the value of a sample statistic to challenge an accepted value of a population parameter. We focused only

More information

CHAPTER 6. Estimation

CHAPTER 6. Estimation CHAPTER 6 Etimation Definition. Statitical inference i the procedure by which we reach a concluion about a population on the bai of information contained in a ample drawn from that population. Definition.

More information

Regression used to predict or estimate the value of one variable corresponding to a given value of another variable.

Regression used to predict or estimate the value of one variable corresponding to a given value of another variable. CHAPTER 9 Simple Linear Regression and Correlation Regression used to predict or estimate the value of one variable corresponding to a given value of another variable. X = independent variable. Y = dependent

More information

7.2 One-Sample Correlation ( = a) Introduction. Correlation analysis measures the strength and direction of association between

7.2 One-Sample Correlation ( = a) Introduction. Correlation analysis measures the strength and direction of association between 7.2 One-Sample Correlation ( = a) Introduction Correlation analysis measures the strength and direction of association between variables. In this chapter we will test whether the population correlation

More information

9.5 t test: one μ, σ unknown

9.5 t test: one μ, σ unknown GOALS: 1. Recognize the assumptions for a 1 mean t test (srs, nd or large sample size, population stdev. NOT known). 2. Understand that the actual p value (area in the tail past the test statistic) is

More information

Design of Engineering Experiments Part 2 Basic Statistical Concepts Simple comparative experiments

Design of Engineering Experiments Part 2 Basic Statistical Concepts Simple comparative experiments Design of Engineering Experiments Part 2 Basic Statistical Concepts Simple comparative experiments The hypothesis testing framework The two-sample t-test Checking assumptions, validity Comparing more that

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

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

Difference between means - t-test /25

Difference between means - t-test /25 Difference between means - t-test 1 Discussion Question p492 Ex 9-4 p492 1-3, 6-8, 12 Assume all variances are not equal. Ignore the test for variance. 2 Students will perform hypothesis tests for two

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

Chapter 7 Comparison of two independent samples

Chapter 7 Comparison of two independent samples Chapter 7 Comparison of two independent samples 7.1 Introduction Population 1 µ σ 1 1 N 1 Sample 1 y s 1 1 n 1 Population µ σ N Sample y s n 1, : population means 1, : population standard deviations N

More information

Introduction to Business Statistics QM 220 Chapter 12

Introduction to Business Statistics QM 220 Chapter 12 Department of Quantitative Methods & Information Systems Introduction to Business Statistics QM 220 Chapter 12 Dr. Mohammad Zainal 12.1 The F distribution We already covered this topic in Ch. 10 QM-220,

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

Advanced Experimental Design

Advanced Experimental Design Advanced Experimental Design Topic Four Hypothesis testing (z and t tests) & Power Agenda Hypothesis testing Sampling distributions/central limit theorem z test (σ known) One sample z & Confidence intervals

More information

Inferences About the Difference Between Two Means

Inferences About the Difference Between Two Means 7 Inferences About the Difference Between Two Means Chapter Outline 7.1 New Concepts 7.1.1 Independent Versus Dependent Samples 7.1. Hypotheses 7. Inferences About Two Independent Means 7..1 Independent

More information

The Chi-Square Distributions

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

More information

MBA 605, Business Analytics Donald D. Conant, Ph.D. Master of Business Administration

MBA 605, Business Analytics Donald D. Conant, Ph.D. Master of Business Administration t-distribution Summary MBA 605, Business Analytics Donald D. Conant, Ph.D. Types of t-tests There are several types of t-test. In this course we discuss three. The single-sample t-test The two-sample t-test

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

Study Ch. 9.4, # 73, (65, 67 75)

Study Ch. 9.4, # 73, (65, 67 75) GOALS: 1. Understand the differences between the critical value and p value approaches to hypothesis testing. 2. Understand what the p value is and how to find it. 3. Understand the assumptions of a z

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

Chapter 23: Inferences About Means

Chapter 23: Inferences About Means Chapter 3: Inferences About Means Sample of Means: number of observations in one sample the population mean (theoretical mean) sample mean (observed mean) is the theoretical standard deviation of the population

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

Chapter 9 Inferences from Two Samples

Chapter 9 Inferences from Two Samples Chapter 9 Inferences from Two Samples 9-1 Review and Preview 9-2 Two Proportions 9-3 Two Means: Independent Samples 9-4 Two Dependent Samples (Matched Pairs) 9-5 Two Variances or Standard Deviations Review

More information

ANOVA TESTING 4STEPS. 1. State the hypothesis. : H 0 : µ 1 =

ANOVA TESTING 4STEPS. 1. State the hypothesis. : H 0 : µ 1 = Introduction to Statistics in Psychology PSY 201 Professor Greg Francis Lecture 35 ANalysis Of VAriance Ignoring (some) variability TESTING 4STEPS 1. State the hypothesis. : H 0 : µ 1 = µ 2 =... = µ K,

More information

HYPOTHESIS TESTING. Hypothesis Testing

HYPOTHESIS TESTING. Hypothesis Testing MBA 605 Business Analytics Don Conant, PhD. HYPOTHESIS TESTING Hypothesis testing involves making inferences about the nature of the population on the basis of observations of a sample drawn from the population.

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

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

9-6. Testing the difference between proportions /20

9-6. Testing the difference between proportions /20 9-6 Testing the difference between proportions 1 Homework Discussion Question p514 Ex 9-6 p514 2, 3, 4, 7, 9, 11 (use both the critical value and p-value for all problems. 2 Objective Perform hypothesis

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

Chapter 23. Inference About Means

Chapter 23. Inference About Means Chapter 23 Inference About Means 1 /57 Homework p554 2, 4, 9, 10, 13, 15, 17, 33, 34 2 /57 Objective Students test null and alternate hypotheses about a population mean. 3 /57 Here We Go Again Now that

More information

Chapter 24. Comparing Means

Chapter 24. Comparing Means Chapter 4 Comparing Means!1 /34 Homework p579, 5, 7, 8, 10, 11, 17, 31, 3! /34 !3 /34 Objective Students test null and alternate hypothesis about two!4 /34 Plot the Data The intuitive display for comparing

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

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

hypothesis a claim about the value of some parameter (like p)

hypothesis a claim about the value of some parameter (like p) Testing hypotheses hypothesis a claim about the value of some parameter (like p) significance test procedure to assess the strength of evidence provided by a sample of data against the claim of a hypothesized

More information

Statistical inference provides methods for drawing conclusions about a population from sample data.

Statistical inference provides methods for drawing conclusions about a population from sample data. Introduction to inference Confidence Intervals Statistical inference provides methods for drawing conclusions about a population from sample data. 10.1 Estimating with confidence SAT σ = 100 n = 500 µ

More information

Visual interpretation with normal approximation

Visual interpretation with normal approximation Visual interpretation with normal approximation H 0 is true: H 1 is true: p =0.06 25 33 Reject H 0 α =0.05 (Type I error rate) Fail to reject H 0 β =0.6468 (Type II error rate) 30 Accept H 1 Visual interpretation

More information

Two-Sample Inferential Statistics

Two-Sample Inferential Statistics The t Test for Two Independent Samples 1 Two-Sample Inferential Statistics In an experiment there are two or more conditions One condition is often called the control condition in which the treatment is

More information

An inferential procedure to use sample data to understand a population Procedures

An inferential procedure to use sample data to understand a population Procedures Hypothesis Test An inferential procedure to use sample data to understand a population Procedures Hypotheses, the alpha value, the critical region (z-scores), statistics, conclusion Two types of errors

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

Single Sample Means. SOCY601 Alan Neustadtl

Single Sample Means. SOCY601 Alan Neustadtl Single Sample Means SOCY601 Alan Neustadtl The Central Limit Theorem If we have a population measured by a variable with a mean µ and a standard deviation σ, and if all possible random samples of size

More information

16.400/453J Human Factors Engineering. Design of Experiments II

16.400/453J Human Factors Engineering. Design of Experiments II J Human Factors Engineering Design of Experiments II Review Experiment Design and Descriptive Statistics Research question, independent and dependent variables, histograms, box plots, etc. Inferential

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

Applied Statistics for the Behavioral Sciences

Applied Statistics for the Behavioral Sciences Applied Statistics for the Behavioral Sciences Chapter 8 One-sample designs Hypothesis testing/effect size Chapter Outline Hypothesis testing null & alternative hypotheses alpha ( ), significance level,

More information

BIOL Biometry LAB 6 - SINGLE FACTOR ANOVA and MULTIPLE COMPARISON PROCEDURES

BIOL Biometry LAB 6 - SINGLE FACTOR ANOVA and MULTIPLE COMPARISON PROCEDURES BIOL 458 - Biometry LAB 6 - SINGLE FACTOR ANOVA and MULTIPLE COMPARISON PROCEDURES PART 1: INTRODUCTION TO ANOVA Purpose of ANOVA Analysis of Variance (ANOVA) is an extremely useful statistical method

More information

Last week: Sample, population and sampling distributions finished with estimation & confidence intervals

Last week: Sample, population and sampling distributions finished with estimation & confidence intervals Past weeks: Measures of central tendency (mean, mode, median) Measures of dispersion (standard deviation, variance, range, etc). Working with the normal curve Last week: Sample, population and sampling

More information

Sampling Distributions: Central Limit Theorem

Sampling Distributions: Central Limit Theorem Review for Exam 2 Sampling Distributions: Central Limit Theorem Conceptually, we can break up the theorem into three parts: 1. The mean (µ M ) of a population of sample means (M) is equal to the mean (µ)

More information

Student s t-distribution. The t-distribution, t-tests, & Measures of Effect Size

Student s t-distribution. The t-distribution, t-tests, & Measures of Effect Size Student s t-distribution The t-distribution, t-tests, & Measures of Effect Size Sampling Distributions Redux Chapter 7 opens with a return to the concept of sampling distributions from chapter 4 Sampling

More information

Last two weeks: Sample, population and sampling distributions finished with estimation & confidence intervals

Last two weeks: Sample, population and sampling distributions finished with estimation & confidence intervals Past weeks: Measures of central tendency (mean, mode, median) Measures of dispersion (standard deviation, variance, range, etc). Working with the normal curve Last two weeks: Sample, population and sampling

More information

Acknowledge error Smaller samples, less spread

Acknowledge error Smaller samples, less spread Hypothesis Testing with t Tests Al Arlo Clark-Foos kf Using Samples to Estimate Population Parameters Acknowledge error Smaller samples, less spread s = Σ ( X M N 1 ) 2 The t Statistic Indicates the distance

More information

The t-test: A z-score for a sample mean tells us where in the distribution the particular mean lies

The t-test: A z-score for a sample mean tells us where in the distribution the particular mean lies The t-test: So Far: Sampling distribution benefit is that even if the original population is not normal, a sampling distribution based on this population will be normal (for sample size > 30). Benefit

More information

The t-statistic. Student s t Test

The t-statistic. Student s t Test The t-statistic 1 Student s t Test When the population standard deviation is not known, you cannot use a z score hypothesis test Use Student s t test instead Student s t, or t test is, conceptually, very

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

10/4/2013. Hypothesis Testing & z-test. Hypothesis Testing. Hypothesis Testing

10/4/2013. Hypothesis Testing & z-test. Hypothesis Testing. Hypothesis Testing & z-test Lecture Set 11 We have a coin and are trying to determine if it is biased or unbiased What should we assume? Why? Flip coin n = 100 times E(Heads) = 50 Why? Assume we count 53 Heads... What could

More information

ME3620. Theory of Engineering Experimentation. Spring Chapter IV. Decision Making for a Single Sample. Chapter IV

ME3620. Theory of Engineering Experimentation. Spring Chapter IV. Decision Making for a Single Sample. Chapter IV Theory of Engineering Experimentation Chapter IV. Decision Making for a Single Sample Chapter IV 1 4 1 Statistical Inference The field of statistical inference consists of those methods used to make decisions

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

8.1-4 Test of Hypotheses Based on a Single Sample

8.1-4 Test of Hypotheses Based on a Single Sample 8.1-4 Test of Hypotheses Based on a Single Sample Example 1 (Example 8.6, p. 312) A manufacturer of sprinkler systems used for fire protection in office buildings claims that the true average system-activation

More information

Chapter 3 Multiple Regression Complete Example

Chapter 3 Multiple Regression Complete Example Department of Quantitative Methods & Information Systems ECON 504 Chapter 3 Multiple Regression Complete Example Spring 2013 Dr. Mohammad Zainal Review Goals After completing this lecture, you should be

More information

Hypothesis testing. Data to decisions

Hypothesis testing. Data to decisions Hypothesis testing Data to decisions The idea Null hypothesis: H 0 : the DGP/population has property P Under the null, a sample statistic has a known distribution If, under that that distribution, the

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

MATH 240. Chapter 8 Outlines of Hypothesis Tests

MATH 240. Chapter 8 Outlines of Hypothesis Tests MATH 4 Chapter 8 Outlines of Hypothesis Tests Test for Population Proportion p Specify the null and alternative hypotheses, ie, choose one of the three, where p is some specified number: () H : p H : p

More information

Finansiell Statistik, GN, 15 hp, VT2008 Lecture 10-11: Statistical Inference: Hypothesis Testing

Finansiell Statistik, GN, 15 hp, VT2008 Lecture 10-11: Statistical Inference: Hypothesis Testing Finansiell Statistik, GN, 15 hp, VT008 Lecture 10-11: Statistical Inference: Hypothesis Testing Gebrenegus Ghilagaber, PhD, Associate Professor April 1, 008 1 1 Statistical Inferences: Introduction Recall:

More information

Mathematical Notation Math Introduction to Applied Statistics

Mathematical Notation Math Introduction to Applied Statistics Mathematical Notation Math 113 - Introduction to Applied Statistics Name : Use Word or WordPerfect to recreate the following documents. Each article is worth 10 points and should be emailed to the instructor

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

Hypothesis Testing. Hypothesis: conjecture, proposition or statement based on published literature, data, or a theory that may or may not be true

Hypothesis Testing. Hypothesis: conjecture, proposition or statement based on published literature, data, or a theory that may or may not be true Hypothesis esting Hypothesis: conjecture, proposition or statement based on published literature, data, or a theory that may or may not be true Statistical Hypothesis: conjecture about a population parameter

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

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

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 9: Inferences from Two Samples. Section Title Pages

Chapter 9: Inferences from Two Samples. Section Title Pages Chapter 9: Inferences from Two Samples Section Title Pages 1 Review and Preview 1 2 Inferences About Two Proportions 1 5 3 Inferences About Two Means: Independent 6 7 4 Inferences About Two Means: Dependent

More information

STAT 515 fa 2016 Lec Statistical inference - hypothesis testing

STAT 515 fa 2016 Lec Statistical inference - hypothesis testing STAT 515 fa 2016 Lec 20-21 Statistical inference - hypothesis testing Karl B. Gregory Wednesday, Oct 12th Contents 1 Statistical inference 1 1.1 Forms of the null and alternate hypothesis for µ and p....................

More information

Using SPSS for One Way Analysis of Variance

Using SPSS for One Way Analysis of Variance Using SPSS for One Way Analysis of Variance This tutorial will show you how to use SPSS version 12 to perform a one-way, between- subjects analysis of variance and related post-hoc tests. This tutorial

More information

Statistical Inference. Hypothesis Testing

Statistical Inference. Hypothesis Testing Statistical Inference Hypothesis Testing Previously, we introduced the point and interval estimation of an unknown parameter(s), say µ and σ 2. However, in practice, the problem confronting the scientist

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

4/6/16. Non-parametric Test. Overview. Stephen Opiyo. Distinguish Parametric and Nonparametric Test Procedures

4/6/16. Non-parametric Test. Overview. Stephen Opiyo. Distinguish Parametric and Nonparametric Test Procedures Non-parametric Test Stephen Opiyo Overview Distinguish Parametric and Nonparametric Test Procedures Explain commonly used Nonparametric Test Procedures Perform Hypothesis Tests Using Nonparametric Procedures

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

Epidemiology Principles of Biostatistics Chapter 10 - Inferences about two populations. John Koval

Epidemiology Principles of Biostatistics Chapter 10 - Inferences about two populations. John Koval Epidemiology 9509 Principles of Biostatistics Chapter 10 - Inferences about John Koval Department of Epidemiology and Biostatistics University of Western Ontario What is being covered 1. differences in

More information

LECTURE 5 HYPOTHESIS TESTING

LECTURE 5 HYPOTHESIS TESTING October 25, 2016 LECTURE 5 HYPOTHESIS TESTING Basic concepts In this lecture we continue to discuss the normal classical linear regression defined by Assumptions A1-A5. Let θ Θ R d be a parameter of interest.

More information

Psychology 282 Lecture #4 Outline Inferences in SLR

Psychology 282 Lecture #4 Outline Inferences in SLR Psychology 282 Lecture #4 Outline Inferences in SLR Assumptions To this point we have not had to make any distributional assumptions. Principle of least squares requires no assumptions. Can use correlations

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

POLI 443 Applied Political Research

POLI 443 Applied Political Research POLI 443 Applied Political Research Session 4 Tests of Hypotheses The Normal Curve Lecturer: Prof. A. Essuman-Johnson, Dept. of Political Science Contact Information: aessuman-johnson@ug.edu.gh College

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

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

Independent Samples ANOVA

Independent Samples ANOVA Independent Samples ANOVA In this example students were randomly assigned to one of three mnemonics (techniques for improving memory) rehearsal (the control group; simply repeat the words), visual imagery

More information

10/31/2012. One-Way ANOVA F-test

10/31/2012. One-Way ANOVA F-test PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 1. Situation/hypotheses 2. Test statistic 3.Distribution 4. Assumptions One-Way ANOVA F-test One factor J>2 independent samples

More information

Two-sample t-tests. - Independent samples - Pooled standard devation - The equal variance assumption

Two-sample t-tests. - Independent samples - Pooled standard devation - The equal variance assumption Two-sample t-tests. - Independent samples - Pooled standard devation - The equal variance assumption Last time, we used the mean of one sample to test against the hypothesis that the true mean was a particular

More information

Midterm 2. Math 205 Spring 2015 Dr. Lily Yen

Midterm 2. Math 205 Spring 2015 Dr. Lily Yen Math 205 Spring 2015 Dr. Lily Yen Midterm 2 Show all your work Name: Score: /40 Problem 1: Lily s Restaurant serves three fixed-price dinners costing $12, $15, and $20. For a randomly selected couple dining

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

Statistics Primer. ORC Staff: Jayme Palka Peter Boedeker Marcus Fagan Trey Dejong

Statistics Primer. ORC Staff: Jayme Palka Peter Boedeker Marcus Fagan Trey Dejong Statistics Primer ORC Staff: Jayme Palka Peter Boedeker Marcus Fagan Trey Dejong 1 Quick Overview of Statistics 2 Descriptive vs. Inferential Statistics Descriptive Statistics: summarize and describe data

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

The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization.

The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization. 1 Chapter 1: Research Design Principles The legacy of Sir Ronald A. Fisher. Fisher s three fundamental principles: local control, replication, and randomization. 2 Chapter 2: Completely Randomized Design

More information

STP 226 EXAMPLE EXAM #3 INSTRUCTOR:

STP 226 EXAMPLE EXAM #3 INSTRUCTOR: STP 226 EXAMPLE EXAM #3 INSTRUCTOR: Honor Statement: I have neither given nor received information regarding this exam, and I will not do so until all exams have been graded and returned. Signed Date PRINTED

More information

Introduction to Statistical Data Analysis III

Introduction to Statistical Data Analysis III Introduction to Statistical Data Analysis III JULY 2011 Afsaneh Yazdani Preface Major branches of Statistics: - Descriptive Statistics - Inferential Statistics Preface What is Inferential Statistics? The

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

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

Hypothesis testing: Steps

Hypothesis testing: Steps Review for Exam 2 Hypothesis testing: Steps Repeated-Measures ANOVA 1. Determine appropriate test and hypotheses 2. Use distribution table to find critical statistic value(s) representing rejection region

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

Can you tell the relationship between students SAT scores and their college grades?

Can you tell the relationship between students SAT scores and their college grades? Correlation One Challenge Can you tell the relationship between students SAT scores and their college grades? A: The higher SAT scores are, the better GPA may be. B: The higher SAT scores are, the lower

More information

The One-Way Repeated-Measures ANOVA. (For Within-Subjects Designs)

The One-Way Repeated-Measures ANOVA. (For Within-Subjects Designs) The One-Way Repeated-Measures ANOVA (For Within-Subjects Designs) Logic of the Repeated-Measures ANOVA The repeated-measures ANOVA extends the analysis of variance to research situations using repeated-measures

More information