Point Estimation and Confidence Interval

Size: px
Start display at page:

Download "Point Estimation and Confidence Interval"

Transcription

1 Chapter 8 Point Estimation and Confidence Interval 8.1 Point estimator The purpose of point estimation is to use a function of the sample data to estimate the unknown parameter. Definition 8.1 A parameter is a constant that describes the population. A statistic is a random variable that can be computed from the sample data without making use of any unknown parameters. The statistic ˆΘ used to estimate the unknown parameter is called a point estimator of θ. A point estimate is the value of ˆΘ calculated from the observed sample values. Sample mean (mean of the sample): X = 1 n n i=1 Sample variance (variance of the sample): S 2 = 1 n 1 X i n (X i X) 2 Sample standard deviation (standard deviation of the sample): S = 1 n (X i n 1 X) 2 Recall A statistic ˆΘ is said to be unbiased if E( ˆΘ) = θ. X is an unbiased estimator of µ, and S 2 is an unbiased estimator of σ 2. Warning: Unbiased estimator is not unique. Definition 8.2 If we consider all possible unbiased estimators of θ, the one with the smallest variance is called the most efficient estimator of θ. i=1 i=1 8-1

2 8.2 Interval estimation We have proved that the sample mean is an unbiased estimator of the population mean. Suppose a sample of size n is taken from a Poisson distribution and it is found that x = 3.8. Then, 3.8 is a point estimate of λ. But, what exactly does this tell us about the true value of λ? Can we fell reasonably certain, for example, that λ lies somewhere close to x say, in the interval from 3.7 to 3.9. Or, on other hand, is X so variable that there is a good chance that X λ is fairly large? To address this uncertainty we turn from point estimation to a technique known as interval estimation. Interval estimation is exactly what the name implies. We want to find two statistics, ˆΘ 1 and ˆΘ 2, that can be used to generate an interval of real numbers that we hope contains the true value of the parameter θ being estimated. Definition 8.3 A 100(1 α)% confidence interval for a parameter θ is an interval of the form [ˆθ 1, ˆθ2 ], in which ˆΘ 1 and ˆΘ 2 are statistics such that P ( ˆΘ 1 θ ˆΘ 2 ) = 1 α 8.3 Confidence interval for µ when σ is known Theorem 1 If x is the value of the sample mean of a random sample of size n from a normal population with the known variance σ 2, then a 100(1 α)% confidence interval for µ is z α/2 σ n is called the margin of error. x ± z α/2 σ n = ( x z α/2 σ n, x + z α/2 σ n ) Example 8.1 What is the average price of statistics books? Below is a random sample of prices: What is a 95% confidence interval for µ?, assuming σ = 20 x = 50.2, s = ± = 50.2 ± 12.4 = (37.8, 62.6) 8-2

3 The interval (37.8, 62.6) is called a 95% confidence interval for µ. We are 95% confident that the unknown µ lies between $37.8, and $62.6 We got this interval by a method that gives correct results 95% of the time. Caution: There are only two possibilities: (37.8, 62.6) contains the true µ. This random sample is one of the few samples for which x is not within $12.4 of the true µ. Only 5% of all samples give such inaccurate results. Example 8.1 You have measured the systolic blood pressure of a random sample of 25 students in UST. A 95% confidence interval for the mean systolic blood pressure for all students in UST is (122, 138). Which of the following statements gives a valid interpretation of this interval? (a) 95% of the sample of students have a systolic blood pressure betwee22 and 138. (b) 95% of the population of students have a systolic blood pressure betwee22 and 138. (c) The probability that the population mean blood pressure is betwee22 and 138 is (d) If the procedure were repeated many times, 95% of the resulting confidence intervals would contain the population mean systolic blood pressure. (e) If the procedure were repeated many times, 95% of the sample means would be between 122 and 138. Example 8.2 The Bureau of Labor Statistics (BLS) conducts surveys each month to collect information on the labor market. According to one recent survey, the average hourly earnings of workers employed in the manufacturing industries edged up 1 cent in September to $ The survey is based on a random sample of 390,000 workers. Suppose that the standard deviation of hourly earnings is $ Find 95% and 99% confidence intervals for the mean hourly earnings of all works employed in the manufacturing industries in September What are the margins of error for 95% and 99% confidence? 8-3

4 n = , x = 12.86, σ = m =.0059 m =.0077 x ± z.025 σ n = ± = ± = ( , ) x ± z σ n = ± = ± = ( , ) Example 8.3 Refer to Example 8.2 Suppose that the sample size is Find 95% and 99% confidence intervals for the mean hourly earnings in September What are the margins of error for 95% and 99% confidence? n = 1000, x = 12.86, σ = x ± z σ n = ± = ±.116 = (12.744, ) x ± z.005 σ n = ± = ±.153 = (12.707, ) 8-4

5 8.4 Confidence interval for µ when σ is unknown Recall that for a random sample of size n from N(µ, σ 2 ) Z = X µ σ/ n N(0, 1) What if σ is unknown? Student-t Statistic: where S is the sample standard deviation. T = X µ S/ n, Theorem 2 (Student-t Distributions) For a random sample of size n from N(µ, σ 2 ), T = X µ S/ n t(n 1), where t(n 1) is the t-distribution with n-1 degrees of freedom. To understand the t-distribution, we first introduce the chi-square distribution. Definition 8.4 X is said to have the chi-square distribution with v degrees of freedom, denoted by X χ 2 (v), if its pdf is given by f(x) = Definition 8.5 If Y and Z are independent, { 1 2 v/2 Γ(v/2) xv/2 1 e x/2 for x > 0 0 elsewhere Z N(0, 1), Y χ 2 (v) Then T = Z Y/v has pdf f(t) = Γ((v + 1)/2) πvγ(v/2) (1 + t2 v ) (v+1)/2, < t < and it is called the t distribution with v degrees of freedom. Let X 1, X 2..., X n be a random sample of size n from N(µ, σ 2 ), and let X and S 2 be the mean and variance of the random sample. Then n i=1 ( Xi ) µ 2 σ χ 2 (n); (n 1)S2 σ 2 has a chi-square distribution with n 1 degrees of freedom; 8-5

6 X and S 2 are independent n( X µ)/s has a t-distribution with n 1 degrees of freedom. Properties of t distributions: Symmetric about 0 Bell-shaped similar to N(0,1) curve, but have heavier tails As k increases, the t(k) distribution approaches N(0,1) distribution The t confidence interval If x and s are the values of the mean and the standard deviation of a random sample of size n from a normal population, then a 100(1 α)% confidence interval for µ is s x ± t α/2,n 1 n or where margin of error = t α/2,n 1 s n x ± margin of error, Example 8.4 Refer to Table A.4. What t critical value would you use for a C.I. for µ? (a) A 95% C.I. based on n = 10 (b) A 99% C.I. based on n = 20 Example 8.5 Great discoveries in science tend to be made by persons who are quite young. Listed below are 12 major scientific breakthroughs from the middle of the sixteenth century to the early part of the twentieth century. 8-6

7 Discovery Discoverer Date Age Earth goes around sun Copernicus Telscope, basic laws of astronomy Galileo Principles of motion, graviation, Newto calculus Nature of electricity Frankli Burning is uniting with oxygen Lavoisier Earth evolved by gradual Lyell processes Evidence for natural selection Darwi controlling evolution Field equations for light Maxwell Radioactivity Curie Quantum theory Planck Special theory of relativity, E = mc 2 Einstei Mathematical foundations Kolmogrov for probability theory Let µ denote the true average age at which great scientific discoveries are made. Construct a 95% confidence interval for µ. n = 12, x = 34.58, s = A 95% C.I. is ± = ± = ( , ) Example 8.6 Large superstores use scanners to calculate a customer s bill. Scanners should be as accurate as possible. A state agency regularly monitors stores by randomly selecting a large number of items and comparing the shelf price with the checkout scanner price. Are the overcharges balanced by the undercharges, or is the mean overcharge of all different items in the store positive? During one check by the agency, 16 items were found to be incorrectly scanned. The amounts of overcharges were (a) Find a 95% C.I. for the mean overcharge. n = 16, x =.351, s = A 95% C.I. is.351 ± = (.226,.928) 8-7

8 8.5 Point and interval estimation for a population proportion In many problems we must estimate proportions, probabilities, percentages or rate, such as Example: (a) What is the current unemployment rate in Hong Kong? (b) What is President Bush s approval rating? (c) What proportion of students in Math 144 will receive Grade A? (d) Point estimation of proportions Let p be a population proportion of successes (or the probability of success), and let X be the number of successes in a random sample of size n. Define the sample proportion ˆp by ˆp = X n Then p(1 p) E(ˆp) = p, Var(ˆp) = n Therefore, the sample proportion is an unbiased estimator of p. Interval estimation of p Recall that X np N(0, 1) as n np(1 p) Hence and ˆp p p(1 p) n ˆp p ˆp(1 ˆp) n N(0, 1) N(0, 1) Confidence interval for p: An approximate 100(1 α)% confidence interval for p is ˆp ± z α/2 ˆp(1 ˆp) n or ˆp ± margin of error, ˆp(1 ˆp) where margin of error= z α/2. n 8-8

9 Example 8.7 Do you approve or disapprove of the way Bill Clinton is handling his job as president? A Gallup poll conducted May 7-9, 1999 found that 60% of 1,015 adults interviewed approved Clinton s job performance. The Gallup poll claims that For results based on the total sample of adults nationwide, one can say with 95% confidence that the margin of sampling error is no greater than +/ 3 percentage points.. Explain. ˆp =.60, n = % C.I. for p is.60 ± 1.96 (.60.4/1015).5 =.60 ± =.60 ±.03 = (.57,.63) Example 8.8 In a random sample of n = 500 families owning television sets in the city of Hamilton, Canada, it is found that x = 340 subscribed to HBO. Find a 95% confidence interval for the actual proportion of families in this city who subscribe to HBO. ˆp = 340/500 = 0.68, 95% CI is 0.68 ± (0.32)/500 = 0.68 ± 0.04 = [0.64, 0.72] Choosing the sample size Recall the margin of error is given by m = z α/2 ˆp(1 ˆp) n Sample size for desired margin of error: The 100(1 α)% confidence interval for p will have a margin of error approximately equal to a specified value m when the sample size is ( zα/2 ) 2 n = p (1 p ) m where p is a guessed value for the sample proportion. Conservative sample size: ( zα/2 ) 2 n = (1/4). m The margin of error will be less than or equal to m. 8-9

10 Example 8.9 Find the sample size needed if the margin of error of the 95% confidence interval is (a) m = 1% (b) m = 2% (c) m = 3% (d) m = 3%, p =.3 (a) n =.25(1.96/.01) 2 = 9604 (b) n =.25(1.96/.02) 2 = 2401 (c) n =.25(1.96/.03) 2 = (d) n =.3.7(1.96/.03) 2 = Estimation of differences between means Variances known Let X 1 and X 2 are the sample means of independent random samples of size and from normal populations with means µ 1 and µ 2 and with the known variances σ 2 1 and σ 2 2. Then Z = ( X 1 X 2 ) (µ 1 µ 2 ) N(0, 1) σ1 2 + σ2 2 Confidence interval for µ 1 µ 2 : If x 1 and x 2 are the values of the sample means of independent random samples of size and from normal populations with means µ 1 and µ 2 and with the known variances σ1 2 and σ2, 2 then a (1 α)100% confidence interval for µ 1 µ 2 is σ1 2 x 1 x 2 ± z α/2 + σ2 2 The margin of error is = z α/2 σ σ

11 Example 8.10 A survey of credit card holders revealed that Americans carried an average credit card balance of $3900 i995 and $3300 i994 (U.S. News & World Report, January 1, 1996). Suppose that these averages are based on random samples of 400 credit card holders i995 and 450 credit card holders i994 and that the population standard deviations of the balances were $880 i995 and $810 i994. Construct a 95% confidence interval for the difference between the mean credit card balances for all credit card holders i995 and For 1995: = 400, x 1 = $3900, σ 1 = $880 For 1994: = 450, x 2 = $3300, σ 2 = $810 σ x1 x 2 = σ σ2 2 = = A 95% confidence interval for µ 1 µ 2 is ( x 1 x 2 ) ± z σ x1 x 2 = ( ) ± 1.96(58.258) = 600 ± = (485.81, ) Variance unknown Case I: σ 2 1 = σ 2 2 = σ 2 Pooled estimator of σ 2 : S 2 p is an unbiased estimator of σ 2 ( + 2)S 2 p σ 2 χ 2 ( + 2) X 1 X 2 and S 2 p are independent Therefore S 2 p = ( 1)S ( 1)S T = ( X 1 X 2 ) (µ 1 µ 2 ) t( + 2) 1 S p + 1 Confidence interval for µ 1 µ 2 when σ 1 = σ 2 unknown: If x 1 and x 2 are the values of the sample means of independent random samples of size and from normal populations with means µ 1 and µ 2 and with the unknown common variance σ 2 1 = σ 2 2 = σ 2, then a (1 α)100% confidence interval for µ 1 µ 2 is x 1 x 2 ± t α/2,n1 + 2s p

12 Example 8.11 A company claims that its medicine, Brand A, provides faster relief from pain than another company s medicine, brand B. A researcher tested both brands of medicine on two groups of randomly selected patients. The results of test are given in the following table. The mean and standard deviation of relief times are in minutes. Brand Sample size Mean S.d. A B Construct a 95% C.I. for the difference between the mean relief times for the two brands of medicine Assume that σ 1 = σ 2. s 2 p = 24(13)2 +21(11) 2 = 146.6, s 45 p = A 95% c.i. for µ 1 µ 2 is ± ( ) 1/25 + 1/22 = 5 ± 7.06 = ( 12.13, 2.13) Example 8.12 An instructor in Math 144 believes that students will not do well if they skip too many classes. To test the claim, the instructor divides students into high-attendance group and lower-attendance group. Group Sample size Mean S.d Find a 95% confidence interval for µ 1 µ 2. s 2 p = , s p = A 95% confidence interval is ± 1.98( ) 1/69 + 1/51 = 7.5 ± 4.7 = (2.82, 12.21) Case II. σ 2 1 σ 2 2 For this case, we have T = ( X 1 X 2 ) (µ 1 µ 2 ) t v, S1 2 + S

13 where v = ( s2 1 + s2 2 ) ( s2 1 ) ( s2 2 ) 2 Thus, a (1 α)100% confidence interval is approximately s 2 1 x 1 x 2 ± t α/2,v + s2 2 Example 8.13 Does increasing the amount of calcium in our diet reduce blood pressure? Examination of a large sample of people revealed a relationship between calcium intake and blood pressure, but such observational studies do not establish causation. A randomized comparative experiment gave one group of 10 men a calcium supplement for 12 weeks.the control group of 11 men received a placebo. Below are the data for seated systolic blood pressure. Calcium group Placebo Group Begin End Decrease Begin End Decrease Find a 95% confidence interval for µ 1 µ 2. = 10, x 1 = 6.1, s 1 = 8.81, = 11, x 2 =.64, s 2 = 5.87 s 2 p = 9(8.74)2 +10(5.87) 2 = , s 19 p = A 95% confidence interval for µ 1 µ 2 is ± 2.093(7.37) = 5.64 ± 6.74 = ( 1.1, 12.4) 11 Use twos ample 95 c1 c2, 95% C.I. for µ 1 µ 2 is ( 0.30, 13.77), df =

14 Matched pairs intervals Consider the problem of comparing two means for samples that are not independent. This situation arises quite naturally when observations occur in pairs. Given paired data: (X 1, Y 1 ), (X 2, Y 2 ),, (X n, Y n ) Let d i = X i Y i. Then a 100(1 α)% confidence interval for µ X µ Y is d ±t α/2,n 1 s d / n, where d and s d are the sample mean and the sample standard deviation of {d i }. Example 8.14 It is claimed that a new diet will reduce a person s weight by 4.5 kg on the average in a period of 4 weeks. The weights of 9 women who followed this diet were recorded before and after a 4-week period: Weight before Weight after Difference Find a 90% C.I. for the mean weight loss in a 4-week period. d = 3.278, s d = A 90% C.I. is ± 1.86(2.475/3) = ± = (1.743, 4.813) 8.7 Estimation of differences between proportions Suppose we have two independent samples. 8-14

15 Population proportion Sample size Sample proportion 1 θ 1 ˆΘ1 2 θ 2 ˆΘ2 The sampling distribution of ˆΘ 1 ˆΘ 2 : and By the central limit theorem, where E( ˆΘ 1 ˆΘ 2 ) = θ 1 θ 2, Var( ˆΘ 1 ˆΘ 2 ) = θ 1(1 θ 1 ) + θ 2(1 θ 2 ). ˆΘ 1 ˆΘ 2 (θ 1 θ 2 ) S.E. = S.E. N(0, 1) ˆΘ 1 (1 ˆΘ 1 ) + ˆΘ 2 (1 ˆΘ 2 ) Confidence interval for p 1 p 2 : If X 1 is a binomial random variable with B(, θ 1 ), X 2 is a binomial random variable with B(, θ 2 ), X 1 and X 2 are independent, then an approximate 100(1 α)% confidence interval for θ 1 θ 2 is (ˆθ 1 ˆθ 2 ) ± z α/2 s.e. where ˆθ 1 = x 1 and ˆθ 2 = x 2 s.e. = ˆθ 1 (1 ˆθ 1 ) + ˆθ 2 (1 ˆθ 2 ), Example 8.15 A study is made to determine if a cold climate results in more students being absent from school during a semester than for a warmer climate. Two groups of students are selected at random, one group from Vermont and the other group from Georgia. Of the 300 students from Vermont, 64 were absent at least 1 day during the semester, and of the 400 students from Georgia, 51 were absent 1 or more days. Find a 90% confidence interval for the difference between the fractions of students who are absent in the two states. = 300, ˆθ 1 = 64/300 =.2133 = 400, ˆθ 2 = 51/400 =.1275 SE = / /400 =

16 An approximate 90% CI for θ 1 θ 2 is ± =.0858 ±.0476 = (.0382,.1334) Example 8.16 A clinical trial is conducted to determine if a certain type of inoculation has an effect on the incidence of a certain disease. A sample of 1000 rats was kept in a controlled environment for a period of 1 year and 500 of the rats were given the inoculation. Of the group not given the drug, there were 120 incidences of the disease, while 98 of the inoculated group contracted it. If we call p 1 the probability of incidence of the disease in uninoculated rats and p 2 the probability of incidence after receiving the drug, compute a 90% confidence interval for p 1 p < p 1 p 2 <

Chapter 9. Hypothesis testing. 9.1 Introduction

Chapter 9. Hypothesis testing. 9.1 Introduction Chapter 9 Hypothesis testing 9.1 Introduction Confidence intervals are one of the two most common types of statistical inference. Use them when our goal is to estimate a population parameter. The second

More information

Ch. 7 Statistical Intervals Based on a Single Sample

Ch. 7 Statistical Intervals Based on a Single Sample Ch. 7 Statistical Intervals Based on a Single Sample Before discussing the topics in Ch. 7, we need to cover one important concept from Ch. 6. Standard error The standard error is the standard deviation

More information

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

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

More information

MAT 2379, Introduction to Biostatistics, Sample Calculator Questions 1. MAT 2379, Introduction to Biostatistics

MAT 2379, Introduction to Biostatistics, Sample Calculator Questions 1. MAT 2379, Introduction to Biostatistics MAT 2379, Introduction to Biostatistics, Sample Calculator Questions 1 MAT 2379, Introduction to Biostatistics Sample Calculator Problems for the Final Exam Note: The exam will also contain some problems

More information

Inference for Proportions, Variance and Standard Deviation

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

More information

Chapter 8 - Statistical intervals for a single sample

Chapter 8 - Statistical intervals for a single sample Chapter 8 - Statistical intervals for a single sample 8-1 Introduction In statistics, no quantity estimated from data is known for certain. All estimated quantities have probability distributions of their

More information

Statistics 135 Fall 2007 Midterm Exam

Statistics 135 Fall 2007 Midterm Exam Name: Student ID Number: Statistics 135 Fall 007 Midterm Exam Ignore the finite population correction in all relevant problems. The exam is closed book, but some possibly useful facts about probability

More information

Stat 135 Fall 2013 FINAL EXAM December 18, 2013

Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Stat 135 Fall 2013 FINAL EXAM December 18, 2013 Name: Person on right SID: Person on left There will be one, double sided, handwritten, 8.5in x 11in page of notes allowed during the exam. The exam is closed

More information

Lecture 7: Confidence interval and Normal approximation

Lecture 7: Confidence interval and Normal approximation Lecture 7: Confidence interval and Normal approximation 26th of November 2015 Confidence interval 26th of November 2015 1 / 23 Random sample and uncertainty Example: we aim at estimating the average height

More information

Confidence intervals CE 311S

Confidence intervals CE 311S CE 311S PREVIEW OF STATISTICS The first part of the class was about probability. P(H) = 0.5 P(T) = 0.5 HTTHHTTTTHHTHTHH If we know how a random process works, what will we see in the field? Preview of

More information

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

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

More information

QUIZ 4 (CHAPTER 7) - SOLUTIONS MATH 119 SPRING 2013 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100%

QUIZ 4 (CHAPTER 7) - SOLUTIONS MATH 119 SPRING 2013 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100% QUIZ 4 (CHAPTER 7) - SOLUTIONS MATH 119 SPRING 013 KUNIYUKI 105 POINTS TOTAL, BUT 100 POINTS = 100% 1) We want to conduct a study to estimate the mean I.Q. of a pop singer s fans. We want to have 96% confidence

More information

Problems Pages 1-4 Answers Page 5 Solutions Pages 6-11

Problems Pages 1-4 Answers Page 5 Solutions Pages 6-11 Part III Practice Problems Problems Pages 1-4 Answers Page 5 Solutions Pages 6-11 1. In estimating population mean or proportion what is the width of an interval? 2. If 25 college students out of 80 graduate

More information

7 Estimation. 7.1 Population and Sample (P.91-92)

7 Estimation. 7.1 Population and Sample (P.91-92) 7 Estimation MATH1015 Biostatistics Week 7 7.1 Population and Sample (P.91-92) Suppose that we wish to study a particular health problem in Australia, for example, the average serum cholesterol level for

More information

7.1 Basic Properties of Confidence Intervals

7.1 Basic Properties of Confidence Intervals 7.1 Basic Properties of Confidence Intervals What s Missing in a Point Just a single estimate What we need: how reliable it is Estimate? No idea how reliable this estimate is some measure of the variability

More information

Assignment 6: Confidence Intervals and Parametric Hypothesis Testing

Assignment 6: Confidence Intervals and Parametric Hypothesis Testing CALIFORNIA INSTITUTE OF TECHNOLOGY Ma 3/103 KC Border Introduction to Probability and Statistics Winter 2015 Assignment 6: Confidence Intervals and Parametric Hypothesis Testing Due Monday, February 23

More information

Math 2200 Fall 2014, Exam 3 You may use any calculator. You may use a 4 6 inch notecard as a cheat sheet.

Math 2200 Fall 2014, Exam 3 You may use any calculator. You may use a 4 6 inch notecard as a cheat sheet. 1 Math 2200 Fall 2014, Exam 3 You may use any calculator. You may use a 4 6 inch notecard as a cheat sheet. Warning to the Reader! If you are a student for whom this document is a historical artifact,

More information

Math 1040 Final Exam Form A Introduction to Statistics Fall Semester 2010

Math 1040 Final Exam Form A Introduction to Statistics Fall Semester 2010 Math 1040 Final Exam Form A Introduction to Statistics Fall Semester 2010 Instructor Name Time Limit: 120 minutes Any calculator is okay. Necessary tables and formulas are attached to the back of the exam.

More information

Assignment 6: Confidence Intervals and Parametric Hypothesis Testing

Assignment 6: Confidence Intervals and Parametric Hypothesis Testing CALIFORNIA INSTITUTE OF TECHNOLOGY Ma 3/103 KC Border Introduction to Probability and Statistics February 17, 2016 Assignment 6: Confidence Intervals and Parametric Hypothesis Testing Due Monday, February

More information

Chapter 20 Comparing Groups

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

More information

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

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

More information

Chapter 6 Continuous Probability Distributions

Chapter 6 Continuous Probability Distributions Math 3 Chapter 6 Continuous Probability Distributions The observations generated by different statistical experiments have the same general type of behavior. The followings are the probability distributions

More information

Lecture 10: Comparing two populations: proportions

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

More information

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

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

More information

The t-distribution. Patrick Breheny. October 13. z tests The χ 2 -distribution The t-distribution Summary

The t-distribution. Patrick Breheny. October 13. z tests The χ 2 -distribution The t-distribution Summary Patrick Breheny October 13 Patrick Breheny Biostatistical Methods I (BIOS 5710) 1/25 Introduction Introduction What s wrong with z-tests? So far we ve (thoroughly!) discussed how to carry out hypothesis

More information

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

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

More information

Chapter 15 Sampling Distribution Models

Chapter 15 Sampling Distribution Models Chapter 15 Sampling Distribution Models 1 15.1 Sampling Distribution of a Proportion 2 Sampling About Evolution According to a Gallup poll, 43% believe in evolution. Assume this is true of all Americans.

More information

Estimation and Confidence Intervals

Estimation and Confidence Intervals Estimation and Confidence Intervals Sections 7.1-7.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 17-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

LECTURE 12 CONFIDENCE INTERVAL AND HYPOTHESIS TESTING

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

More information

Chapter 8: Confidence Intervals

Chapter 8: Confidence Intervals Chapter 8: Confidence Intervals Introduction Suppose you are trying to determine the mean rent of a two-bedroom apartment in your town. You might look in the classified section of the newspaper, write

More information

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

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

More information

Statistics for Business and Economics

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

More information

1 Binomial Probability [15 points]

1 Binomial Probability [15 points] Economics 250 Assignment 2 (Due November 13, 2017, in class) i) You should do the assignment on your own, Not group work! ii) Submit the completed work in class on the due date. iii) Remember to include

More information

STA 584 Supplementary Examples (not to be graded) Fall, 2003

STA 584 Supplementary Examples (not to be graded) Fall, 2003 Page 1 of 8 Central Michigan University Department of Mathematics STA 584 Supplementary Examples (not to be graded) Fall, 003 1. (a) If A and B are independent events, P(A) =.40 and P(B) =.70, find (i)

More information

Lecture 6: Point Estimation and Large Sample Confidence Intervals. Readings: Sections

Lecture 6: Point Estimation and Large Sample Confidence Intervals. Readings: Sections Lecture 6: Point Estimation and Large Sample Confidence Intervals Readings: Sections 7.1-7.3 1 Point Estimation Objective of point estimation: use a sample to compute a number that represents in some sense

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

Salt Lake Community College MATH 1040 Final Exam Fall Semester 2011 Form E

Salt Lake Community College MATH 1040 Final Exam Fall Semester 2011 Form E Salt Lake Community College MATH 1040 Final Exam Fall Semester 011 Form E Name Instructor Time Limit: 10 minutes Any hand-held calculator may be used. Computers, cell phones, or other communication devices

More information

MAT2377. Ali Karimnezhad. Version December 13, Ali Karimnezhad

MAT2377. Ali Karimnezhad. Version December 13, Ali Karimnezhad MAT2377 Ali Karimnezhad Version December 13, 2016 Ali Karimnezhad Comments These slides cover material from Chapter 4. In class, I may use a blackboard. I recommend reading these slides before you come

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

Solutions - Final Exam

Solutions - Final Exam Solutions - Final Exam Instructors: Dr. A. Grine and Dr. A. Ben Ghorbal Sections: 170, 171, 172, 173 Total Marks Exercise 1 7 Exercise 2 6 Exercise 3 6 Exercise 4 6 Exercise 5 6 Exercise 6 9 Total 40 Score

More information

Test 3 Practice Test A. NOTE: Ignore Q10 (not covered)

Test 3 Practice Test A. NOTE: Ignore Q10 (not covered) Test 3 Practice Test A NOTE: Ignore Q10 (not covered) MA 180/418 Midterm Test 3, Version A Fall 2010 Student Name (PRINT):............................................. Student Signature:...................................................

More information

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

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

More information

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

The point value of each problem is in the left-hand margin. You must show your work to receive any credit, except in problem 1. Work neatly. Introduction to Statistics Math 1040 Sample Final Exam - Chapters 1-11 6 Problem Pages Time Limit: 1 hour and 50 minutes Open Textbook Calculator Allowed: Scientific Name: The point value of each problem

More information

STAT 201 Assignment 6

STAT 201 Assignment 6 STAT 201 Assignment 6 Partial Solutions 12.1 Research question: Do parents in the school district support the new education program? Parameter: p = proportion of all parents in the school district who

More information

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

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

More information

Problem Set 4 - Solutions

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

More information

The variable θ is called the parameter of the model, and the set Ω is called the parameter space.

The variable θ is called the parameter of the model, and the set Ω is called the parameter space. Lecture 8 What is a statistical model? A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution that produced the data. The variable θ is called

More information

Intro to Confidence Intervals: A estimate is a single statistic based on sample data to estimate a population parameter Simplest approach But not always very precise due to variation in the sampling distribution

More information

Math 2311 Test 1 Review. 1. State whether each situation is categorical or quantitative. If quantitative, state whether it s discrete or continuous.

Math 2311 Test 1 Review. 1. State whether each situation is categorical or quantitative. If quantitative, state whether it s discrete or continuous. Math 2311 Test 1 Review Know all definitions! 1. State whether each situation is categorical or quantitative. If quantitative, state whether it s discrete or continuous. a. The amount a person grew (in

More information

Chapters 4-6: Estimation

Chapters 4-6: Estimation Chapters 4-6: Estimation Read sections 4. (except 4..3), 4.5.1, 5.1 (except 5.1.5), 6.1 (except 6.1.3) Point Estimation (4.1.1) Point Estimator - A formula applied to a data set which results in a single

More information

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

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

More information

Statistics, continued

Statistics, continued Statistics, continued Visual Displays of Data Since numbers often do not resonate with people, giving visual representations of data is often uses to make the data more meaningful. We will talk about a

More information

[ z = 1.48 ; accept H 0 ]

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

More information

Statistics and Sampling distributions

Statistics and Sampling distributions Statistics and Sampling distributions a statistic is a numerical summary of sample data. It is a rv. The distribution of a statistic is called its sampling distribution. The rv s X 1, X 2,, X n are said

More information

EXAMINERS REPORT & SOLUTIONS STATISTICS 1 (MATH 11400) May-June 2009

EXAMINERS REPORT & SOLUTIONS STATISTICS 1 (MATH 11400) May-June 2009 EAMINERS REPORT & SOLUTIONS STATISTICS (MATH 400) May-June 2009 Examiners Report A. Most plots were well done. Some candidates muddled hinges and quartiles and gave the wrong one. Generally candidates

More information

3/30/2009. Probability Distributions. Binomial distribution. TI-83 Binomial Probability

3/30/2009. Probability Distributions. Binomial distribution. TI-83 Binomial Probability Random variable The outcome of each procedure is determined by chance. Probability Distributions Normal Probability Distribution N Chapter 6 Discrete Random variables takes on a countable number of values

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

Exam: practice test 1 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

Exam: practice test 1 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Exam: practice test MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. Solve the problem. ) Using the information in the table on home sale prices in

More information

Chapter 1: Revie of Calculus and Probability

Chapter 1: Revie of Calculus and Probability Chapter 1: Revie of Calculus and Probability Refer to Text Book: Operations Research: Applications and Algorithms By Wayne L. Winston,Ch. 12 Operations Research: An Introduction By Hamdi Taha, Ch. 12 OR441-Dr.Khalid

More information

DSST Principles of Statistics

DSST Principles of Statistics DSST Principles of Statistics Time 10 Minutes 98 Questions Each incomplete statement is followed by four suggested completions. Select the one that is best in each case. 1. Which of the following variables

More information

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z,

Random Variable And Probability Distribution. Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, Random Variable And Probability Distribution Introduction Random Variable ( r.v. ) Is defined as a real valued function defined on the sample space S. We denote it as X, Y, Z, T, and denote the assumed

More information

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

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

More information

STAT 285: Fall Semester Final Examination Solutions

STAT 285: Fall Semester Final Examination Solutions Name: Student Number: STAT 285: Fall Semester 2014 Final Examination Solutions 5 December 2014 Instructor: Richard Lockhart Instructions: This is an open book test. As such you may use formulas such as

More information

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

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

More information

1) What is the probability that the random variable has a value less than 3? 1)

1) What is the probability that the random variable has a value less than 3? 1) Ch 6 and 7 Worksheet Disclaimer; The actual exam differs NOTE: ON THIS TEST YOU WILL NEED TO USE TABLES (NOT YOUR CALCULATOR) TO FIND PROBABILITIES UNDER THE NORMAL OR CHI SQUARED OR T DISTRIBUTION! SHORT

More information

Practice Questions: Statistics W1111, Fall Solutions

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

More information

Exam III #1 Solutions

Exam III #1 Solutions Department of Mathematics University of Notre Dame Math 10120 Finite Math Fall 2017 Name: Instructors: Basit & Migliore Exam III #1 Solutions November 14, 2017 This exam is in two parts on 11 pages and

More information

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

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

More information

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

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

More information

p = q ˆ = 1 -ˆp = sample proportion of failures in a sample size of n x n Chapter 7 Estimates and Sample Sizes

p = q ˆ = 1 -ˆp = sample proportion of failures in a sample size of n x n Chapter 7 Estimates and Sample Sizes Chapter 7 Estimates and Sample Sizes 7-1 Overview 7-2 Estimating a Population Proportion 7-3 Estimating a Population Mean: σ Known 7-4 Estimating a Population Mean: σ Not Known 7-5 Estimating a Population

More information

Interval estimation. October 3, Basic ideas CLT and CI CI for a population mean CI for a population proportion CI for a Normal mean

Interval estimation. October 3, Basic ideas CLT and CI CI for a population mean CI for a population proportion CI for a Normal mean Interval estimation October 3, 2018 STAT 151 Class 7 Slide 1 Pandemic data Treatment outcome, X, from n = 100 patients in a pandemic: 1 = recovered and 0 = not recovered 1 1 1 0 0 0 1 1 1 0 0 1 0 1 0 0

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

Probability and Statistics Notes

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

More information

Probability and Probability Distributions. Dr. Mohammed Alahmed

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

More information

6 The normal distribution, the central limit theorem and random samples

6 The normal distribution, the central limit theorem and random samples 6 The normal distribution, the central limit theorem and random samples 6.1 The normal distribution We mentioned the normal (or Gaussian) distribution in Chapter 4. It has density f X (x) = 1 σ 1 2π e

More information

Chapter 3. Comparing two populations

Chapter 3. Comparing two populations Chapter 3. Comparing two populations Contents Hypothesis for the difference between two population means: matched pairs Hypothesis for the difference between two population means: independent samples Two

More information

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

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 7 Estimates and Sample Sizes 7-1 Overview 7-2 Estimating a Population Proportion 7-3

More information

BIO5312 Biostatistics Lecture 6: Statistical hypothesis testings

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

More information

ST 371 (IX): Theories of Sampling Distributions

ST 371 (IX): Theories of Sampling Distributions ST 371 (IX): Theories of Sampling Distributions 1 Sample, Population, Parameter and Statistic The major use of inferential statistics is to use information from a sample to infer characteristics about

More information

Assignment 2 SOLUTIONS

Assignment 2 SOLUTIONS MATHEMATICS 01-10-LW Business Statistics Martin Huard Fall 00 Assignment SOLUTIONS This assignment is due on Friday September 6 at the beginning of the class. Question 1 ( points) In a marketing research,

More information

Lecture 12: Small Sample Intervals Based on a Normal Population Distribution

Lecture 12: Small Sample Intervals Based on a Normal Population Distribution Lecture 12: Small Sample Intervals Based on a Normal Population MSU-STT-351-Sum-17B (P. Vellaisamy: MSU-STT-351-Sum-17B) Probability & Statistics for Engineers 1 / 24 In this lecture, we will discuss (i)

More information

Hypotheses Testing. 1-Single Mean

Hypotheses Testing. 1-Single Mean Hypotheses Testing 1-Single Mean ( if σ known ): ( if σ unknown ): 68 Question 1: Suppose that we are interested in estimating the true average time in seconds it takes an adult to open a new type of tamper-resistant

More information

INTERVAL ESTIMATION OF THE DIFFERENCE BETWEEN TWO POPULATION PARAMETERS

INTERVAL ESTIMATION OF THE DIFFERENCE BETWEEN TWO POPULATION PARAMETERS INTERVAL ESTIMATION OF THE DIFFERENCE BETWEEN TWO POPULATION PARAMETERS Estimating the difference of two means: μ 1 μ Suppose there are two population groups: DLSU SHS Grade 11 Male (Group 1) and Female

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

Sections 7.1 and 7.2. This chapter presents the beginning of inferential statistics. The two major applications of inferential statistics

Sections 7.1 and 7.2. This chapter presents the beginning of inferential statistics. The two major applications of inferential statistics Sections 7.1 and 7.2 This chapter presents the beginning of inferential statistics. The two major applications of inferential statistics Estimate the value of a population parameter Test some claim (or

More information

Chapter 10: Chi-Square and F Distributions

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

More information

Confidence Intervals, Testing and ANOVA Summary

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

More information

Introduction to Statistical Data Analysis Lecture 5: Confidence Intervals

Introduction to Statistical Data Analysis Lecture 5: Confidence Intervals Introduction to Statistical Data Analysis Lecture 5: Confidence Intervals James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis 1

More information

Topic 6 - Confidence intervals based on a single sample

Topic 6 - Confidence intervals based on a single sample Topic 6 - Confidence intervals based on a single sample Sampling distribution of the sample mean Sampling distribution of the sample variance Confidence interval for a population mean Confidence interval

More information

Discrete Distributions

Discrete Distributions Discrete Distributions STA 281 Fall 2011 1 Introduction Previously we defined a random variable to be an experiment with numerical outcomes. Often different random variables are related in that they have

More information

Hypothesis testing for µ:

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

More information

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

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

More information

with the usual assumptions about the error term. The two values of X 1 X 2 0 1

with the usual assumptions about the error term. The two values of X 1 X 2 0 1 Sample questions 1. A researcher is investigating the effects of two factors, X 1 and X 2, each at 2 levels, on a response variable Y. A balanced two-factor factorial design is used with 1 replicate. The

More information

Ch. 7: Estimates and Sample Sizes

Ch. 7: Estimates and Sample Sizes Ch. 7: Estimates and Sample Sizes Section Title Notes Pages Introduction to the Chapter 2 2 Estimating p in the Binomial Distribution 2 5 3 Estimating a Population Mean: Sigma Known 6 9 4 Estimating a

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

Chapitre 3. 5: Several Useful Discrete Distributions

Chapitre 3. 5: Several Useful Discrete Distributions Chapitre 3 5: Several Useful Discrete Distributions 5.3 The random variable x is not a binomial random variable since the balls are selected without replacement. For this reason, the probability p of choosing

More information

Testing a Claim about the Difference in 2 Population Means Independent Samples. (there is no difference in Population Means µ 1 µ 2 = 0) against

Testing a Claim about the Difference in 2 Population Means Independent Samples. (there is no difference in Population Means µ 1 µ 2 = 0) against Section 9 2A Lecture Testing a Claim about the Difference i Population Means Independent Samples Test H 0 : µ 1 = µ 2 (there is no difference in Population Means µ 1 µ 2 = 0) against H 1 : µ 1 > µ 2 or

More information

MATH 227 CP 7 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

MATH 227 CP 7 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. MATH 227 CP 7 SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question. Find the mean, µ, for the binomial distribution which has the stated values of n and p.

More information

Chapter 6. Estimates and Sample Sizes

Chapter 6. Estimates and Sample Sizes Chapter 6 Estimates and Sample Sizes Lesson 6-1/6-, Part 1 Estimating a Population Proportion This chapter begins the beginning of inferential statistics. There are two major applications of inferential

More information

AMS 315/576 Lecture Notes

AMS 315/576 Lecture Notes AMS 315/576 Lecture Notes Chapter 6. Inference about µ 1 µ 2 1. Large Populations (n 1 30, n 2 30) Two Independent Samples EXAMPLE 6.1 A survey of credit card holders revealed that Americans carried an

More information