Module 7: Hypothesis Testing I Statistics (OA3102)

Size: px
Start display at page:

Download "Module 7: Hypothesis Testing I Statistics (OA3102)"

Transcription

1 Module 7: Hypothesis Testing I Statistics (OA3102) Professor Ron Fricker Naval Postgraduate School Monterey, California Reading assignment: WM&S chapter Revision:

2 Goals for this Module Introduction to testing hypotheses Steps in conducting a hypothesis test Types of errors Lots of terminology Large sample tests for the means and proportions Aka z-tests Type II error probability calculations Sample size calculations Revision:

3 A Simple Example You hypothesize a coin is fair To test, take a coin and start flipping it If it is fair, you expect that about half of the flips will be heads and half tails After a large number of flips, if you see either a large fraction of heads or a large fraction of tails you tend to disbelieve your hypothesis This is an informal hypothesis test! How to decide when the fraction is too large? Revision:

4 Is the Coin Fair? Back to the in-class exercise from Module 1: flip a coin 10 times and count the number of heads Assuming the coin is fair (and flips are independent), the number of heads has a binomial distribution with n=10 and p=0.5 So, if our assumption is true, the distribution of the number of heads is: And, if your assumption is not true, what do we expect to see? Either too few or too many heads Revision:

5 Setting Up a Test for the Coin Idea: Make a rule, based on the number of heads observed, from which we will conclude either that our assumption (p=0.5) is true or false Here s one rule: Assume p=0.5 if 3 < x < 7 Otherwise, conclude p 0.5 If p=0.5, what s our chance of making a mistake? ~11% If p=0.8, what s our chance of detecting the biased coin? ~68% Revision:

6 CIs vs. Hypothesis Testing Previously we would have answered this question with a confidence interval: Say we observed yn= 0.7 : we re 95% confident that the interval [0.5, 0.9] covers the true p Now we look to answer the question using a hypothesis test: If the true probability of heads is p = 0.5 (i.e., the coin is fair), how unlikely would it be to see 7 heads out of ten flips? If we see an outcome inconsistent with our hypothesis (the coin is fair), then we reject it Revision:

7 Why Do Hypothesis Tests? Confidence intervals provide more information than hypothesis tests But often we need to test a particular theory E.g., The mod decreases the mean down-time. Sometimes confidence intervals are hard/impossible When the theory you re testing has several dimensions E.g., regression slope and intercept When intervals don t make sense E.g., are two categorical variables independent? Revision:

8 Elements of a Statistical Test Null hypothesis Denoted H 0 We believe the null unless/until it is proven false Alternative hypothesis Denoted H a It s what we would like to prove Test statistic The test statistic is the empirical evidence from the data Rejection region If the test statistic falls in the rejection region, we say reject the null hypothesis or we ve proven the alternative Otherwise, we fail to reject the null Revision:

9 true situation Errors in Hypothesis Testing don t reject H 0 conclusion reject H 0 H 0 true no error type I error H a true type II error no error Revision:

10 Probability of a Type I Error a=pr(type I error) = Pr(H 0 is rejected when it is true) Also called the significance level or the level of the test Experimenter chooses prior to the test Conventions: a=0.10, 0.05, and 0.01 Can increase or decrease depending on particular problem Choice of a defines rejection region (or size of p-value ) that results in rejection of null Revision:

11 Probability of a Type II Error b=pr(type II error) = Pr(not rejecting H 0 when it is false) It is a function of the actual alternative distribution and the sample size 1-b called the power of a test It s Pr(rejecting H 0 when it is false) Ideal is both small a and b (i.e., high power), but for a fixed sample size they trade off By convention, we control a by choice and b with sample size (bigger sample, more power) Revision:

12 Choosing the Null and Alternative Based on the Severity of Error In hypothesis testing, we get to control the Type I error So, if one error is more severe than the other, set the test up so that it s the Type I error E.g., in the US, we consider sending an innocent person to jail more serious than letting a guilty person go free Hence, the burden of proof of guilt is placed on the prosecution at trial ( innocent until proven guilty ) I.e., the null hypothesis is a person is innocent, and the trial process controls the chance of sending an innocent person to jail Revision:

13 Example 10.1 Consider a political poll of n=15 people Want to test H 0 : p = 0.5 vs. H a : p < 0.5, where p is the proportion of the population favoring a candidate The test statistic is Y, the number of people in the sample favoring the candidate If the RR={y < 2}, find a Solution: Revision:

14 Example 10.1 (continued) Revision:

15 Example 10.2 Continuing with the previous problem, if p=0.3 what is the probability of a Type II error (b)? I.e., what s the probability of concluding that the candidate will win? Solution: Revision:

16 Example 10.2 (continued) Revision:

17 Example 10.3 Still continuing with the previous problem, if p=0.1 then what is the probability of a Type II error (b)? Solution: Revision:

18 Example 10.4 Still continuing the problem, if RR={y < 5}: What is the level of the test (a)? If p = 0.3, what is b? Solution: Revision:

19 Example 10.4 (continued) Revision:

20 Terminology Null and alternative hypotheses We will believe the null until it is proven false Acceptance vs. rejection region The null is proven false if the test statistic falls in the rejection region Type I vs. Type II error Type I: Rejecting the null hypothesis when it is really true Type II: Accepting the null hypothesis when it is really false Significance level or level of the test (a) Probability of a Type I error Pr(Type II error) = b and 1-b is called the power It s a function of the actual alternative distribution Revision:

21 Another Example As a program manager, you want to decrease mean down-time m for a type of equipment Manufacturer suggests modification Goal is to see if mod actually does decrease m Implement modification on a sample of equipment (n=25) and measure the downtime (say, per month) Currently, equipment down-time is 75 mins/month Standard deviation is s=9 mins Revision:

22 Intuition Behind the Test 1. We will assume the status quo is true a. In this case, that there is no change in the mean down-time 2. unless there is sufficient evidence to contradict it a. In this case, meaning we observe a much smaller sample mean than we would expect to see assuming m=75 s=9/5 X m=75 Revision:

23 Steps in Hypothesis Testing 1. Identify the parameter of interest 2. State null and alternative hypotheses 3. Determine form of test statistic 4. Calculate rejection region 5. Calculate test statistic 6. Determine test outcome by comparing test statistic to rejection region Revision:

24 1. Identify Parameter of Interest In hypothesis tests, we are testing the parameter of a distribution E.g., m or s for a normal distribution E.g., p for a binomial distribution E.g., a and b for a gamma distribution So, the first step is to identify the parameter of interest Often we ll be testing the mean m of a normal, since the CLT often applies to the sample mean E.g., in the equipment down-time example, we re interested in testing the mean down-time For the coin and election examples, we re testing p Revision:

25 2. State Null and Alternative Hypotheses H 0 : The null hypothesis is a specific theory about the population that we wish to disprove We will believe the null until it is disproved Example: Mean down-time is equal to 75 In notation, H : m = 75 0 H a : The alternative hypothesis is what we want to prove What we will believe if the null is rejected Example: Mean down-time is less than 75 In notation, H : 75 a m Revision:

26 Null and Alternative Hypotheses are Fundamentally Different The null hypothesis is what you have assumed Generally, it s the status quo or less desirable test outcome Failing to prove the alternative does not mean the null is true, only that you don t have enough evidence to reject it The alternative is proven based on empirical evidence It s the desired test outcome and/or the outcome upon which the burden of proof rests The significance level (a) is set so that the chance of incorrectly proving the alternative is tolerably low Having proved the alternative is a much stronger outcome than failing to reject the null Thus, structure the test so the alternative is what needs proving Revision:

27 In the Example In the example, we want to test is whether the mod decreases mean down-time So, the null hypothesis is the status quo and the alternative carries the burden of proof to show a decrease We write this out as H : 75 0 m = H : 75 a m H0 The other possibilities are : m = 75 H : 75 and : 0 m = 75 Ha m H : 75 a m What would you be testing with these hypotheses? Revision:

28 Expressing the Null as an Equality We will express the null hypothesis as an equality and the alternative as an inequality E.g., H0 : m = 75 versus H a : m 75 In reality, the hypotheses divide the real line into two separate regions E.g., H0 : m 75 versus H a : m 75 However, the most powerful test occurs when the null hypothesis is at the boundary of its region Hence, we write the null as an equality Revision:

29 3. Determine Test Statistic (and its Sampling Distribution) The test statistic is (a function of) the sample statistic corresponding to population parameter you are testing Population and sample statistic examples: Population mean Sample mean Difference of two population means Difference of two sample means It is sometimes a function of the sample statistic as we may rescale the sample statistic We use the sampling distribution to determine whether the observed statistic is unusual Revision:

30 In the Example In the example, we are testing the mean m so the obvious choice for the sample statistic is X In this case, it s easier to make the test statistic the rescaled sample statistic, X m0 Z =, s / n where m 0 is the null hypothesis mean Why? Because, assuming the null hypothesis is true, we know the sampling distribution of Z: Z~N(0,1) This is exactly true if X has a normal distribution and approximately true via the CLT for large sample sizes Revision:

31 4. Calculate Rejection Region Rejection region depends on the alternative hypothesis Set the significance level a so that the Pr(fall in rejection region null hyp. is true) = a Means you will have to determine the appropriate quantile or quantiles of the sampling distribution Revision:

32 The Way to Think About It (for a two-sided test) Rejection region unlikely under the null (i.e., probability a) If test statistic falls in this region, reject the null Acceptance region likely under the null hypothesis If test statistic falls in this region, fail to reject null Revision:

33 In the Example In our example, the test statistic In addition, we know H : a m 75, so this is a one-tailed or one-sided test So, we need to find z a so that Pr(Z < z a ) = a Choosing a=0.05: From Table 4 we get Pr(Z < ) = 0.05 Using Excel: =NORMSINV(0.05) And in R: qnorm(0.05) Z~N(0,1) Revision:

34 Picturing the Rejection Region For the rescaled test statistic, the rejection region is in red Probability of falling in that region, assuming the null is true, is a=0.05 Z~N(0,1) pdf Here s the equivalent test without rescaling Probability of falling in that region, assuming the null is true, is still a= x 9/5 = X~N(75,81/25) pdf Revision:

35 5. Calculate the Test Statistic Now, plug the necessary quantities into the formula and calculate the test statistic E.g., in the example, imagine we tested 25 pieces of equipment for a month, measuring the total down-time for each: Calculating the sample mean gives X = 68.6 Thus, the test statistic is X m z = = = 3.8 s / n 9 / 25 Revision:

36 6. Determine the Outcome Now, compare the test statistic with the rejection region If it falls within the rejection region you have rejected the null hypothesis Equivalently, proven the alternative If it falls in the acceptance region, you have failed to reject the null hypothesis Equivalently, failed to prove the alternative Revision:

37 In the Example We observed z = 3.8 rejection region The picture: which falls in the Very unusual to see this, if the null is true z = Thus, conclude that the mod is effective at reducing mean down-time for the equipment Revision:

38 One Way to Think About It The test statistic tells us our observation was 3.8 standard errors way from the hypothesized mean The calculation How likely is this? X m z = = = 3.8 s / n 9 / 25 If the null were true, it would be very unlikely Pr( Z 3.8 H is true) = 3.8 = Another way to think about it is about one chance in 14,000 to see something like this or more extreme (i.e., 1/ ) Pretty convincing evidence that the mod decreases mean down-time Revision:

39 Logic of Hypothesis Testing It s proof by contradiction: Suppose I am a general/flag officer People would salute me on Tuesdays No one ever salutes me I must not be a general/flag officer Null Hypothesis What I expect if null hypothesis is true What I see is inconsistent with what I expect My initial assumption must be wrong Revision:

40 Now, for the Example Assume m is 75 Sample mean (n=25) normally distributed w/ mean 75, s.e. 9/ 25 = 1.8 Observe a sample mean of 68.6 that is 3.8 s.e.s below assumed mean Real mean m must be less than 75 Null Hypothesis What you expect to see if null is true Not very likely to happen if null is true (p = ) Null must be false Revision:

41 Large-Sample or z-tests The statistic is (approximately) normally distributed ˆ 0 The rescaled test statistic is Z = The null hypothesis is Three possible alternative hypotheses and tests: Alternative Hypothesis H a : H a : H a : H : = 0 0 s ˆ Rejection Region for Level a Test z z z a z a z z or z z a/ 2 a/ 2 (upper-tailed test) (lower-tailed test) (two-tailed test) Revision:

42 Picturing z-tests Upper-tailed test Lower-tailed test Two-tailed test Revision: * Figure from Probability and Statistics for Engineering and the Sciences, 7 th ed., Duxbury Press, 2008.

43 Example 10.5 VP claims mean contacts/week is less than15 Data collected on random sample of n=36 people Given y =17 and s 2 =9, is there evidence to refute the claim at a significance level of a=0.05? Specify the hypotheses to be tested: Revision:

44 Example 10.5 (continued) Specify the test statistic and the rejection region Revision:

45 Example 10.5 (continued) Conduct the test and state the conclusion Revision:

46 Large Sample Tests for Population Proportion (p) If we have a large sample, then via the CLT, has an approximate normal distribution For the null hypothesis H 0 : p = p 0 there are three possible alternative hypotheses Alternative Hypothesis H p p a : H p p a : H p p a : where the test statistic is Rejection Region for Level a Test z z Revision: z a z a z z or z z a/ 2 a/ 2 z = pˆ (upper-tailed test) p (lower-tailed test) 0 p (1 p ) / n 0 0 pˆ = y / n (two-tailed test)

47 What s a Large Sample? Remember that the y in indicator variables pˆ = y / n is a sum of If you sum enough, then the CLT kicks in and you can assume ˆp has an approximately normal distribution So use the same rule we used back in the CLT lecture: n 9 max( p0, q0) min( p, ) 0 q0 Revision:

48 Example 10.6 Machine must be repaired is produces more than 10% defectives A random sample of n=100 items has 15 defectives Is there evidence to support the claim that the machine needs repairing at a significance level of a=0.01? Specify the hypotheses to be tested: Revision:

49 Example 10.6 (continued) Specify the test statistic and the rejection region Revision:

50 Example 10.6 (continued) Conduct the test and state the conclusion Revision:

51 Example 10.7 Reaction time study on men and women conducted Data on independent random samples of 50 men and 50 women collected giving 2 2 y = 3.6, s = 0.18, y = 3.8, and s = 0.14 men men women women Is there evidence to suggest a difference in the true mean reaction times between men and women at the a=0.01 level? Specify the hypotheses to be tested: Revision:

52 Example 10.7 (continued) Specify the test statistic and the rejection region Revision:

53 Example 10.7 (continued) Conduct the test and state the conclusion Revision:

54 Calculating Type II Error Probabilities The probability of a Type II error (b) is the probability a test fails to reject the null when the alternative hypothesis is true Note that it depends on a particular alternative hypothesis We can write it mathematically as Pr(reject H 0 H a is true with = a ) To determine, first figure out the rejection region (a function of the null hypothesis), then calculate the probability of falling in the acceptance region when = a Revision:

55 Calculating Type II Error Probabilities, continued For example, consider the test versus H a : 0 H : = 0 0 Then the rejection region is of the form RR = ˆ : ˆ k for some value of k So, the probability of a Type II error is Pr ˆ not in RR when true with = a = Ha a b = Pr ˆ k = ˆ a k a = Pr s s a ˆ ˆ Revision:

56 Example 10.8 Returning to Example 10.5, find b if m a =16 Remember that m 0 =15, a=0.05, n=36, y =17 and s 2 =9 Pictorially, we have: Revision:

57 Example 10.8 (continued) Now solving: Revision:

58 Example 10.8 (continued) An alternative way to solve: Revision:

59 Example 10.8 (continued) Revision:

60 Alternatively, the Power of a Test Remember, that s the power of a test is the probability a test will reject the null for a particular alternative hypothesis It s just 1-b Why is this important? Prior to doing a test, natural problem is that you want to make sure you have sufficient power to prove interesting alternatives Sometimes after a test results in a null result, you might want to know the probability of rejecting at the observed level Revision:

61 Sample Size Calculations The sample size n for which a level a test also has b at the alternative value m a is n 2 s za zb ma m0 = s z a/2 zb ma m0 2 for a one-tailed test for a two-tailed test (approximate sol'n) Here z a and z b are the quantiles of the normal distribution for a and b Revision:

62 Example 10.9 Returning to Exercise 10.5, assuming s 2 =9, what sample size n is required to test vs. H m = with a=b=0.05? a : 16 Solution: H : m = 15 0 Revision:

63 Another Example Consider a test: H 0 : m =30,000 vs H a : m 30,000, where The desired significance level is a=0.01 The population has a normal distribution with s =1,500 Find the required sample size so that at m a =31,000, the probability of a Type II error is 0.1: s za 2 z b n = = ma m 0 2 Revision:

64 Relationship Between Hypothesis Tests and Confidence Intervals The large sample hypothesis test (z-test) is based on the statistic ˆ 0 Z = s where the acceptance region is ˆ 0 RR = za za s ˆ which we can write as Revision: ˆ 2 2 RR = ˆ z s ˆ z s a 2 ˆ 0 a 2 ˆ

65 Relationship Between Hypothesis Tests and Confidence Intervals Now, remember the general form for a twosided large sample confidence interval: a % CI = ˆ z s ˆ 2 ˆ, z s a a 2 ˆ Note the similarities to the acceptance region: RR = ˆ z s ˆ z s a 2 ˆ 0 a 2 So, if 0 ˆ z s ˆ 2 ˆ, a z s a 2 ˆ reject the hypothesis test we would fail to Can interpret 100(1-a)% CI as the set of all values for 0 for which H 0 : = 0 is acceptable at level a Revision: ˆ

66 What We Covered in this Module Introduced hypothesis testing Steps in conducting a hypothesis test Types of errors Lots of terminology Large sample tests for the means and proportions Aka z-tests Type II error probability calculations Sample size calculations Revision:

67 Homework WM&S chapter 10 Required: 2, 3, 20, 21, 27, 34, 38, 41, 42 Extra credit: None Useful hints: Always first write out the null and alternative hypotheses. I also recommend drawing the null distribution and then highlighting the rejection region. This can be particularly helpful when calculating b... Exercises 21 and 27: We didn t do these types of problems in class, but just use what you learned with two-sample confidence intervals The relevant hypotheses are H0: m1 m2 = 0 H0: p1 p2 = 0 : 0 and Ha m1 m2 H : 0 a p1 p2 Revision:

Chapter 2. Hypothesis testing in one population

Chapter 2. Hypothesis testing in one population Chapter 2. Hypothesis testing in one population Contents Introduction, the null and alternative hypotheses Hypothesis testing process Type I and Type II errors, power Test statistic, level of significance

More information

Introduction to Hypothesis Testing

Introduction to Hypothesis Testing I. Terms, Concepts. Introduction to Hypothesis Testing A. In general, we do not know the true value of population parameters - they must be estimated. However, we do have hypotheses about what the true

More information

22. HYPOTHESIS TESTING

22. HYPOTHESIS TESTING 22. HYPOTHESIS TESTING Often, we need to make decisions based on incomplete information. Do the data support some belief ( hypothesis ) about the value of a population parameter? Is OJ Simpson guilty?

More information

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing.

Introduction to. Hypothesis Testing CHAPTER LEARNING OBJECTIVES. 1 Identify the four steps of hypothesis testing. Introduction to Hypothesis Testing CHAPTER 8 LEARNING OBJECTIVES After reading this chapter, you should be able to: 1 Identify the four steps of hypothesis testing. 2 Define null hypothesis, alternative

More information

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing

Chapter 8 Hypothesis Testing Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing Chapter 8 Hypothesis Testing 1 Chapter 8 Hypothesis Testing 8-1 Overview 8-2 Basics of Hypothesis Testing 8-3 Testing a Claim About a Proportion 8-5 Testing a Claim About a Mean: s Not Known 8-6 Testing

More information

Testing Hypotheses About Proportions

Testing Hypotheses About Proportions Chapter 11 Testing Hypotheses About Proportions Hypothesis testing method: uses data from a sample to judge whether or not a statement about a population may be true. Steps in Any Hypothesis Test 1. Determine

More information

Mind on Statistics. Chapter 12

Mind on Statistics. Chapter 12 Mind on Statistics Chapter 12 Sections 12.1 Questions 1 to 6: For each statement, determine if the statement is a typical null hypothesis (H 0 ) or alternative hypothesis (H a ). 1. There is no difference

More information

Hypothesis testing - Steps

Hypothesis testing - Steps Hypothesis testing - Steps Steps to do a two-tailed test of the hypothesis that β 1 0: 1. Set up the hypotheses: H 0 : β 1 = 0 H a : β 1 0. 2. Compute the test statistic: t = b 1 0 Std. error of b 1 =

More information

1 Hypothesis Testing. H 0 : population parameter = hypothesized value:

1 Hypothesis Testing. H 0 : population parameter = hypothesized value: 1 Hypothesis Testing In Statistics, a hypothesis proposes a model for the world. Then we look at the data. If the data are consistent with that model, we have no reason to disbelieve the hypothesis. Data

More information

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1)

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1) Spring 204 Class 9: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.) Big Picture: More than Two Samples In Chapter 7: We looked at quantitative variables and compared the

More information

HYPOTHESIS TESTING: POWER OF THE TEST

HYPOTHESIS TESTING: POWER OF THE TEST HYPOTHESIS TESTING: POWER OF THE TEST The first 6 steps of the 9-step test of hypothesis are called "the test". These steps are not dependent on the observed data values. When planning a research project,

More information

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96

1. What is the critical value for this 95% confidence interval? CV = z.025 = invnorm(0.025) = 1.96 1 Final Review 2 Review 2.1 CI 1-propZint Scenario 1 A TV manufacturer claims in its warranty brochure that in the past not more than 10 percent of its TV sets needed any repair during the first two years

More information

Experimental Design. Power and Sample Size Determination. Proportions. Proportions. Confidence Interval for p. The Binomial Test

Experimental Design. Power and Sample Size Determination. Proportions. Proportions. Confidence Interval for p. The Binomial Test Experimental Design Power and Sample Size Determination Bret Hanlon and Bret Larget Department of Statistics University of Wisconsin Madison November 3 8, 2011 To this point in the semester, we have largely

More information

5.1 Identifying the Target Parameter

5.1 Identifying the Target Parameter University of California, Davis Department of Statistics Summer Session II Statistics 13 August 20, 2012 Date of latest update: August 20 Lecture 5: Estimation with Confidence intervals 5.1 Identifying

More information

Hypothesis testing. c 2014, Jeffrey S. Simonoff 1

Hypothesis testing. c 2014, Jeffrey S. Simonoff 1 Hypothesis testing So far, we ve talked about inference from the point of estimation. We ve tried to answer questions like What is a good estimate for a typical value? or How much variability is there

More information

Point and Interval Estimates

Point and Interval Estimates Point and Interval Estimates Suppose we want to estimate a parameter, such as p or µ, based on a finite sample of data. There are two main methods: 1. Point estimate: Summarize the sample by a single number

More information

Section 7.1. Introduction to Hypothesis Testing. Schrodinger s cat quantum mechanics thought experiment (1935)

Section 7.1. Introduction to Hypothesis Testing. Schrodinger s cat quantum mechanics thought experiment (1935) Section 7.1 Introduction to Hypothesis Testing Schrodinger s cat quantum mechanics thought experiment (1935) Statistical Hypotheses A statistical hypothesis is a claim about a population. Null hypothesis

More information

Introduction to Hypothesis Testing OPRE 6301

Introduction to Hypothesis Testing OPRE 6301 Introduction to Hypothesis Testing OPRE 6301 Motivation... The purpose of hypothesis testing is to determine whether there is enough statistical evidence in favor of a certain belief, or hypothesis, about

More information

C. The null hypothesis is not rejected when the alternative hypothesis is true. A. population parameters.

C. The null hypothesis is not rejected when the alternative hypothesis is true. A. population parameters. Sample Multiple Choice Questions for the material since Midterm 2. Sample questions from Midterms and 2 are also representative of questions that may appear on the final exam.. A randomly selected sample

More information

3.4 Statistical inference for 2 populations based on two samples

3.4 Statistical inference for 2 populations based on two samples 3.4 Statistical inference for 2 populations based on two samples Tests for a difference between two population means The first sample will be denoted as X 1, X 2,..., X m. The second sample will be denoted

More information

Tests for One Proportion

Tests for One Proportion Chapter 100 Tests for One Proportion Introduction The One-Sample Proportion Test is used to assess whether a population proportion (P1) is significantly different from a hypothesized value (P0). This is

More information

Practice problems for Homework 12 - confidence intervals and hypothesis testing. Open the Homework Assignment 12 and solve the problems.

Practice problems for Homework 12 - confidence intervals and hypothesis testing. Open the Homework Assignment 12 and solve the problems. Practice problems for Homework 1 - confidence intervals and hypothesis testing. Read sections 10..3 and 10.3 of the text. Solve the practice problems below. Open the Homework Assignment 1 and solve the

More information

A Few Basics of Probability

A Few Basics of Probability A Few Basics of Probability Philosophy 57 Spring, 2004 1 Introduction This handout distinguishes between inductive and deductive logic, and then introduces probability, a concept essential to the study

More information

Independent samples t-test. Dr. Tom Pierce Radford University

Independent samples t-test. Dr. Tom Pierce Radford University Independent samples t-test Dr. Tom Pierce Radford University The logic behind drawing causal conclusions from experiments The sampling distribution of the difference between means The standard error of

More information

p-values and significance levels (false positive or false alarm rates)

p-values and significance levels (false positive or false alarm rates) p-values and significance levels (false positive or false alarm rates) Let's say 123 people in the class toss a coin. Call it "Coin A." There are 65 heads. Then they toss another coin. Call it "Coin B."

More information

MONT 107N Understanding Randomness Solutions For Final Examination May 11, 2010

MONT 107N Understanding Randomness Solutions For Final Examination May 11, 2010 MONT 07N Understanding Randomness Solutions For Final Examination May, 00 Short Answer (a) (0) How are the EV and SE for the sum of n draws with replacement from a box computed? Solution: The EV is n times

More information

Statistics 2014 Scoring Guidelines

Statistics 2014 Scoring Guidelines AP Statistics 2014 Scoring Guidelines College Board, Advanced Placement Program, AP, AP Central, and the acorn logo are registered trademarks of the College Board. AP Central is the official online home

More information

Recall this chart that showed how most of our course would be organized:

Recall this chart that showed how most of our course would be organized: Chapter 4 One-Way ANOVA Recall this chart that showed how most of our course would be organized: Explanatory Variable(s) Response Variable Methods Categorical Categorical Contingency Tables Categorical

More information

Introduction. Hypothesis Testing. Hypothesis Testing. Significance Testing

Introduction. Hypothesis Testing. Hypothesis Testing. Significance Testing Introduction Hypothesis Testing Mark Lunt Arthritis Research UK Centre for Ecellence in Epidemiology University of Manchester 13/10/2015 We saw last week that we can never know the population parameters

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Sample Practice problems - chapter 12-1 and 2 proportions for inference - Z Distributions Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Provide

More information

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression

Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Unit 31 A Hypothesis Test about Correlation and Slope in a Simple Linear Regression Objectives: To perform a hypothesis test concerning the slope of a least squares line To recognize that testing for a

More information

Solutions to Questions on Hypothesis Testing and Regression

Solutions to Questions on Hypothesis Testing and Regression Solutions to Questions on Hypothesis Testing and Regression 1. A mileage test is conducted for a new car model, the Pizzazz. Thirty (n=30) random selected Pizzazzes are driven for a month and the mileage

More information

An Introduction to Statistics Course (ECOE 1302) Spring Semester 2011 Chapter 10- TWO-SAMPLE TESTS

An Introduction to Statistics Course (ECOE 1302) Spring Semester 2011 Chapter 10- TWO-SAMPLE TESTS The Islamic University of Gaza Faculty of Commerce Department of Economics and Political Sciences An Introduction to Statistics Course (ECOE 130) Spring Semester 011 Chapter 10- TWO-SAMPLE TESTS Practice

More information

Tests for Two Proportions

Tests for Two Proportions Chapter 200 Tests for Two Proportions Introduction This module computes power and sample size for hypothesis tests of the difference, ratio, or odds ratio of two independent proportions. The test statistics

More information

Introduction to Hypothesis Testing. Hypothesis Testing. Step 1: State the Hypotheses

Introduction to Hypothesis Testing. Hypothesis Testing. Step 1: State the Hypotheses Introduction to Hypothesis Testing 1 Hypothesis Testing A hypothesis test is a statistical procedure that uses sample data to evaluate a hypothesis about a population Hypothesis is stated in terms of the

More information

Principles of Hypothesis Testing for Public Health

Principles of Hypothesis Testing for Public Health Principles of Hypothesis Testing for Public Health Laura Lee Johnson, Ph.D. Statistician National Center for Complementary and Alternative Medicine johnslau@mail.nih.gov Fall 2011 Answers to Questions

More information

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 CS 70 Discrete Mathematics and Probability Theory Fall 2009 Satish Rao, David Tse Note 10 Introduction to Discrete Probability Probability theory has its origins in gambling analyzing card games, dice,

More information

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name:

Good luck! BUSINESS STATISTICS FINAL EXAM INSTRUCTIONS. Name: Glo bal Leadership M BA BUSINESS STATISTICS FINAL EXAM Name: INSTRUCTIONS 1. Do not open this exam until instructed to do so. 2. Be sure to fill in your name before starting the exam. 3. You have two hours

More information

" Y. Notation and Equations for Regression Lecture 11/4. Notation:

 Y. Notation and Equations for Regression Lecture 11/4. Notation: Notation: Notation and Equations for Regression Lecture 11/4 m: The number of predictor variables in a regression Xi: One of multiple predictor variables. The subscript i represents any number from 1 through

More information

Topic 8. Chi Square Tests

Topic 8. Chi Square Tests BE540W Chi Square Tests Page 1 of 5 Topic 8 Chi Square Tests Topics 1. Introduction to Contingency Tables. Introduction to the Contingency Table Hypothesis Test of No Association.. 3. The Chi Square Test

More information

Non-Inferiority Tests for Two Proportions

Non-Inferiority Tests for Two Proportions Chapter 0 Non-Inferiority Tests for Two Proportions Introduction This module provides power analysis and sample size calculation for non-inferiority and superiority tests in twosample designs in which

More information

3. Mathematical Induction

3. Mathematical Induction 3. MATHEMATICAL INDUCTION 83 3. Mathematical Induction 3.1. First Principle of Mathematical Induction. Let P (n) be a predicate with domain of discourse (over) the natural numbers N = {0, 1,,...}. If (1)

More information

Psychology 60 Fall 2013 Practice Exam Actual Exam: Next Monday. Good luck!

Psychology 60 Fall 2013 Practice Exam Actual Exam: Next Monday. Good luck! Psychology 60 Fall 2013 Practice Exam Actual Exam: Next Monday. Good luck! Name: 1. The basic idea behind hypothesis testing: A. is important only if you want to compare two populations. B. depends on

More information

HYPOTHESIS TESTING WITH SPSS:

HYPOTHESIS TESTING WITH SPSS: HYPOTHESIS TESTING WITH SPSS: A NON-STATISTICIAN S GUIDE & TUTORIAL by Dr. Jim Mirabella SPSS 14.0 screenshots reprinted with permission from SPSS Inc. Published June 2006 Copyright Dr. Jim Mirabella CHAPTER

More information

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as...

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as... HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1 PREVIOUSLY used confidence intervals to answer questions such as... You know that 0.25% of women have red/green color blindness. You conduct a study of men

More information

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem

IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem IEOR 6711: Stochastic Models I Fall 2012, Professor Whitt, Tuesday, September 11 Normal Approximations and the Central Limit Theorem Time on my hands: Coin tosses. Problem Formulation: Suppose that I have

More information

Name: Date: Use the following to answer questions 3-4:

Name: Date: Use the following to answer questions 3-4: Name: Date: 1. Determine whether each of the following statements is true or false. A) The margin of error for a 95% confidence interval for the mean increases as the sample size increases. B) The margin

More information

Two Correlated Proportions (McNemar Test)

Two Correlated Proportions (McNemar Test) Chapter 50 Two Correlated Proportions (Mcemar Test) Introduction This procedure computes confidence intervals and hypothesis tests for the comparison of the marginal frequencies of two factors (each with

More information

Comparing Two Groups. Standard Error of ȳ 1 ȳ 2. Setting. Two Independent Samples

Comparing Two Groups. Standard Error of ȳ 1 ȳ 2. Setting. Two Independent Samples Comparing Two Groups Chapter 7 describes two ways to compare two populations on the basis of independent samples: a confidence interval for the difference in population means and a hypothesis test. The

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

BA 275 Review Problems - Week 6 (10/30/06-11/3/06) CD Lessons: 53, 54, 55, 56 Textbook: pp. 394-398, 404-408, 410-420

BA 275 Review Problems - Week 6 (10/30/06-11/3/06) CD Lessons: 53, 54, 55, 56 Textbook: pp. 394-398, 404-408, 410-420 BA 275 Review Problems - Week 6 (10/30/06-11/3/06) CD Lessons: 53, 54, 55, 56 Textbook: pp. 394-398, 404-408, 410-420 1. Which of the following will increase the value of the power in a statistical test

More information

CONTENTS OF DAY 2. II. Why Random Sampling is Important 9 A myth, an urban legend, and the real reason NOTES FOR SUMMER STATISTICS INSTITUTE COURSE

CONTENTS OF DAY 2. II. Why Random Sampling is Important 9 A myth, an urban legend, and the real reason NOTES FOR SUMMER STATISTICS INSTITUTE COURSE 1 2 CONTENTS OF DAY 2 I. More Precise Definition of Simple Random Sample 3 Connection with independent random variables 3 Problems with small populations 8 II. Why Random Sampling is Important 9 A myth,

More information

Mathematical Induction. Mary Barnes Sue Gordon

Mathematical Induction. Mary Barnes Sue Gordon Mathematics Learning Centre Mathematical Induction Mary Barnes Sue Gordon c 1987 University of Sydney Contents 1 Mathematical Induction 1 1.1 Why do we need proof by induction?.... 1 1. What is proof by

More information

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES

SCHOOL OF HEALTH AND HUMAN SCIENCES DON T FORGET TO RECODE YOUR MISSING VALUES SCHOOL OF HEALTH AND HUMAN SCIENCES Using SPSS Topics addressed today: 1. Differences between groups 2. Graphing Use the s4data.sav file for the first part of this session. DON T FORGET TO RECODE YOUR

More information

Tutorial 5: Hypothesis Testing

Tutorial 5: Hypothesis Testing Tutorial 5: Hypothesis Testing Rob Nicholls nicholls@mrc-lmb.cam.ac.uk MRC LMB Statistics Course 2014 Contents 1 Introduction................................ 1 2 Testing distributional assumptions....................

More information

Sample Size and Power in Clinical Trials

Sample Size and Power in Clinical Trials Sample Size and Power in Clinical Trials Version 1.0 May 011 1. Power of a Test. Factors affecting Power 3. Required Sample Size RELATED ISSUES 1. Effect Size. Test Statistics 3. Variation 4. Significance

More information

CHANCE ENCOUNTERS. Making Sense of Hypothesis Tests. Howard Fincher. Learning Development Tutor. Upgrade Study Advice Service

CHANCE ENCOUNTERS. Making Sense of Hypothesis Tests. Howard Fincher. Learning Development Tutor. Upgrade Study Advice Service CHANCE ENCOUNTERS Making Sense of Hypothesis Tests Howard Fincher Learning Development Tutor Upgrade Study Advice Service Oxford Brookes University Howard Fincher 2008 PREFACE This guide has a restricted

More information

STATISTICS 8, FINAL EXAM. Last six digits of Student ID#: Circle your Discussion Section: 1 2 3 4

STATISTICS 8, FINAL EXAM. Last six digits of Student ID#: Circle your Discussion Section: 1 2 3 4 STATISTICS 8, FINAL EXAM NAME: KEY Seat Number: Last six digits of Student ID#: Circle your Discussion Section: 1 2 3 4 Make sure you have 8 pages. You will be provided with a table as well, as a separate

More information

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as...

HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1. used confidence intervals to answer questions such as... HYPOTHESIS TESTING (ONE SAMPLE) - CHAPTER 7 1 PREVIOUSLY used confidence intervals to answer questions such as... You know that 0.25% of women have red/green color blindness. You conduct a study of men

More information

Math 251, Review Questions for Test 3 Rough Answers

Math 251, Review Questions for Test 3 Rough Answers Math 251, Review Questions for Test 3 Rough Answers 1. (Review of some terminology from Section 7.1) In a state with 459,341 voters, a poll of 2300 voters finds that 45 percent support the Republican candidate,

More information

Non-Inferiority Tests for One Mean

Non-Inferiority Tests for One Mean Chapter 45 Non-Inferiority ests for One Mean Introduction his module computes power and sample size for non-inferiority tests in one-sample designs in which the outcome is distributed as a normal random

More information

Statistiek I. Proportions aka Sign Tests. John Nerbonne. CLCG, Rijksuniversiteit Groningen. http://www.let.rug.nl/nerbonne/teach/statistiek-i/

Statistiek I. Proportions aka Sign Tests. John Nerbonne. CLCG, Rijksuniversiteit Groningen. http://www.let.rug.nl/nerbonne/teach/statistiek-i/ Statistiek I Proportions aka Sign Tests John Nerbonne CLCG, Rijksuniversiteit Groningen http://www.let.rug.nl/nerbonne/teach/statistiek-i/ John Nerbonne 1/34 Proportions aka Sign Test The relative frequency

More information

General Method: Difference of Means. 3. Calculate df: either Welch-Satterthwaite formula or simpler df = min(n 1, n 2 ) 1.

General Method: Difference of Means. 3. Calculate df: either Welch-Satterthwaite formula or simpler df = min(n 1, n 2 ) 1. General Method: Difference of Means 1. Calculate x 1, x 2, SE 1, SE 2. 2. Combined SE = SE1 2 + SE2 2. ASSUMES INDEPENDENT SAMPLES. 3. Calculate df: either Welch-Satterthwaite formula or simpler df = min(n

More information

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference)

Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Chapter 45 Two-Sample T-Tests Allowing Unequal Variance (Enter Difference) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when no assumption

More information

p ˆ (sample mean and sample

p ˆ (sample mean and sample Chapter 6: Confidence Intervals and Hypothesis Testing When analyzing data, we can t just accept the sample mean or sample proportion as the official mean or proportion. When we estimate the statistics

More information

"Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals." 1

Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals. 1 BASIC STATISTICAL THEORY / 3 CHAPTER ONE BASIC STATISTICAL THEORY "Statistical methods are objective methods by which group trends are abstracted from observations on many separate individuals." 1 Medicine

More information

Normal distribution. ) 2 /2σ. 2π σ

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

Permutation Tests for Comparing Two Populations

Permutation Tests for Comparing Two Populations Permutation Tests for Comparing Two Populations Ferry Butar Butar, Ph.D. Jae-Wan Park Abstract Permutation tests for comparing two populations could be widely used in practice because of flexibility of

More information

Odds ratio, Odds ratio test for independence, chi-squared statistic.

Odds ratio, Odds ratio test for independence, chi-squared statistic. Odds ratio, Odds ratio test for independence, chi-squared statistic. Announcements: Assignment 5 is live on webpage. Due Wed Aug 1 at 4:30pm. (9 days, 1 hour, 58.5 minutes ) Final exam is Aug 9. Review

More information

Two-Sample T-Tests Assuming Equal Variance (Enter Means)

Two-Sample T-Tests Assuming Equal Variance (Enter Means) Chapter 4 Two-Sample T-Tests Assuming Equal Variance (Enter Means) Introduction This procedure provides sample size and power calculations for one- or two-sided two-sample t-tests when the variances of

More information

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING

LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING LAB 4 INSTRUCTIONS CONFIDENCE INTERVALS AND HYPOTHESIS TESTING In this lab you will explore the concept of a confidence interval and hypothesis testing through a simulation problem in engineering setting.

More information

Hypothesis Testing. Hypothesis Testing

Hypothesis Testing. Hypothesis Testing Hypothesis Testing Daniel A. Menascé Department of Computer Science George Mason University 1 Hypothesis Testing Purpose: make inferences about a population parameter by analyzing differences between observed

More information

Online 12 - Sections 9.1 and 9.2-Doug Ensley

Online 12 - Sections 9.1 and 9.2-Doug Ensley Student: Date: Instructor: Doug Ensley Course: MAT117 01 Applied Statistics - Ensley Assignment: Online 12 - Sections 9.1 and 9.2 1. Does a P-value of 0.001 give strong evidence or not especially strong

More information

Lecture Notes Module 1

Lecture Notes Module 1 Lecture Notes Module 1 Study Populations A study population is a clearly defined collection of people, animals, plants, or objects. In psychological research, a study population usually consists of a specific

More information

statistics Chi-square tests and nonparametric Summary sheet from last time: Hypothesis testing Summary sheet from last time: Confidence intervals

statistics Chi-square tests and nonparametric Summary sheet from last time: Hypothesis testing Summary sheet from last time: Confidence intervals Summary sheet from last time: Confidence intervals Confidence intervals take on the usual form: parameter = statistic ± t crit SE(statistic) parameter SE a s e sqrt(1/n + m x 2 /ss xx ) b s e /sqrt(ss

More information

Hypothesis Testing for Beginners

Hypothesis Testing for Beginners Hypothesis Testing for Beginners Michele Piffer LSE August, 2011 Michele Piffer (LSE) Hypothesis Testing for Beginners August, 2011 1 / 53 One year ago a friend asked me to put down some easy-to-read notes

More information

The Wilcoxon Rank-Sum Test

The Wilcoxon Rank-Sum Test 1 The Wilcoxon Rank-Sum Test The Wilcoxon rank-sum test is a nonparametric alternative to the twosample t-test which is based solely on the order in which the observations from the two samples fall. We

More information

Chapter 7 TEST OF HYPOTHESIS

Chapter 7 TEST OF HYPOTHESIS Chapter 7 TEST OF HYPOTHESIS In a certain perspective, we can view hypothesis testing just like a jury in a court trial. In a jury trial, the null hypothesis is similar to the jury making a decision of

More information

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS

QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS QUANTITATIVE METHODS BIOLOGY FINAL HONOUR SCHOOL NON-PARAMETRIC TESTS This booklet contains lecture notes for the nonparametric work in the QM course. This booklet may be online at http://users.ox.ac.uk/~grafen/qmnotes/index.html.

More information

Using Stata for One Sample Tests

Using Stata for One Sample Tests Using Stata for One Sample Tests All of the one sample problems we have discussed so far can be solved in Stata via either (a) statistical calculator functions, where you provide Stata with the necessary

More information

6.3 Conditional Probability and Independence

6.3 Conditional Probability and Independence 222 CHAPTER 6. PROBABILITY 6.3 Conditional Probability and Independence Conditional Probability Two cubical dice each have a triangle painted on one side, a circle painted on two sides and a square painted

More information

Hypothesis Testing --- One Mean

Hypothesis Testing --- One Mean Hypothesis Testing --- One Mean A hypothesis is simply a statement that something is true. Typically, there are two hypotheses in a hypothesis test: the null, and the alternative. Null Hypothesis The hypothesis

More information

MATH 140 Lab 4: Probability and the Standard Normal Distribution

MATH 140 Lab 4: Probability and the Standard Normal Distribution MATH 140 Lab 4: Probability and the Standard Normal Distribution Problem 1. Flipping a Coin Problem In this problem, we want to simualte the process of flipping a fair coin 1000 times. Note that the outcomes

More information

Correlational Research

Correlational Research Correlational Research Chapter Fifteen Correlational Research Chapter Fifteen Bring folder of readings The Nature of Correlational Research Correlational Research is also known as Associational Research.

More information

Math 55: Discrete Mathematics

Math 55: Discrete Mathematics Math 55: Discrete Mathematics UC Berkeley, Fall 2011 Homework # 5, due Wednesday, February 22 5.1.4 Let P (n) be the statement that 1 3 + 2 3 + + n 3 = (n(n + 1)/2) 2 for the positive integer n. a) What

More information

Point Biserial Correlation Tests

Point Biserial Correlation Tests Chapter 807 Point Biserial Correlation Tests Introduction The point biserial correlation coefficient (ρ in this chapter) is the product-moment correlation calculated between a continuous random variable

More information

Two-sample hypothesis testing, II 9.07 3/16/2004

Two-sample hypothesis testing, II 9.07 3/16/2004 Two-sample hypothesis testing, II 9.07 3/16/004 Small sample tests for the difference between two independent means For two-sample tests of the difference in mean, things get a little confusing, here,

More information

1-3 id id no. of respondents 101-300 4 respon 1 responsible for maintenance? 1 = no, 2 = yes, 9 = blank

1-3 id id no. of respondents 101-300 4 respon 1 responsible for maintenance? 1 = no, 2 = yes, 9 = blank Basic Data Analysis Graziadio School of Business and Management Data Preparation & Entry Editing: Inspection & Correction Field Edit: Immediate follow-up (complete? legible? comprehensible? consistent?

More information

6. Let X be a binomial random variable with distribution B(10, 0.6). What is the probability that X equals 8? A) (0.6) (0.4) B) 8! C) 45(0.6) (0.

6. Let X be a binomial random variable with distribution B(10, 0.6). What is the probability that X equals 8? A) (0.6) (0.4) B) 8! C) 45(0.6) (0. Name: Date:. For each of the following scenarios, determine the appropriate distribution for the random variable X. A) A fair die is rolled seven times. Let X = the number of times we see an even number.

More information

WISE Power Tutorial All Exercises

WISE Power Tutorial All Exercises ame Date Class WISE Power Tutorial All Exercises Power: The B.E.A.. Mnemonic Four interrelated features of power can be summarized using BEA B Beta Error (Power = 1 Beta Error): Beta error (or Type II

More information

Planning sample size for randomized evaluations

Planning sample size for randomized evaluations TRANSLATING RESEARCH INTO ACTION Planning sample size for randomized evaluations Simone Schaner Dartmouth College povertyactionlab.org 1 Course Overview Why evaluate? What is evaluation? Outcomes, indicators

More information

CHI-SQUARE: TESTING FOR GOODNESS OF FIT

CHI-SQUARE: TESTING FOR GOODNESS OF FIT CHI-SQUARE: TESTING FOR GOODNESS OF FIT In the previous chapter we discussed procedures for fitting a hypothesized function to a set of experimental data points. Such procedures involve minimizing a quantity

More information

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

MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. STT315 Practice Ch 5-7 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. 1) The length of time a traffic signal stays green (nicknamed

More information

Likelihood: Frequentist vs Bayesian Reasoning

Likelihood: Frequentist vs Bayesian Reasoning "PRINCIPLES OF PHYLOGENETICS: ECOLOGY AND EVOLUTION" Integrative Biology 200B University of California, Berkeley Spring 2009 N Hallinan Likelihood: Frequentist vs Bayesian Reasoning Stochastic odels and

More information

Statistics courses often teach the two-sample t-test, linear regression, and analysis of variance

Statistics courses often teach the two-sample t-test, linear regression, and analysis of variance 2 Making Connections: The Two-Sample t-test, Regression, and ANOVA In theory, there s no difference between theory and practice. In practice, there is. Yogi Berra 1 Statistics courses often teach the two-sample

More information

Math 108 Exam 3 Solutions Spring 00

Math 108 Exam 3 Solutions Spring 00 Math 108 Exam 3 Solutions Spring 00 1. An ecologist studying acid rain takes measurements of the ph in 12 randomly selected Adirondack lakes. The results are as follows: 3.0 6.5 5.0 4.2 5.5 4.7 3.4 6.8

More information

Chapter 7: Simple linear regression Learning Objectives

Chapter 7: Simple linear regression Learning Objectives Chapter 7: Simple linear regression Learning Objectives Reading: Section 7.1 of OpenIntro Statistics Video: Correlation vs. causation, YouTube (2:19) Video: Intro to Linear Regression, YouTube (5:18) -

More information

WRITING PROOFS. Christopher Heil Georgia Institute of Technology

WRITING PROOFS. Christopher Heil Georgia Institute of Technology WRITING PROOFS Christopher Heil Georgia Institute of Technology A theorem is just a statement of fact A proof of the theorem is a logical explanation of why the theorem is true Many theorems have this

More information