Standard Normal Calculations

Size: px
Start display at page:

Download "Standard Normal Calculations"

Transcription

1 Standard Normal Calculations Section 4.3 Cathy Poliak, Ph.D. Office in Fleming 11c Department of Mathematics University of Houston Lecture Cathy Poliak, Ph.D. Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

2 Outline 1 The Normal Distributions 2 The Empirical Rule 3 Z-scores 4 Using the z-table 5 Inverse Normal Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

3 Popper Set Up Fill in all of the proper bubbles. Make sure your ID number is correct. Make sure the filled in circles are very dark. This is popper number 06. Cathy Poliak, Ph.D. Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

4 Popper 06 Questions Consider a uniform distribution that is defined for 1 X What is the "height" of this density curve? a) 1/9 b) 1/8 c) 1 d) 0 2. What is the probability that X falls below 3.25? a) b) c) d) What is the probability that X lies above 7.3? a) b) c) d) 0 4. What is the probability that X = 5 a) 0.5 b) c) d) 0 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

5 The Normal distributions Common type of probability distributions for continuous random variables. The highest probability is where the values are centered around the mean. Then the probability declines the further from the mean a value gets. These curves are symmetric, single-peaked, and bell-shaped. The mean µ is located at the center of the curve and is the same as the median. The standard deviation σ controls the spread of the curve. If σ is small then the curve is tall and slim. If σ is large then the curve is short and fat. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

6 Facts about the Normal distribution The curve is symmetric about the mean. That is, 50% of the area under the curve is below the mean. 50% of the area under the curve is above the mean. The spread of the curve is determined by the standard deviation. The area under the curve is with respect to the number of standard deviations a value is from the mean. Total area under the curve is 1. Area under the curve is the same a probability within a range of values. The normal distribution can be written as N(µ, σ) where we are given the values of µ and σ. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

7 The Empirical Rule or Rule Unfortunately to find the area under this density curve is not as easy to compute. Thus we can use the following approximate rule for the area under the Normal density curve. In the Normal Distribution with mean µ and standard deviation σ: 68% of the observations fall within 1 standard deviation σ of the mean µ. 95% of the observations fall within 2 standard deviations 2σ of the mean µ. 99.7% of the observations fall within 3 standard deviations 3σ of the mean µ. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

8 Not 1, 2 or 3 Standard Deviations The MPG of Prius has a Normal distribution with mean µ = 49 mpg and standard deviation σ = 3.5 mpg. What is the probability that a Prius will have gas mileage of less than 55 mpg? P(X < 55). There are a couple of ways to answer this question. R: pnorm(x,mean,sd), pnorm(55,49,3.5) = TI 83 or 84: normcdf(lowest limit, upper limit, mean, sd), normcdf(-1e99,55,49,3.5) = Table A: In the appendix of your book. This table is for Standard Normal Distribution. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

9 Example #1 Let the random variable X, be the weight of a box of Lucky Charms. This random variable has a Normal distribution with mean, µ = 12 oz and standard deviation, σ = 0.25 oz. 1. What is the percent of boxes that have a weight between oz and oz? 2. What is the percent of boxes that have a weight between 11.5 oz and 12.5 oz? Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Section (Department 4.3 of Mathematics University of Lecture Houston 10 ) / 38

10 3. What is the percent of boxes weigh between oz and oz? 4. What is the percent of boxes weigh between 11.5 oz and oz? 5. What is the percent of boxes weigh less than 12 oz? / 38

11 Standard Normal Distribution If X is an observation from a distribution that has mean µ and standard deviation σ,the standardized value of x is z = X µ σ = observation mean standard deviation This is called a z score. The standard Normal distribution is the Normal distribution with mean 0 and standard deviation 1 for any variable / 38

12 Key concepts for z-scores The z-score is the number of standard deviations a value is from the mean. Z -scores have no units They measure the distance an observation is from the mean in standard deviations. Positive z-scores indicate that the observation is above the mean. Negative z-scores indicate that the observation is below the mean. Z -scores usually are between 3 and 3. Anything beyond these two values indicates that the observation is extreme / 38

13 Example of Z-scores A certain town has a mean monthly high temperature in January of 35 F and a standard deviation of 8 F. This town also has a mean monthly high temperature in July of 75 F with a standard deviation of 10 F. In which month is it more unusual to have a day with a high temperature of 55 degrees? / 38

14 Another Example The score on a test has a mean of 75 with standard deviation 15. If I said your standard score (z-score) is 2.25, what is your actual test score? / 38

15 Finding Probabilities for the Standard Normal Distribution If X is a Normal distribution with mean, µ and standard deviation, σ, then the standard score for X, Z = (X µ) σ is also a Normal distribution with mean 0 and standard deviation 1. In R, if we do not indicate the mean and standard deviation, the default is 0, 1 respectively. The Z-table is the cumulative probabilities for the z-scores / 38

16 Using table A The vertical margin are the left most digits of a z-score. The top margin is the hundredths place of a z-score. The numbers inside the table represents the area from to that z-score. Remember that the standard Normal density curve is symmetric and the total area is equal to 1. Note: R can calculate these probabilities and also some calculators. Without having to convert to z-scores / 38

17 P(Z 1.52) P(Z -1.52) / 38

18 P(Z 1.52) = R: pnorm(-1.52) = , TI-83(84):normalcdf(-1e99,-1.52)= Table A: P(Z < z) z P(Z -1.52) / 38

19 P(Z 0.95) P(Z 0.95) / 38

20 P(Z 0.95) = R: 1 - pnorm(0.95) = , TI-83(84):normalcdf(0.95,-1e99)= Table A: P(Z < z) z P(Z 0.95)= 1 P( Z < 0.95) = = / 38

21 P(1.3 < Z < 1.72) P(1.3 < Z < 1.72) / 38

22 P(1.3 < Z < 1.72) = R: pnorm(1.72) - pnorm(1.3) = , TI-83(84):normalcdf(1.3,1.72)= z P(1.3 < Z < 1.72) = = / 38

23 Finding Standard Normal probabilities Using Table A The numbers inside the table, the four digit numbers between 0 and 1, are the cumulative probabilities or area to the left of a z-score under a standard Normal density curve. To determine the probability less than a z-score use the value directly from the table. P(Z < z) = value from table To determine the probability for greater than a z-score take one minus the value directly from the table. P(Z > z) = 1 P(Z < z) To determine the probability between two values find the difference between the areas directly from the table corresponding to each value. P(z 1 < Z < z 2 ) = P(Z < z 2 ) P(Z < z 1 ) / 38

24 Examples Find the following probabilities using Table A, R or your calculator. 1. P(Z 0.92) 2. P(Z 1.35) 3. P(Z 1.96) 4. P( 0.92 Z 1.96) / 38

25 Probability of amount of juice The amount of juice squeezed from each of these oranges in an orange grove is approximately Normally distributed, with a mean of 4.70 ounces and a standard deviation of 0.40 ounces. What is the probability that an orange squeezed from this grove has more than 5 ounces of juice? 1. State the problem in terms of a probability. P(X > 5) 2. Standardize the value. ( (X µ) P σ > ) (5 4.7) = P(Z > 0.75) / 38

26 P(X > 5) = P(Z > 0.75) 3. Draw a picture to show the desired area under the standard Normal curve. P(Z > 0.75) / 38

27 P(X > 5) = P(Z > 0.75) 4. Find the required area under the standard Normal curve using Table A z P(Z > 0.75) = 1 P(Z < 0.75) = = / 38

28 Using R or TI83(84) R: 1 - pnorm(5,4.7,.4) = or in TI-83(84):normalcdf(5,1e99,4.7,.4)= / 38

29 Finding a value when given a proportion Called inverse Normal. This is working Backwards using Z-Table. Finding the observed values when given a percent. In R: qnorm(proportion,mean,sd). In TI-83 or 84: invnorm(proportion,mean,sd) / 38

30 Backward Normal calculations Using Z-Table 1. State the problem. Since, Z-Table, qnorm and invnorm gives the areas to the left of z-scores, always state the problem in terms of the area to the left of x. Keep in mind that the total area under the standard Normal curve is Use Table A to find c. This is the value from the table not a value that we calculate. 3. Unstandardized to transform the solution from the z-score back to the original x scale. Solving for x using the equation gives the equation x = σ(c) + µ. c = x µ σ / 38

31 Examples to Work "Backwards" with the Normal Distribution Find the value of c so that: 1. P(Z < c) = P(Z > c) = P( c < Z < c) = / 38

32 MPG for Prius The miles per gallon for a Toyota Prius has a Normal distribution with mean µ = 49 mpg and standard deviation σ = 3.5 mpg. 25% of the Prius have a MPG of what value and lower? 1. We want c, such that P(Z < c) = That is we want to know what z-score cuts off the lowest 25%. P( Z <?) =0.25 z / 38

33 Find c such that P(Z < c) = From Table A, find something close to 0.25 inside the table. z P(Z <?) = 0.25 (closes value is ) z = (-0.6 row column ) / 38

34 Find c such that P(Z < c) = Unstandardized: x = σ(c) + µ = 3.5( 0.67) + 49 = This means that 25% of the Prius has a mpg of less than mpg. Using R: qnorm(0.25,49,3.5) = , TI-83(84):invNorm(0.25,49,3.5)= / 38

35 Top 10% Suppose you rank in the 10% of your class. If the mean GPA is 2.7 and the standard deviation is 0.59, what is your GPA? ( Assume a Normal distribution) 1. We want c, such that P(Z > c) = That is we want to know what z-score cuts off the highest 10%. P(Z >?) = 0.10 z / 38

36 Find c such that P(Z > c) = From Table A, the areas are below or to the left of a z-score thus we want to find something close to 0.90 inside the table. z P(Z <?) = 0.90 (close value is ) z = 1.28 (1.2 row column ) / 38

37 Find c such that P(Z > c) = Unstandardized: x = σ(c) + µ = 0.59(1.28) = This means that your gpa is if you rank at the 10% of your class. In R: qnorm(0.9,2.7,0.59) = , TI-83(84):invNorm(0.9,2.7,0.59)= / 38

38 Example Replacement times for televisions are normally distributed with a mean of 8.2 years and a standard deviation of 1.1 years (based on data from Getting Things Fixed, Consumer Reports). If you want to provide a warranty so that only 1% of the televisions will be replaced before the warranty expires, what is the time length of the warranty? These are in years / 38

Inverse Normal Distribution and Approximation to Binomial

Inverse Normal Distribution and Approximation to Binomial Inverse Normal Distribution and Approximation to Binomial Section 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 16-3339 Cathy Poliak,

More information

Standard Normal, Inverse Normal and Sampling Distributions

Standard Normal, Inverse Normal and Sampling Distributions Standard Normal, Inverse Normal and Sampling Distributions Section 5.5 & 6.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy

More information

The Normal Probability Distribution

The Normal Probability Distribution 1 The Normal Probability Distribution Key Definitions Probability Density Function: An equation used to compute probabilities for continuous random variables where the output value is greater than zero

More information

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution

Section 7.5 The Normal Distribution. Section 7.6 Application of the Normal Distribution Section 7.6 Application of the Normal Distribution A random variable that may take on infinitely many values is called a continuous random variable. A continuous probability distribution is defined by

More information

Chapter ! Bell Shaped

Chapter ! Bell Shaped Chapter 6 6-1 Business Statistics: A First Course 5 th Edition Chapter 7 Continuous Probability Distributions Learning Objectives In this chapter, you learn:! To compute probabilities from the normal distribution!

More information

NORMAL RANDOM VARIABLES (Normal or gaussian distribution)

NORMAL RANDOM VARIABLES (Normal or gaussian distribution) NORMAL RANDOM VARIABLES (Normal or gaussian distribution) Many variables, as pregnancy lengths, foot sizes etc.. exhibit a normal distribution. The shape of the distribution is a symmetric bell shape.

More information

Binomal and Geometric Distributions

Binomal and Geometric Distributions Binomal and Geometric Distributions Sections 3.2 & 3.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 7-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

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

Lecture Slides. Elementary Statistics Tenth Edition. by Mario F. Triola. and the Triola Statistics Series. Slide 1 Lecture Slides Elementary Statistics Tenth Edition and the Triola Statistics Series by Mario F. Triola Slide 1 Chapter 6 Normal Probability Distributions 6-1 Overview 6-2 The Standard Normal Distribution

More information

Statistics 511 Supplemental Materials

Statistics 511 Supplemental Materials Gaussian (or Normal) Random Variable In this section we introduce the Gaussian Random Variable, which is more commonly referred to as the Normal Random Variable. This is a random variable that has a bellshaped

More information

Chapter 6. The Normal Probability Distributions

Chapter 6. The Normal Probability Distributions Chapter 6 The Normal Probability Distributions 1 Chapter 6 Overview Introduction 6-1 Normal Probability Distributions 6-2 The Standard Normal Distribution 6-3 Applications of the Normal Distribution 6-5

More information

MTH 245: Mathematics for Management, Life, and Social Sciences

MTH 245: Mathematics for Management, Life, and Social Sciences 1/14 MTH 245: Mathematics for Management, Life, and Social Sciences Section 7.6 Section 7.6: The Normal Distribution. 2/14 The Normal Distribution. Figure: Abraham DeMoivre Section 7.6: The Normal Distribution.

More information

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 515 -- Chapter 5: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. Continuous distributions typically are represented by

More information

Lecture 6: Chapter 6

Lecture 6: Chapter 6 Lecture 6: Chapter 6 C C Moxley UAB Mathematics 3 October 16 6.1 Continuous Probability Distributions Last week, we discussed the binomial probability distribution, which was discrete. 6.1 Continuous Probability

More information

CH 5 Normal Probability Distributions Properties of the Normal Distribution

CH 5 Normal Probability Distributions Properties of the Normal Distribution Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend

More information

Lecture 12. Some Useful Continuous Distributions. The most important continuous probability distribution in entire field of statistics.

Lecture 12. Some Useful Continuous Distributions. The most important continuous probability distribution in entire field of statistics. ENM 207 Lecture 12 Some Useful Continuous Distributions Normal Distribution The most important continuous probability distribution in entire field of statistics. Its graph, called the normal curve, is

More information

ECO220Y Continuous Probability Distributions: Normal Readings: Chapter 9, section 9.10

ECO220Y Continuous Probability Distributions: Normal Readings: Chapter 9, section 9.10 ECO220Y Continuous Probability Distributions: Normal Readings: Chapter 9, section 9.10 Fall 2011 Lecture 8 Part 2 (Fall 2011) Probability Distributions Lecture 8 Part 2 1 / 23 Normal Density Function f

More information

Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 6 Normal Probability Distribution QMIS 120. Dr.

Department of Quantitative Methods & Information Systems. Business Statistics. Chapter 6 Normal Probability Distribution QMIS 120. Dr. Department of Quantitative Methods & Information Systems Business Statistics Chapter 6 Normal Probability Distribution QMIS 120 Dr. Mohammad Zainal Chapter Goals After completing this chapter, you should

More information

Density curves. (James Madison University) February 4, / 20

Density curves. (James Madison University) February 4, / 20 Density curves Figure 6.2 p 230. A density curve is always on or above the horizontal axis, and has area exactly 1 underneath it. A density curve describes the overall pattern of a distribution. Example

More information

A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x)

A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x) Section 6-2 I. Continuous Probability Distributions A continuous random variable is one that can theoretically take on any value on some line interval. We use f ( x) to represent a probability density

More information

The Normal Distribution

The Normal Distribution 5.1 Introduction to Normal Distributions and the Standard Normal Distribution Section Learning objectives: 1. How to interpret graphs of normal probability distributions 2. How to find areas under the

More information

MTH 245: Mathematics for Management, Life, and Social Sciences

MTH 245: Mathematics for Management, Life, and Social Sciences 1/14 MTH 245: Mathematics for Management, Life, and Social Sciences May 18, 2015 Section 7.6 Section 7.6: The Normal Distribution. 2/14 The Normal Distribution. Figure: Abraham DeMoivre Section 7.6: The

More information

Statistics (This summary is for chapters 18, 29 and section H of chapter 19)

Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Statistics (This summary is for chapters 18, 29 and section H of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x n =

More information

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19)

Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Statistics (This summary is for chapters 17, 28, 29 and section G of chapter 19) Mean, Median, Mode Mode: most common value Median: middle value (when the values are in order) Mean = total how many = x

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 28 One more

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 2: More on Continuous Random Variables Section 4.5 Continuous Uniform Distribution Section 4.6 Normal Distribution 1 / 27 Continuous

More information

PROBABILITY DISTRIBUTIONS. Chapter 6

PROBABILITY DISTRIBUTIONS. Chapter 6 PROBABILITY DISTRIBUTIONS Chapter 6 6.1 Summarize Possible Outcomes and their Probabilities Random Variable Random variable is numerical outcome of random phenomenon www.physics.umd.edu 3 Random Variable

More information

As you draw random samples of size n, as n increases, the sample means tend to be normally distributed.

As you draw random samples of size n, as n increases, the sample means tend to be normally distributed. The Central Limit Theorem The central limit theorem (clt for short) is one of the most powerful and useful ideas in all of statistics. The clt says that if we collect samples of size n with a "large enough

More information

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation.

No, because np = 100(0.02) = 2. The value of np must be greater than or equal to 5 to use the normal approximation. 1) If n 100 and p 0.02 in a binomial experiment, does this satisfy the rule for a normal approximation? Why or why not? No, because np 100(0.02) 2. The value of np must be greater than or equal to 5 to

More information

Shifting and rescaling data distributions

Shifting and rescaling data distributions Shifting and rescaling data distributions It is useful to consider the effect of systematic alterations of all the values in a data set. The simplest such systematic effect is a shift by a fixed constant.

More information

ECON 214 Elements of Statistics for Economists 2016/2017

ECON 214 Elements of Statistics for Economists 2016/2017 ECON 214 Elements of Statistics for Economists 2016/2017 Topic The Normal Distribution Lecturer: Dr. Bernardin Senadza, Dept. of Economics bsenadza@ug.edu.gh College of Education School of Continuing and

More information

Chapter 6 Continuous Probability Distributions. Learning objectives

Chapter 6 Continuous Probability Distributions. Learning objectives Chapter 6 Continuous s Slide 1 Learning objectives 1. Understand continuous probability distributions 2. Understand Uniform distribution 3. Understand Normal distribution 3.1. Understand Standard normal

More information

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables

Chapter 5. Continuous Random Variables and Probability Distributions. 5.1 Continuous Random Variables Chapter 5 Continuous Random Variables and Probability Distributions 5.1 Continuous Random Variables 1 2CHAPTER 5. CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Probability Distributions Probability

More information

Chapter 7 1. Random Variables

Chapter 7 1. Random Variables Chapter 7 1 Random Variables random variable numerical variable whose value depends on the outcome of a chance experiment - discrete if its possible values are isolated points on a number line - continuous

More information

Math 124: Module 8 (Normal Distribution) Normally Distributed Random Variables. Solving Normal Problems with Technology

Math 124: Module 8 (Normal Distribution) Normally Distributed Random Variables. Solving Normal Problems with Technology ( ( What we will do today ly Rom Stard ( David Meredith Department of Mathematics San Francisco State University October 6, 2009 ly Rom Stard 1 ly Rom 2 3 Stard 4 ( ( Rom ly Rom Stard A variable is a characteristic

More information

Normal Cumulative Distribution Function (CDF)

Normal Cumulative Distribution Function (CDF) The Normal Model 2 Solutions COR1-GB.1305 Statistics and Data Analysis Normal Cumulative Distribution Function (CDF 1. Suppose that an automobile muffler is designed so that its lifetime (in months is

More information

Review of commonly missed questions on the online quiz. Lecture 7: Random variables] Expected value and standard deviation. Let s bet...

Review of commonly missed questions on the online quiz. Lecture 7: Random variables] Expected value and standard deviation. Let s bet... Recap Review of commonly missed questions on the online quiz Lecture 7: ] Statistics 101 Mine Çetinkaya-Rundel OpenIntro quiz 2: questions 4 and 5 September 20, 2011 Statistics 101 (Mine Çetinkaya-Rundel)

More information

ECON 214 Elements of Statistics for Economists

ECON 214 Elements of Statistics for Economists ECON 214 Elements of Statistics for Economists Session 7 The Normal Distribution Part 1 Lecturer: Dr. Bernardin Senadza, Dept. of Economics Contact Information: bsenadza@ug.edu.gh College of Education

More information

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4

Week 7. Texas A& M University. Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Week 7 Oğuz Gezmiş Texas A& M University Department of Mathematics Texas A& M University, College Station Section 3.2, 3.3 and 3.4 Oğuz Gezmiş (TAMU) Topics in Contemporary Mathematics II Week7 1 / 19

More information

Introduction to Business Statistics QM 120 Chapter 6

Introduction to Business Statistics QM 120 Chapter 6 DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Introduction to Business Statistics QM 120 Chapter 6 Spring 2008 Chapter 6: Continuous Probability Distribution 2 When a RV x is discrete, we can

More information

Math 227 Elementary Statistics. Bluman 5 th edition

Math 227 Elementary Statistics. Bluman 5 th edition Math 227 Elementary Statistics Bluman 5 th edition CHAPTER 6 The Normal Distribution 2 Objectives Identify distributions as symmetrical or skewed. Identify the properties of the normal distribution. Find

More information

MAKING SENSE OF DATA Essentials series

MAKING SENSE OF DATA Essentials series MAKING SENSE OF DATA Essentials series THE NORMAL DISTRIBUTION Copyright by City of Bradford MDC Prerequisites Descriptive statistics Charts and graphs The normal distribution Surveys and sampling Correlation

More information

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need.

Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. Both the quizzes and exams are closed book. However, For quizzes: Formulas will be provided with quiz papers if there is any need. For exams (MD1, MD2, and Final): You may bring one 8.5 by 11 sheet of

More information

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a

Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Homework: Due Wed, Nov 3 rd Chapter 8, # 48a, 55c and 56 (count as 1), 67a Announcements: There are some office hour changes for Nov 5, 8, 9 on website Week 5 quiz begins after class today and ends at

More information

Continuous Random Variables and the Normal Distribution

Continuous Random Variables and the Normal Distribution Chapter 6 Continuous Random Variables and the Normal Distribution Continuous random variables are used to approximate probabilities where there are many possible outcomes or an infinite number of possible

More information

Prob and Stats, Nov 7

Prob and Stats, Nov 7 Prob and Stats, Nov 7 The Standard Normal Distribution Book Sections: 7.1, 7.2 Essential Questions: What is the standard normal distribution, how is it related to all other normal distributions, and how

More information

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR

STATISTICAL DISTRIBUTIONS AND THE CALCULATOR STATISTICAL DISTRIBUTIONS AND THE CALCULATOR 1. Basic data sets a. Measures of Center - Mean ( ): average of all values. Characteristic: non-resistant is affected by skew and outliers. - Median: Either

More information

STAT:2010 Statistical Methods and Computing. Using density curves to describe the distribution of values of a quantitative

STAT:2010 Statistical Methods and Computing. Using density curves to describe the distribution of values of a quantitative STAT:10 Statistical Methods and Computing Normal Distributions Lecture 4 Feb. 6, 17 Kate Cowles 374 SH, 335-0727 kate-cowles@uiowa.edu 1 2 Using density curves to describe the distribution of values of

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://www.stat.tamu.edu/~suhasini/teaching.html Suhasini Subba Rao The binomial: mean and variance Recall that the number of successes out of n, denoted

More information

Section Introduction to Normal Distributions

Section Introduction to Normal Distributions Section 6.1-6.2 Introduction to Normal Distributions 2012 Pearson Education, Inc. All rights reserved. 1 of 105 Section 6.1-6.2 Objectives Interpret graphs of normal probability distributions Find areas

More information

STAB22 section 1.3 and Chapter 1 exercises

STAB22 section 1.3 and Chapter 1 exercises STAB22 section 1.3 and Chapter 1 exercises 1.101 Go up and down two times the standard deviation from the mean. So 95% of scores will be between 572 (2)(51) = 470 and 572 + (2)(51) = 674. 1.102 Same idea

More information

Since his score is positive, he s above average. Since his score is not close to zero, his score is unusual.

Since his score is positive, he s above average. Since his score is not close to zero, his score is unusual. Chapter 06: The Standard Deviation as a Ruler and the Normal Model This is the worst chapter title ever! This chapter is about the most important random variable distribution of them all the normal distribution.

More information

Exercise Set 1 The normal distribution and sampling distributions

Exercise Set 1 The normal distribution and sampling distributions Eercise Set 1 The normal distribution and sampling distributions 1). An orange juice producer buys all his oranges from a large orange grove. The amount of juice squeezed from each of these oranges is

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. 6.1-6.2 Quiz Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the 1) X is a normally distributed random variable with a mean of 11.00. If the probability that

More information

The Binomial Distribution

The Binomial Distribution The Binomial Distribution Properties of a Binomial Experiment 1. It consists of a fixed number of observations called trials. 2. Each trial can result in one of only two mutually exclusive outcomes labeled

More information

Lecture 6: Normal distribution

Lecture 6: Normal distribution Lecture 6: Normal distribution Statistics 101 Mine Çetinkaya-Rundel February 2, 2012 Announcements Announcements HW 1 due now. Due: OQ 2 by Monday morning 8am. Statistics 101 (Mine Çetinkaya-Rundel) L6:

More information

7 THE CENTRAL LIMIT THEOREM

7 THE CENTRAL LIMIT THEOREM CHAPTER 7 THE CENTRAL LIMIT THEOREM 373 7 THE CENTRAL LIMIT THEOREM Figure 7.1 If you want to figure out the distribution of the change people carry in their pockets, using the central limit theorem and

More information

Statistics for Business and Economics

Statistics for Business and Economics Statistics for Business and Economics Chapter 5 Continuous Random Variables and Probability Distributions Ch. 5-1 Probability Distributions Probability Distributions Ch. 4 Discrete Continuous Ch. 5 Probability

More information

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial.

Normal Distribution. Notes. Normal Distribution. Standard Normal. Sums of Normal Random Variables. Normal. approximation of Binomial. Lecture 21,22, 23 Text: A Course in Probability by Weiss 8.5 STAT 225 Introduction to Probability Models March 31, 2014 Standard Sums of Whitney Huang Purdue University 21,22, 23.1 Agenda 1 2 Standard

More information

Chapter 6 - Continuous Probability Distributions

Chapter 6 - Continuous Probability Distributions Chapter 6 - Continuous Probability s Chapter 6 Continuous Probability s Uniform Probability Normal Probability f () Uniform f () Normal Continuous Probability s A continuous random variable can assume

More information

Lecture 9. Probability Distributions. Outline. Outline

Lecture 9. Probability Distributions. Outline. Outline Outline Lecture 9 Probability Distributions 6-1 Introduction 6- Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7- Properties of the Normal Distribution

More information

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT Chapter 5: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 515 -- Chapter 5: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. Continuous distributions typically are represented by

More information

MA131 Lecture 8.2. The normal distribution curve can be considered as a probability distribution curve for normally distributed variables.

MA131 Lecture 8.2. The normal distribution curve can be considered as a probability distribution curve for normally distributed variables. Normal distribution curve as probability distribution curve The normal distribution curve can be considered as a probability distribution curve for normally distributed variables. The area under the normal

More information

Central Limit Theorem

Central Limit Theorem Central Limit Theorem Lots of Samples 1 Homework Read Sec 6-5. Discussion Question pg 329 Do Ex 6-5 8-15 2 Objective Use the Central Limit Theorem to solve problems involving sample means 3 Sample Means

More information

Lecture 9. Probability Distributions

Lecture 9. Probability Distributions Lecture 9 Probability Distributions Outline 6-1 Introduction 6-2 Probability Distributions 6-3 Mean, Variance, and Expectation 6-4 The Binomial Distribution Outline 7-2 Properties of the Normal Distribution

More information

Introduction to Statistics I

Introduction to Statistics I Introduction to Statistics I Keio University, Faculty of Economics Continuous random variables Simon Clinet (Keio University) Intro to Stats November 1, 2018 1 / 18 Definition (Continuous random variable)

More information

Chapter 4. The Normal Distribution

Chapter 4. The Normal Distribution Chapter 4 The Normal Distribution 1 Chapter 4 Overview Introduction 4-1 Normal Distributions 4-2 Applications of the Normal Distribution 4-3 The Central Limit Theorem 4-4 The Normal Approximation to the

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. Exam Name MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question. 1) Use the Central Limit Theorem to find the indicated probability. The sample size is n,

More information

Continuous Random Variables and Probability Distributions

Continuous Random Variables and Probability Distributions CHAPTER 5 CHAPTER OUTLINE Continuous Random Variables and Probability Distributions 5.1 Continuous Random Variables The Uniform Distribution 5.2 Expectations for Continuous Random Variables 5.3 The Normal

More information

What was in the last lecture?

What was in the last lecture? What was in the last lecture? Normal distribution A continuous rv with bell-shaped density curve The pdf is given by f(x) = 1 2πσ e (x µ)2 2σ 2, < x < If X N(µ, σ 2 ), E(X) = µ and V (X) = σ 2 Standard

More information

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc.

Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Chapter 8 Measures of Center Data that can be any numerical value are called continuous. These are usually things that are measured, such as height, length, time, speed, etc. Data that can only be integer

More information

Section 3.4 The Normal Distribution

Section 3.4 The Normal Distribution Section 3.4 The Normal Distribution Properties of the Normal Distribution Curve 1. We denote the normal random variable with X = x. 2. The curve has a peak at x = µ. 3. The curve is symmetric about the

More information

LECTURE 6 DISTRIBUTIONS

LECTURE 6 DISTRIBUTIONS LECTURE 6 DISTRIBUTIONS OVERVIEW Uniform Distribution Normal Distribution Random Variables Continuous Distributions MOST OF THE SLIDES ADOPTED FROM OPENINTRO STATS BOOK. NORMAL DISTRIBUTION Unimodal and

More information

Data Analysis and Statistical Methods Statistics 651

Data Analysis and Statistical Methods Statistics 651 Data Analysis and Statistical Methods Statistics 651 http://wwwstattamuedu/~suhasini/teachinghtml Suhasini Subba Rao Review of previous lecture The main idea in the previous lecture is that the sample

More information

Math 243 Lecture Notes

Math 243 Lecture Notes Assume the average annual rainfall for in Portland is 36 inches per year with a standard deviation of 9 inches. Also assume that the average wind speed in Chicago is 10 mph with a standard deviation of

More information

11.5: Normal Distributions

11.5: Normal Distributions 11.5: Normal Distributions 11.5.1 Up to now, we ve dealt with discrete random variables, variables that take on only a finite (or countably infinite we didn t do these) number of values. A continuous random

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. Chapter 6 Exam A Name The given values are discrete. Use the continuity correction and describe the region of the normal distribution that corresponds to the indicated probability. 1) The probability of

More information

Binomial Distribution. Normal Approximation to the Binomial

Binomial Distribution. Normal Approximation to the Binomial Binomial Distribution Normal Approximation to the Binomial /29 Homework Read Sec 6-6. Discussion Question pg 337 Do Ex 6-6 -4 2 /29 Objectives Objective: Use the normal approximation to calculate 3 /29

More information

Expected Value of a Random Variable

Expected Value of a Random Variable Knowledge Article: Probability and Statistics Expected Value of a Random Variable Expected Value of a Discrete Random Variable You're familiar with a simple mean, or average, of a set. The mean value of

More information

Statistics for Business and Economics: Random Variables:Continuous

Statistics for Business and Economics: Random Variables:Continuous Statistics for Business and Economics: Random Variables:Continuous STT 315: Section 107 Acknowledgement: I d like to thank Dr. Ashoke Sinha for allowing me to use and edit the slides. Murray Bourne (interactive

More information

Normal Probability Distributions

Normal Probability Distributions C H A P T E R Normal Probability Distributions 5 Section 5.2 Example 3 (pg. 248) Normal Probabilities Assume triglyceride levels of the population of the United States are normally distributed with a mean

More information

Numerical Descriptive Measures. Measures of Center: Mean and Median

Numerical Descriptive Measures. Measures of Center: Mean and Median Steve Sawin Statistics Numerical Descriptive Measures Having seen the shape of a distribution by looking at the histogram, the two most obvious questions to ask about the specific distribution is where

More information

Lecture 8. The Binomial Distribution. Binomial Distribution. Binomial Distribution. Probability Distributions: Normal and Binomial

Lecture 8. The Binomial Distribution. Binomial Distribution. Binomial Distribution. Probability Distributions: Normal and Binomial Lecture 8 The Binomial Distribution Probability Distributions: Normal and Binomial 1 2 Binomial Distribution >A binomial experiment possesses the following properties. The experiment consists of a fixed

More information

Chapter 4 Random Variables & Probability. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables

Chapter 4 Random Variables & Probability. Chapter 4.5, 6, 8 Probability Distributions for Continuous Random Variables Chapter 4.5, 6, 8 Probability for Continuous Random Variables Discrete vs. continuous random variables Examples of continuous distributions o Uniform o Exponential o Normal Recall: A random variable =

More information

Unit2: Probabilityanddistributions. 3. Normal distribution

Unit2: Probabilityanddistributions. 3. Normal distribution Announcements Unit: Probabilityanddistributions 3 Normal distribution Sta 101 - Spring 015 Duke University, Department of Statistical Science February, 015 Peer evaluation 1 by Friday 11:59pm Office hours:

More information

Lecture 5 - Continuous Distributions

Lecture 5 - Continuous Distributions Lecture 5 - Continuous Distributions Statistics 102 Colin Rundel January 30, 2013 Announcements Announcements HW1 and Lab 1 have been graded and your scores are posted in Gradebook on Sakai (it is good

More information

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82

Homework: Due Wed, Feb 20 th. Chapter 8, # 60a + 62a (count together as 1), 74, 82 Announcements: Week 5 quiz begins at 4pm today and ends at 3pm on Wed If you take more than 20 minutes to complete your quiz, you will only receive partial credit. (It doesn t cut you off.) Today: Sections

More information

Stat 101 Exam 1 - Embers Important Formulas and Concepts 1

Stat 101 Exam 1 - Embers Important Formulas and Concepts 1 1 Chapter 1 1.1 Definitions Stat 101 Exam 1 - Embers Important Formulas and Concepts 1 1. Data Any collection of numbers, characters, images, or other items that provide information about something. 2.

More information

7.1 Graphs of Normal Probability Distributions

7.1 Graphs of Normal Probability Distributions 7 Normal Distributions In Chapter 6, we looked at the distributions of discrete random variables in particular, the binomial. Now we turn out attention to continuous random variables in particular, the

More information

Announcements. Unit 2: Probability and distributions Lecture 3: Normal distribution. Normal distribution. Heights of males

Announcements. Unit 2: Probability and distributions Lecture 3: Normal distribution. Normal distribution. Heights of males Announcements Announcements Unit 2: Probability and distributions Lecture 3: Statistics 101 Mine Çetinkaya-Rundel First peer eval due Tues. PS3 posted - will be adding one more question that you need to

More information

Chapter 3. Density Curves. Density Curves. Basic Practice of Statistics - 3rd Edition. Chapter 3 1. The Normal Distributions

Chapter 3. Density Curves. Density Curves. Basic Practice of Statistics - 3rd Edition. Chapter 3 1. The Normal Distributions Chapter 3 The Normal Distributions BPS - 3rd Ed. Chapter 3 1 Example: here is a histogram of vocabulary scores of 947 seventh graders. The smooth curve drawn over the histogram is a mathematical model

More information

Binomial and Geometric Distributions

Binomial and Geometric Distributions Binomial and Geometric Distributions Section 3.2 & 3.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office hours: T Th 2:30 pm - 5:15 pm 620 PGH Department of Mathematics University of Houston February 11, 2016

More information

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem

Normal distribution Approximating binomial distribution by normal 2.10 Central Limit Theorem 1.1.2 Normal distribution 1.1.3 Approimating binomial distribution by normal 2.1 Central Limit Theorem Prof. Tesler Math 283 Fall 216 Prof. Tesler 1.1.2-3, 2.1 Normal distribution Math 283 / Fall 216 1

More information

Normal Probability Distributions

Normal Probability Distributions CHAPTER 5 Normal Probability Distributions 5.1 Introduction to Normal Distributions and the Standard Normal Distribution 5.2 Normal Distributions: Finding Probabilities 5.3 Normal Distributions: Finding

More information

The Standard Deviation as a Ruler and the Normal Model. Copyright 2009 Pearson Education, Inc.

The Standard Deviation as a Ruler and the Normal Model. Copyright 2009 Pearson Education, Inc. The Standard Deviation as a Ruler and the Normal Mol Copyright 2009 Pearson Education, Inc. The trick in comparing very different-looking values is to use standard viations as our rulers. The standard

More information

Continuous Distributions

Continuous Distributions Quantitative Methods 2013 Continuous Distributions 1 The most important probability distribution in statistics is the normal distribution. Carl Friedrich Gauss (1777 1855) Normal curve A normal distribution

More information

3.5 Applying the Normal Distribution (Z-Scores)

3.5 Applying the Normal Distribution (Z-Scores) 3.5 Applying the Normal Distribution (Z-Scores) The Graph: Review of the Normal Distribution Properties: - it is symmetrical; the mean, median and mode are equal and fall at the line of symmetry - it is

More information

These Statistics NOTES Belong to:

These Statistics NOTES Belong to: These Statistics NOTES Belong to: Topic Notes Questions Date 1 2 3 4 5 6 REVIEW DO EVERY QUESTION IN YOUR PROVINCIAL EXAM BINDER Important Calculator Functions to know for this chapter Normal Distributions

More information

The Normal Approximation to the Binomial

The Normal Approximation to the Binomial Lecture 16 The Normal Approximation to the Binomial We can calculate l binomial i probabilities bbilii using The binomial formula The cumulative binomial tables When n is large, and p is not too close

More information

The Least Squares Regression Line

The Least Squares Regression Line The Least Squares Regression Line Section 5.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office hours: T Th 1:30 pm - 3:30 pm 620 PGH & 5:30 pm - 7:00 pm CASA Department of Mathematics University of Houston

More information

STAT 201 Chapter 6. Distribution

STAT 201 Chapter 6. Distribution STAT 201 Chapter 6 Distribution 1 Random Variable We know variable Random Variable: a numerical measurement of the outcome of a random phenomena Capital letter refer to the random variable Lower case letters

More information