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

12 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

13 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

14 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

15 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

16 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

17 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

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

19 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

20 P(Z 0.95) P(Z 0.95) / 38

21 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

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

23 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

24 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

25 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

26 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

27 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

28 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

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

30 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

31 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

32 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

33 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

34 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

35 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

36 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

37 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

38 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

The Normal Distribuions

The Normal Distribuions The Normal Distribuions Sections 5.4 & 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 15-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Exponential, Gamma and Normal Distribuions

Exponential, Gamma and Normal Distribuions Exponential, Gamma and Normal Distribuions Sections 5.4, 5.5 & 6.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

More information

Density Curves & Normal Distributions

Density Curves & Normal Distributions Density Curves & Normal Distributions Sections 4.1 & 4.2 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Gamma and Normal Distribuions

Gamma and Normal Distribuions Gamma and Normal Distribuions Sections 5.4 & 5.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 15-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Inverse Normal Distribution and Sampling Distributions

Inverse Normal Distribution and Sampling Distributions Inverse Normal Distribution and Sampling Distributions Section 4.3 & 4.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 11-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Confidence Intervals for Two Means

Confidence Intervals for Two Means Confidence Intervals for Two Means Section 7.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 21-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

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

Least Squares Regression

Least Squares Regression Least Squares Regression Sections 5.3 & 5.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 14-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Test 1 Review. Review. Cathy Poliak, Ph.D. Office in Fleming 11c (Department Reveiw of Mathematics University of Houston Exam 1)

Test 1 Review. Review. Cathy Poliak, Ph.D. Office in Fleming 11c (Department Reveiw of Mathematics University of Houston Exam 1) Test 1 Review Review Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Exam 1 Review Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c

More information

Expected Values, Exponential and Gamma Distributions

Expected Values, Exponential and Gamma Distributions Expected Values, Exponential and Gamma Distributions Sections 5.2 & 5.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 13-3339 Cathy

More information

Math 2311 Sections 4.1, 4.2 and 4.3

Math 2311 Sections 4.1, 4.2 and 4.3 Math 2311 Sections 4.1, 4.2 and 4.3 4.1 - Density Curves What do we know about density curves? Example: Suppose we have a density curve defined for defined by the line y = x. Sketch: What percent of observations

More information

Chapter (7) Continuous Probability Distributions Examples

Chapter (7) Continuous Probability Distributions Examples Chapter (7) Continuous Probability Distributions Examples The uniform distribution Example () Australian sheepdogs have a relatively short life.the length of their life follows a uniform distribution between

More information

Bernoulli Trials and Binomial Distribution

Bernoulli Trials and Binomial Distribution Bernoulli Trials and Binomial Distribution Sec 4.4-4.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

The Normal Distribution (Pt. 2)

The Normal Distribution (Pt. 2) Chapter 5 The Normal Distribution (Pt 2) 51 Finding Normal Percentiles Recall that the Nth percentile of a distribution is the value that marks off the bottom N% of the distribution For review, remember

More information

Z-tables. January 12, This tutorial covers how to find areas under normal distributions using a z-table.

Z-tables. January 12, This tutorial covers how to find areas under normal distributions using a z-table. Z-tables January 12, 2019 Contents The standard normal distribution Areas above Areas below the mean Areas between two values of Finding -scores from areas Z tables in R: Questions This tutorial covers

More information

The Normal Model. Copyright 2009 Pearson Education, Inc.

The Normal Model. Copyright 2009 Pearson Education, Inc. 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 viation tells us how the whole collection

More information

In this chapter, you will study the normal distribution, the standard normal, and applications associated with them.

In this chapter, you will study the normal distribution, the standard normal, and applications associated with them. The Normal Distribution The normal distribution is the most important of all the distributions. It is widely used and even more widely abused. Its graph is bell-shaped. You see the bell curve in almost

More information

Chapter 6. The Standard Deviation as a Ruler and the Normal Model 1 /67

Chapter 6. The Standard Deviation as a Ruler and the Normal Model 1 /67 Chapter 6 The Standard Deviation as a Ruler and the Normal Model 1 /67 Homework Read Chpt 6 Complete Reading Notes Do P129 1, 3, 5, 7, 15, 17, 23, 27, 29, 31, 37, 39, 43 2 /67 Objective Students calculate

More information

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution.

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution. MATH 382 Normal Distributions Dr. Neal, WKU Measurements that are normally distributed can be described in terms of their mean µ and standard deviation σ. These measurements should have the following properties:

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Math 140 Introductory Statistics Professor Silvia Fernández Chapter 2 Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. Visualizing Distributions Recall the definition: The

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Visualizing Distributions Math 140 Introductory Statistics Professor Silvia Fernández Chapter Based on the book Statistics in Action by A. Watkins, R. Scheaffer, and G. Cobb. Recall the definition: The

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

Determining the Spread of a Distribution Variance & Standard Deviation

Determining the Spread of a Distribution Variance & Standard Deviation Determining the Spread of a Distribution Variance & Standard Deviation 1.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3 Lecture 3 1 / 32 Outline 1 Describing

More information

6 THE NORMAL DISTRIBUTION

6 THE NORMAL DISTRIBUTION CHAPTER 6 THE NORMAL DISTRIBUTION 341 6 THE NORMAL DISTRIBUTION Figure 6.1 If you ask enough people about their shoe size, you will find that your graphed data is shaped like a bell curve and can be described

More information

Expected Values, Exponential and Gamma Distributions

Expected Values, Exponential and Gamma Distributions Expected Values, Exponential and Gamma Distributions Sections 5.2-5.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 14-3339 Cathy Poliak,

More information

Chapter 3: The Normal Distributions

Chapter 3: The Normal Distributions Chapter 3: The Normal Distributions http://www.yorku.ca/nuri/econ2500/econ2500-online-course-materials.pdf graphs-normal.doc / histogram-density.txt / normal dist table / ch3-image Ch3 exercises: 3.2,

More information

ANOVA: Comparing More Than Two Means

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

More information

Determining the Spread of a Distribution

Determining the Spread of a Distribution Determining the Spread of a Distribution 1.3-1.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3-2311 Lecture 3-2311 1 / 58 Outline 1 Describing Quantitative

More information

Determining the Spread of a Distribution

Determining the Spread of a Distribution Determining the Spread of a Distribution 1.3-1.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3-2311 Lecture 3-2311 1 / 58 Outline 1 Describing Quantitative

More information

Chapter (7) Continuous Probability Distributions Examples Normal probability distribution

Chapter (7) Continuous Probability Distributions Examples Normal probability distribution Chapter (7) Continuous robability Distributions Examples Normal probability distribution Example () How to find the area under the normal curve? If 50 Find & 6 60.8 50 X 60.8 6 0.8 p 6 0.5 0.464 0.964.8

More information

STA 218: Statistics for Management

STA 218: Statistics for Management Al Nosedal. University of Toronto. Fall 2017 My momma always said: Life was like a box of chocolates. You never know what you re gonna get. Forrest Gump. Simple Example Random Experiment: Rolling a fair

More information

6.2 Area Under the Standard Normal Curve

6.2 Area Under the Standard Normal Curve 6.2 Area Under the Standard Normal Curve Tom Lewis Fall Term 2009 Tom Lewis () 6.2 Area Under the Standard Normal Curve Fall Term 2009 1 / 6 Outline 1 The cumulative distribution function 2 The z α notation

More information

4/1/2012. Test 2 Covers Topics 12, 13, 16, 17, 18, 14, 19 and 20. Skipping Topics 11 and 15. Topic 12. Normal Distribution

4/1/2012. Test 2 Covers Topics 12, 13, 16, 17, 18, 14, 19 and 20. Skipping Topics 11 and 15. Topic 12. Normal Distribution Test 2 Covers Topics 12, 13, 16, 17, 18, 14, 19 and 20 Skipping Topics 11 and 15 Topic 12 Normal Distribution 1 Normal Distribution If Density Curve is symmetric, single peaked, bell-shaped then it is

More information

CVE NORMAL DISTRIBUTION

CVE NORMAL DISTRIBUTION CVE 472 Assist. Prof. Dr. Bertuğ Akıntuğ Civil Engineering Program Middle East Technical University Northern Cyprus Campus CVE 472 Statistical Techniques in Hydrology. 1/47 Outline General Normal Distribution

More information

Normal distributions

Normal distributions Normal distributions Suppose a region has area A and a subregion has area A 1 : If a point is placed at random in the larger region, the probability that the point is in the subregion is p = A1 A : If

More information

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution.

(i) The mean and mode both equal the median; that is, the average value and the most likely value are both in the middle of the distribution. MATH 183 Normal Distributions Dr. Neal, WKU Measurements that are normally distributed can be described in terms of their mean µ and standard deviation!. These measurements should have the following properties:

More information

Describing Center: Mean and Median Section 5.4

Describing Center: Mean and Median Section 5.4 Describing Center: Mean and Median Section 5.4 Look at table 5.2 at the right. We are going to make the dotplot of the city gas mileages of midsize cars. How to describe the center of a distribution: x

More information

The Standard Deviation as a Ruler and the Normal Model

The Standard Deviation as a Ruler and the Normal Model The Standard Deviation as a Ruler and the Normal Model Al Nosedal University of Toronto Summer 2017 Al Nosedal University of Toronto The Standard Deviation as a Ruler and the Normal Model Summer 2017 1

More information

Inference for Regression

Inference for Regression Inference for Regression Section 9.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 13b - 3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Section 5.4. Ken Ueda

Section 5.4. Ken Ueda Section 5.4 Ken Ueda Students seem to think that being graded on a curve is a positive thing. I took lasers 101 at Cornell and got a 92 on the exam. The average was a 93. I ended up with a C on the test.

More information

EQ: What is a normal distribution?

EQ: What is a normal distribution? Unit 5 - Statistics What is the purpose EQ: What tools do we have to assess data? this unit? What vocab will I need? Vocabulary: normal distribution, standard, nonstandard, interquartile range, population

More information

Introduction to Probability and Statistics Twelfth Edition

Introduction to Probability and Statistics Twelfth Edition Introduction to Probability and Statistics Twelfth Edition Robert J. Beaver Barbara M. Beaver William Mendenhall Presentation designed and written by: Barbara M. Beaver Introduction to Probability and

More information

Jointly Distributed Variables

Jointly Distributed Variables Jointly Distributed Variables Sec 2.6, 9.1 & 9.2 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 7-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

6. Cold U? Max = 51.8 F Range = 59.4 F Mean = 33.8 F s = 12.6 F med = 35.6 F IQR = 28.8 F

6. Cold U? Max = 51.8 F Range = 59.4 F Mean = 33.8 F s = 12.6 F med = 35.6 F IQR = 28.8 F AP Stat Ch. 6 Practice Worksheet - KEY BOOK PROBLEMS: p. 129 #2-24 even 2. Hotline a) Median = 264 seconds IQR = 138 seconds b) Median = 240 seconds IQR = 138 seconds 4. Hams a) Range = 3.3 lbs. IQR =

More information

What does a population that is normally distributed look like? = 80 and = 10

What does a population that is normally distributed look like? = 80 and = 10 What does a population that is normally distributed look like? = 80 and = 10 50 60 70 80 90 100 110 X Empirical Rule 68% 95% 99.7% 68-95-99.7% RULE Empirical Rule restated 68% of the data values fall within

More information

Density Curves and the Normal Distributions. Histogram: 10 groups

Density Curves and the Normal Distributions. Histogram: 10 groups Density Curves and the Normal Distributions MATH 2300 Chapter 6 Histogram: 10 groups 1 Histogram: 20 groups Histogram: 40 groups 2 Histogram: 80 groups Histogram: 160 groups 3 Density Curve Density Curves

More information

Negative z-scores: cumulative from left. x z

Negative z-scores: cumulative from left. x z Exam #3 Review Chapter 6 Normal Probability Distributions 1 6-2 The Standard Normal Distribution 1 2 Because the total area under the density curve is equal to 1, there is a correspondence between area

More information

Bernoulli Trials, Binomial and Cumulative Distributions

Bernoulli Trials, Binomial and Cumulative Distributions Bernoulli Trials, Binomial and Cumulative Distributions Sec 4.4-4.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-3339 Cathy Poliak,

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

Stat 101 Exam 1 Important Formulas and Concepts 1

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

More information

The MidTerm Next Weak Until the end of Discrete Probability Distribution (Ch 5)

The MidTerm Next Weak Until the end of Discrete Probability Distribution (Ch 5) The MidTerm Next Weak Until the end of Discrete Probability Distribution (Ch 5) 1 1 Chapter 6. Continuous Random Variables Reminder: Continuous random variable takes infinite values Those values can be

More information

Math 140 Introductory Statistics

Math 140 Introductory Statistics Box Plots Math 140 Introductory Statistics Professor B. Ábrego Lecture 6 Sections 2.3, 2.4, and 2.5 11,12,20,25,30,30,30,32,35, 39,40,40,40,42,45,48,50,70. = 11 Q 1 = 30 Median = 37 Q 3 = 42 = 70. = 70

More information

Answers Part A. P(x = 67) = 0, because x is a continuous random variable. 2. Find the following probabilities:

Answers Part A. P(x = 67) = 0, because x is a continuous random variable. 2. Find the following probabilities: Answers Part A 1. Woman s heights are normally distributed with a mean of 63.6 inches and a standard deviation of 2.5 inches. Find the probability that a single randomly selected woman will be 67 inches

More information

The Normal Table: Read it, Use it

The Normal Table: Read it, Use it The Normal Table: Read it, Use it ECO22Y1Y: 218/19; Written by Jennifer Murdock A massive flood in Grand Forks, North Dakota in 1997 cost billions to clean up. The levee could protect the town even if

More information

Lecture 3: Chapter 3

Lecture 3: Chapter 3 Lecture 3: Chapter 3 C C Moxley UAB Mathematics 26 January 16 3.2 Measurements of Center Statistics involves describing data sets and inferring things about them. The first step in understanding a set

More information

9/19/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1

9/19/2012. PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 PSY 511: Advanced Statistics for Psychological and Behavioral Research 1 The aspect of the data we want to describe/measure is relative position z scores tell us how many standard deviations above or below

More information

The normal distribution

The normal distribution The normal distribution Patrick Breheny March 3 Patrick Breheny to Biostatistics (BIOS 4120) 1/25 A common histogram shape Histograms of infant mortality rates, heights, and cholesterol levels: Africa

More information

Inference for Single Proportions and Means T.Scofield

Inference for Single Proportions and Means T.Scofield Inference for Single Proportions and Means TScofield Confidence Intervals for Single Proportions and Means A CI gives upper and lower bounds between which we hope to capture the (fixed) population parameter

More information

OPIM 303, Managerial Statistics H Guy Williams, 2006

OPIM 303, Managerial Statistics H Guy Williams, 2006 OPIM 303 Lecture 6 Page 1 The height of the uniform distribution is given by 1 b a Being a Continuous distribution the probability of an exact event is zero: 2 0 There is an infinite number of points in

More information

Complement: 0.4 x 0.8 = =.6

Complement: 0.4 x 0.8 = =.6 Homework The Normal Distribution Name: 1. Use the graph below 1 a) Why is the total area under this curve equal to 1? Rectangle; A = LW A = 1(1) = 1 b) What percent of the observations lie above 0.8? 1

More information

Statistics Lecture 3

Statistics Lecture 3 Statistics 111 - Lecture 3 Continuous Random Variables The probable is what usually happens. (Aristotle ) Moore, McCabe and Craig: Section 4.3,4.5 Continuous Random Variables Continuous random variables

More information

Chapter 4 - Lecture 3 The Normal Distribution

Chapter 4 - Lecture 3 The Normal Distribution Chapter 4 - Lecture 3 The October 28th, 2009 Chapter 4 - Lecture 3 The Standard Chapter 4 - Lecture 3 The Standard Normal distribution is a statistical unicorn It is the most important distribution in

More information

Chapter 5: Exploring Data: Distributions Lesson Plan

Chapter 5: Exploring Data: Distributions Lesson Plan Lesson Plan Exploring Data Displaying Distributions: Histograms Interpreting Histograms Displaying Distributions: Stemplots Describing Center: Mean and Median Describing Variability: The Quartiles The

More information

Exploring the Normal Probability Distribution

Exploring the Normal Probability Distribution Last Name First Name Class Time Chapter 6-1 Chapter 6: The Normal Distribution Bell-shaped probability density function. Graph is symmetric about a vertical line through the mean. Highest point, the peak,

More information

Measurement Set #1. measurement and the accepted value? Show your work!

Measurement Set #1. measurement and the accepted value? Show your work! 32 Name: Period: An average chicken egg has a mass of 50 grams. You weigh a bag of eggs and find a mass of 1840 grams. measurement and the accepted value? Show your work! 1. What is the most likely number

More information

M1-Lesson 8: Bell Curves and Standard Deviation

M1-Lesson 8: Bell Curves and Standard Deviation M1-Lesson 8: Bell Curves and Standard Deviation 1. Read over the description of a bell curve and then mark the picture with the characteristics of the curve. Which characteristic was confusing for you?

More information

Mt. Douglas Secondary

Mt. Douglas Secondary Foundations of Math 11 Calculator Usage 207 HOW TO USE TI-83, TI-83 PLUS, TI-84 PLUS CALCULATORS FOR STATISTICS CALCULATIONS shows it is an actual calculator key to press 1. Using LISTS to Calculate Mean,

More information

Hypergeometric, Poisson & Joint Distributions

Hypergeometric, Poisson & Joint Distributions Hypergeometric, Poisson & Joint Distributions Sec 4.7-4.9 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 6-3339 Cathy Poliak, Ph.D.

More information

Probability Distribution for a normal random variable x:

Probability Distribution for a normal random variable x: Chapter5 Continuous Random Variables 5.3 The Normal Distribution Probability Distribution for a normal random variable x: 1. It is and about its mean µ. 2. (the that x falls in the interval a < x < b is

More information

Section 6-1 Overview. Definition. Definition. Using Area to Find Probability. Area and Probability

Section 6-1 Overview. Definition. Definition. Using Area to Find Probability. Area and Probability Chapter focus is on: Continuous random variables Normal distributions Figure 6-1 Section 6-1 Overview ( -1 e 2 x-µ σ ) 2 f(x) = σ 2 π Formula 6-1 Slide 1 Section 6-2 The Standard Normal Distribution Key

More information

Using Tables and Graphing Calculators in Math 11

Using Tables and Graphing Calculators in Math 11 Using Tables and Graphing Calculators in Math 11 Graphing calculators are not required for Math 11, but they are likely to be helpful, primarily because they allow you to avoid the use of tables in some

More information

Bernoulli Trials and Binomial Distribution

Bernoulli Trials and Binomial Distribution Bernoulli Trials and Binomial Distribution Sec 4.4-4.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 10-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Chapter 3 - The Normal (or Gaussian) Distribution Read sections

Chapter 3 - The Normal (or Gaussian) Distribution Read sections Chapter 3 - The Normal (or Gaussian) Distribution Read sections 3.1-3.2 Basic facts (3.1) The normal distribution gives the distribution for a continuous variable X on the interval (-, ). The notation

More information

Sections 6.1 and 6.2: The Normal Distribution and its Applications

Sections 6.1 and 6.2: The Normal Distribution and its Applications Sections 6.1 and 6.2: The Normal Distribution and its Applications Definition: A normal distribution is a continuous, symmetric, bell-shaped distribution of a variable. The equation for the normal distribution

More information

Measuring. Kindergarten Science. Name:

Measuring. Kindergarten Science. Name: Measuring Kindergarten Science Name: www.unitstudiesbygwen.com gwen@unitstudiesbygwen.com Length Rulers are used to measure length. Start t measuring by putting the end of what you want to measure at the

More information

AP Final Review II Exploring Data (20% 30%)

AP Final Review II Exploring Data (20% 30%) AP Final Review II Exploring Data (20% 30%) Quantitative vs Categorical Variables Quantitative variables are numerical values for which arithmetic operations such as means make sense. It is usually a measure

More information

6/25/14. The Distribution Normality. Bell Curve. Normal Distribution. Data can be "distributed" (spread out) in different ways.

6/25/14. The Distribution Normality. Bell Curve. Normal Distribution. Data can be distributed (spread out) in different ways. The Distribution Normality Unit 6 Sampling and Inference 6/25/14 Algebra 1 Ins2tute 1 6/25/14 Algebra 1 Ins2tute 2 MAFS.912.S-ID.1: Summarize, represent, and interpret data on a single count or measurement

More information

ax + b < c ax + b c Graphing Inequalities:

ax + b < c ax + b c Graphing Inequalities: An inequality is a statement that contains one or more of the following symbols. < is less than is less than or equal to > is greater than is greater than or equal to is not equal to An inequality can

More information

Unit 8: Statistics. SOL Review & SOL Test * Test: Unit 8 Statistics

Unit 8: Statistics. SOL Review & SOL Test * Test: Unit 8 Statistics Name: Block: Unit 8: Statistics Day 1 Sequences Day 2 Series Day 3 Permutations & Combinations Day 4 Normal Distribution & Empirical Formula Day 5 Normal Distribution * Day 6 Standard Normal Distribution

More information

Lecture 3. The Population Variance. The population variance, denoted σ 2, is the sum. of the squared deviations about the population

Lecture 3. The Population Variance. The population variance, denoted σ 2, is the sum. of the squared deviations about the population Lecture 5 1 Lecture 3 The Population Variance The population variance, denoted σ 2, is the sum of the squared deviations about the population mean divided by the number of observations in the population,

More information

Continuous Probability Distributions

Continuous Probability Distributions Continuous Probability Distributions Called a Probability density function. The probability is interpreted as "area under the curve." 1) The random variable takes on an infinite # of values within a given

More information

Elementary Statistics

Elementary Statistics Elementary Statistics Q: What is data? Q: What does the data look like? Q: What conclusions can we draw from the data? Q: Where is the middle of the data? Q: Why is the spread of the data important? Q:

More information

Lesson One Hundred and Sixty-One Normal Distribution for some Resolution

Lesson One Hundred and Sixty-One Normal Distribution for some Resolution STUDENT MANUAL ALGEBRA II / LESSON 161 Lesson One Hundred and Sixty-One Normal Distribution for some Resolution Today we re going to continue looking at data sets and how they can be represented in different

More information

Chapter 1. The data we first collected was the diameter of all the different colored M&Ms we were given. The diameter is in cm.

Chapter 1. The data we first collected was the diameter of all the different colored M&Ms we were given. The diameter is in cm. + = M&M Experiment Introduction!! In order to achieve a better understanding of chapters 1-9 in our textbook, we have outlined experiments that address the main points present in each of the mentioned

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

The Empirical Rule, z-scores, and the Rare Event Approach

The Empirical Rule, z-scores, and the Rare Event Approach Overview The Empirical Rule, z-scores, and the Rare Event Approach Look at Chebyshev s Rule and the Empirical Rule Explore some applications of the Empirical Rule How to calculate and use z-scores Introducing

More information

Lecture 10: The Normal Distribution. So far all the random variables have been discrete.

Lecture 10: The Normal Distribution. So far all the random variables have been discrete. Lecture 10: The Normal Distribution 1. Continuous Random Variables So far all the random variables have been discrete. We need a different type of model (called a probability density function) for continuous

More information

MAT 155. Key Concept. Density Curve

MAT 155. Key Concept. Density Curve MAT 155 Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal Distributions 6 4

More information

2004 Washington State Math Championship. Individual Test - Grade 5

2004 Washington State Math Championship. Individual Test - Grade 5 004 Washington State Math Championship Unless a particular problem directs otherwise, give an exact answer or one rounded to the nearest thousandth. Individual Test - Grade 5 The first 0 problems are multiple

More information

Chapter (4) Discrete Probability Distributions Examples

Chapter (4) Discrete Probability Distributions Examples Chapter (4) Discrete Probability Distributions Examples Example () Two balanced dice are rolled. Let X be the sum of the two dice. Obtain the probability distribution of X. Solution When the two balanced

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

Unit 6, Lesson 3: What a Point in a Scatter Plot Means

Unit 6, Lesson 3: What a Point in a Scatter Plot Means GRADE 8 MATHEMATICS BY NAME DATE PERIOD Unit 6, Lesson 3: What a Point in a Scatter Plot Means Let s investigate points in scatter plots. 3.1: The Giant Panda A giant panda lives in a zoo. What does the

More information

STAT 200 Chapter 1 Looking at Data - Distributions

STAT 200 Chapter 1 Looking at Data - Distributions STAT 200 Chapter 1 Looking at Data - Distributions What is Statistics? Statistics is a science that involves the design of studies, data collection, summarizing and analyzing the data, interpreting the

More information

Chapter. The Normal Probability Distribution 7/24/2011. Section 7.1 Properties of the Normal Distribution

Chapter. The Normal Probability Distribution 7/24/2011. Section 7.1 Properties of the Normal Distribution Chapter The Normal Probability Distribution 3 7 Section 7.1 Properties of the Normal Distribution 2010 Pearson Prentice Hall. All rights 2010 reserved Pearson Prentice Hall. All rights reserved 7-2 Illustrating

More information

The Normal Distribution

The Normal Distribution The Mary Lindstrom (Adapted from notes provided by Professor Bret Larget) February 10, 2004 Statistics 371 Last modified: February 11, 2004 The The (AKA Gaussian Distribution) is our first distribution

More information

CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS. 6.2 Normal Distribution. 6.1 Continuous Uniform Distribution

CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS. 6.2 Normal Distribution. 6.1 Continuous Uniform Distribution CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS Recall that a continuous random variable X is a random variable that takes all values in an interval or a set of intervals. The distribution of a continuous

More information

This is Continuous Random Variables, chapter 5 from the book Beginning Statistics (index.html) (v. 1.0).

This is Continuous Random Variables, chapter 5 from the book Beginning Statistics (index.html) (v. 1.0). This is Continuous Random Variables, chapter 5 from the book Beginning Statistics (index.html) (v. 1.0). This book is licensed under a Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/

More information

Announcements. Lecture 5 - Continuous Distributions. Discrete Probability Distributions. Quiz 1

Announcements. Lecture 5 - Continuous Distributions. Discrete Probability Distributions. Quiz 1 Announcements Announcements Lecture 5 - Continuous Distributions Statistics 102 Colin Rundel February 3, 2013 HW1 and Lab 1 have been graded and your scores are posted in Gradebook on Sakai (it is good

More information

Chapter 5: Exploring Data: Distributions Lesson Plan

Chapter 5: Exploring Data: Distributions Lesson Plan Lesson Plan Exploring Data Displaying Distributions: Histograms For All Practical Purposes Mathematical Literacy in Today s World, 7th ed. Interpreting Histograms Displaying Distributions: Stemplots Describing

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