(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.

Size: px
Start display at page:

Download "(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."

Transcription

1 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: (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. (ii) The measurements are symmetric about the mean. (iii) (The Rule): Around 68% of the measurements should be within one standard deviation of average, around 95% should be within two standard deviations of average, and around 99.7% of the measurements should be within three standard deviations of average. (iv) A histogram of measurements create a Bell-Shaped Curve with the percentages at the high and low ends dropping off exponentially. Such a measurement is denoted by X ~ N (µ, σ ). When µ = 0 and σ = 1, then we have the standard normal distribution that is denoted by Z ~ N (0, 1). Typical Histogram Theoretical Shape Example 1. In the U.S., birth weights are normally distributed with a mean of 7 pounds and a standard deviation of 2 pounds. Explain what this means in terms of the properties of a normal distribution. Solution. Let Ω be all babies born in the U.S., and let X denote the birth weight. Then X ~ N (7, 2) lbs. That is, (i) In the U.S., the average birth weight, the most likely birth weight, and the median birth weight are all 7 lbs. (ii) Birth weights as a whole are symmetric about the weight 7 lbs. (iii) Around 68% of newborn weights are from 5 to 9 lbs (µ ± σ ); around 95% of newborn weights are from 3 to 11 lbs (µ ± 2σ ); and around 99.7% of newborn weights are from 1 to 13 lbs (µ ± 3σ ). (iv) A histogram of newborn birth weights create a Bell-Shaped Curve with the percentages of high and low weights dropping off exponentially.

2 The theoretical bell-shaped curve is defined by the graph of the probability density function 1 f X (x ) = σ 2π e (x µ )2 / 2σ 2, for all x, which is symmetric about the mean µ. The probability that a measurement falls between values a and b is given by the area under this graph from point a to point b and is denoted by ( ) = f X ( x) dx P a X b b = a 1 σ 2π b e ( x µ )2 / 2σ 2 dx. a In addition, tail-value probabilities are of the form P(X k) = k f X ( x) dx and P(X k) = f X (x ) dx. P( a X b) P(X k) P(X k) k a b µ µ k k Normal Calculations Unfortunately, the above integrals have no closed-form antiderivatives and therefore cannot be evaluated by hand. But given a normal distribution X ~ N (µ, σ ), we do wish to calculate these types of probabilities. These probabilities can be computed with the built-in normalcdf( command from the DISTR menu on a TI84: P(a X b) = normalcdf(a, b, µ, σ ) P(X < k) = P(X k) = normalcdf( 1 E99, k, µ, σ ) P(X > k) = P(X k) = normalcdf(k, 1 E99, µ, σ ) The bounds 1 E99 and 1 E99 are used as estimates of and +. Inverse Normal Calculation To find the value x for which P(X x ) equals a desired probability p (an inverse normal calculation), we use the command invnorm( p,µ,σ ). The invnorm( command is also found in the DISTR menu. Note: In quantile notation, x = π p.

3 Example 2. The lengths of human pregnancies are approximately normally distributed with a mean of 266 days and a standard deviation of 16 days. (a) What is the population Ω? What is the measurement X and its distribution? (b) What percent of pregnancies last at most 240 days? (c) What percent of pregnancies last from 240 to 270 days? (d) How long do the longest 20% of pregnancies last? Solution. (a) Here Ω is the population of all women who have given birth and X is the measurement of how many days the pregnancy lasted. Then X N(266, 16). (b) For X ~ N(266, 16), we wish to find P(X 240). We use the command normalcdf( 1E99, 240, 266, 16) to obtain P(X 240) So only about 5.2% of pregnancies last at most 240 days. (c) To find P(240 X 270), enter the command normalcdf(240, 270, 266, 16). We see that around 54.66% of pregnancies last from 240 to 270 days (d) To find how long the longest 20% of pregnancies last, we must find the value x for which P(X x ) = But to use the invnorm( command, we instead must find x such that P(X x ) = Using the command invnorm(.80, 266, 16), we see that the longest 20% of pregnancies last at least days. Example 3. Heights of adult women are normally distributed with a mean of 65.5 inches and a standard deviation of 2.75 inches. What percentage of women are (a) at least 70 in. tall? (b) at most 63 in. tall? (c) from 64 to 68 in. tall? (d) What height is such that 95% of all women are below this height? (e) What height is such that 90% of all women are above this height? (f) What two heights, symmetric about the mean, contain 50% of all heights? Solution. Here, Ω = All adult women and X = height in inches. Then X ~ N(65.5, 2.75). (a) At least 70, meaning 70 or more: Enter the command normalcdf(70, 1 E99, 65.5, 2.75) to obtain P(X 70) So about 5.09% of women are at least 70 inches tall.

4 (b) At most 63, meaning up to 63: Enter the command normalcdf( 1 E99, 63, 65.5, 2.75) to obtain P(X 63) So about % of women are at most 63 inches tall. ( c) P(64 X 68) So about 52.56% of women are from 64 to 68 inches tall. (d) We must find x such that P(X < x) = To do so, enter invnorm(.95, 65.5, 2.75) to obtain the height of x 70 in. for which 95% of women measure below. (e) We must find x such that P(X > x) = 0.90 or equivalently such that P(X x) = To do so, enter invnorm(.10, 65.5, 2.75) to obtain the height of x in. for which 90% of women measure above. (f) If we want 50% of heights in the middle, then we need x and y such that P(x X y) = But then we need 25% of the heights at each tail. So we need x such that P(X x) = 0.25 and y such that P(X y) = Enter invnorm(.25, 65.5, 2.75) to obtain x inches and invnorm(.75, 65.5, 2.75) to obtain y in. The Standard Normal Distribution Suppose X ~ N (µ, σ ) is a normally distributed measurement. For example IQ scores are such that X ~ N (100, 15). Then most measurements (about 99.7%) are within µ ± 3σ, which is 55 to 145 for IQ scores. If we subtract µ from every measurement, then we still have a normal distribution, but most values will be between 3σ and 3σ. By subtracting µ, the result is N (0, σ ). Next, suppose we divide the new values by σ. Then most values will be between 3 and 3. The result is now N (0, 1). By subtracting µ from every measurement and then dividing by σ, we have standardized the values and have obtained the standard normal distribution Z ~ N (0, 1), also called the Gaussian distribution. Let X ~ N (µ, σ ) and Z = X µ σ. Then Z ~ N (0, 1) and f Z ( x) = 1 2π e x2 / 2.

5 For Z ~ N (0, 1), we still can compute the various probabilities and inverse calculations using the normalcdf( and invnorm commands. For example, P(Z 1.22) and P( 0.85 Z 1.05) are shown below. 1 1 Z ~ N (0, 1) P(Z 1.22) P( 0.85 Z 1.05) Example 4. Let Z ~ N (0, 1). (a) Find the number z such that P(Z z) = (b) Find the numbers w and z such that P(w Z z) = Solution. For Part (a), we actually need P(Z z) = So enter the command invnorm(.95, 0, 1) to obtain z For Part (b), we need w and z such that P(Z w) = and P(Z z) = So enter the commands invnorm(.025, 0, 1) and invnorm(.025, 0,1 ) to obtain w 1.96 and z Note that w = z by the symmetry about 0 of the N (0, 1) curve. By converting different normal distributions X and Y (having different units) to standard normal distributions, we place X and Y on the same scale (each with no units). Values from X and Y then can be compared without any probability calculation. Example 5. Adult female heights are X ~ N(66, 2.4) inches and baby birth weights are Y ~ N(7, 2) lbs. Which value is more extreme: An adult female height of 72 in. or a new-born weight of 4 pounds? Solution. Simply convert each value to a standard normal scale: X = 72 in Z = 72 in 66 in 2.4 in = 2.5 and Y = 4 lb Z = 4 lb 7 lb 2 lb = 1.5 Because the standardized value of 2.5 is further from 0 on a standard scale than 1.5 is, we see that the adult female height of 72 in. is the more extreme measurement.

6 Exercises 1. Students in a Psychology Masters Program are given an IQ test. The scores are generally found to be normally distributed with a mean of 112 and a standard deviation of 9. (a) Give the population Ω under consideration and the measurement X. What is the notation for the distribution of X? Give the pdf of X. (b) Compute (i) P(X 105) (ii) P(100 X 124) (iii) P(X 130) (c) What score do only 5% of these students score at least as high as? (d) What scores x and y, symmetric about the mean, are such that P(x X y) = 0.66? 2. Let Z ~ N (0, 1). (a) Compute (i) P(Z 1. 45) (ii) P(Z 2.12) (iii) P( 2 Z 2) (b) Find the numbers w and z such that P(w Z z) = (c) Find the number z such that P(Z z) = ACT scores are X ~ N(22.4, 3.2) and SAT scores are Y ~ N(1020, 160). (a) Which is a better score, an ACT of 28 or an SAT of 1400? (b) Which happens less often, an ACT of at most 14 or an SAT of at least 1400? 1 4. Let f (x) = σ 2π e (x µ )2 / 2σ 2, for all x, be the pdf of the N(µ, σ ) distribution. Derive the values of x that give the inflection points of f ( x).

7 Addendum: z scores Let Z ~ N(0, 1) be the standard normal distribution having mean 0 and standard deviation 1. The z-score for probability r is the value z such that P ( z Z z) = r. That is, there is probability r between the points z and + z. Prob = r z z We denote the total remaining outer probability by the symbol α, where r = 1 α. Then there is α /2 probability at each tail. In this case, the z-scores are usually denoted by z α /2, where α /2 refers to the right-tail probability. Here are the most commonly used z-scores: r = 1 α α/2 z α /2 z α /2 Inner Prob = 1 α Tail Prob = α/2 z α / Note: Any other z-score can be found with the built-in invnorm( command from the DISTR menu. For example, if we want the 80% z-score, then there is 80% probability in the middle region. So there is α /2 = 10% at each tail. The (positive) z-score then comes from finding the inverse of 90% cumulative probability of the standard normal distribution and is approximately z 0.10 = α/2 10% + 80% invnorm(.90, 0, 1) 1.28 Helpful Fact: For a general normal distribution, X ~ N(µ, σ ), the bounds that contain inner probability r = 1 α are given by µ ± z α/ 2 σ.

8 Example. Heights of adult women are normally distributed with a mean of 65.5 inches and a standard deviation of about 3 inches. Use z-scores to solve the following: (a) What heights are such that 90% of all women are between these heights? (b) What heights are such that 95% of all women are between these heights? (c) What heights are such that 75% of all women are between these heights? Solution. (a) The bounds that contain 90% of (normally distributed) measurements are µ ±1.645σ, which here are 65.5 ± Thus, 90% of women are from to inches in height. (b) The bounds that contain 95% of the measurements are µ ±1.96σ, which here are 65.5 ± Thus, 95% of women are from to inches in height. (c) First, we need the 75% z-score. If there is 75% inner probability, then there is 12.5% at each tail. Hence, the (positive) z-score comes from finding the inverse of 87.5% cumulative probability of the standard normal distribution and is about So the bounds that contain 75% of the measurements are µ ± 1.15σ, which here are 65.5 ± Thus, 75% of women are from to inches in height. Exercise IQ scores are generally found to be normally distributed with a mean of 100 and a standard deviation of 15. Use z -scores to find the bounds that contain (a) 95% of all scores (c) 40% of all scores (b) 98% of all scores (b) 94% of all scores

(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

The Chi-Square Distributions

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

More information

The Chi-Square Distributions

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

More information

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

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

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

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

Continuous random variables

Continuous random variables Continuous random variables A continuous random variable X takes all values in an interval of numbers. The probability distribution of X is described by a density curve. The total area under a density

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

Looking at data: distributions - Density curves and Normal distributions. Copyright Brigitte Baldi 2005 Modified by R. Gordon 2009.

Looking at data: distributions - Density curves and Normal distributions. Copyright Brigitte Baldi 2005 Modified by R. Gordon 2009. Looking at data: distributions - Density curves and Normal distributions Copyright Brigitte Baldi 2005 Modified by R. Gordon 2009. Objectives Density curves and Normal distributions!! Density curves!!

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

Francine s bone density is 1.45 standard deviations below the mean hip bone density for 25-year-old women of 956 grams/cm 2.

Francine s bone density is 1.45 standard deviations below the mean hip bone density for 25-year-old women of 956 grams/cm 2. Chapter 3 Solutions 3.1 3.2 3.3 87% of the girls her daughter s age weigh the same or less than she does and 67% of girls her daughter s age are her height or shorter. According to the Los Angeles Times,

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

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

Calculus with Algebra and Trigonometry II Lecture 21 Probability applications

Calculus with Algebra and Trigonometry II Lecture 21 Probability applications Calculus with Algebra and Trigonometry II Lecture 21 Probability applications Apr 16, 215 Calculus with Algebra and Trigonometry II Lecture 21Probability Apr applications 16, 215 1 / 1 Histograms The 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

Continuous Random Variables

Continuous Random Variables MATH 38 Continuous Random Variables Dr. Neal, WKU Throughout, let Ω be a sample space with a defined probability measure P. Definition. A continuous random variable is a real-valued function X defined

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

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

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

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

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

Essential Statistics Chapter 6

Essential Statistics Chapter 6 1 Essential Statistics Chapter 6 By Navidi and Monk Copyright 2016 Mark A. Thomas. All rights reserved. 2 Continuous Probability Distributions chapter 5 focused upon discrete probability distributions,

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

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

MODULE 9 NORMAL DISTRIBUTION

MODULE 9 NORMAL DISTRIBUTION MODULE 9 NORMAL DISTRIBUTION Contents 9.1 Characteristics of a Normal Distribution........................... 62 9.2 Simple Areas Under the Curve................................. 63 9.3 Forward Calculations......................................

More information

Will Landau. Feb 28, 2013

Will Landau. Feb 28, 2013 Iowa State University The F Feb 28, 2013 Iowa State University Feb 28, 2013 1 / 46 Outline The F The F Iowa State University Feb 28, 2013 2 / 46 The normal (Gaussian) distribution A random variable X is

More information

The empirical ( ) rule

The empirical ( ) rule The empirical (68-95-99.7) rule With a bell shaped distribution, about 68% of the data fall within a distance of 1 standard deviation from the mean. 95% fall within 2 standard deviations of the mean. 99.7%

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

Unit 4 Probability. Dr Mahmoud Alhussami

Unit 4 Probability. Dr Mahmoud Alhussami Unit 4 Probability Dr Mahmoud Alhussami Probability Probability theory developed from the study of games of chance like dice and cards. A process like flipping a coin, rolling a die or drawing a card from

More information

Standard Normal Calculations

Standard Normal Calculations Standard Normal Calculations Section 4.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 10-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

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

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

Some Continuous Probability Distributions: Part I. Continuous Uniform distribution Normal Distribution. Exponential Distribution

Some Continuous Probability Distributions: Part I. Continuous Uniform distribution Normal Distribution. Exponential Distribution Some Continuous Probability Distributions: Part I Continuous Uniform distribution Normal Distribution Exponential Distribution 1 Chapter 6: Some Continuous Probability Distributions: 6.1 Continuous Uniform

More information

Homework 4 Solutions Math 150

Homework 4 Solutions Math 150 Homework Solutions Math 150 Enrique Treviño 3.2: (a) The table gives P (Z 1.13) = 0.1292. P (Z > 1.13) = 1 0.1292 = 0.8708. The table yields P (Z 0.18) = 0.571. (c) The table doesn t consider Z > 8 but

More information

( )( ) of wins. This means that the team won 74 games.

( )( ) of wins. This means that the team won 74 games. AP Statistics Ch. 2 Notes Describing Location in a Distribution Often, we are interested in describing where one observation falls in a distribution in relation to the other observations. The pth percentile

More information

Section 5.1: Probability and area

Section 5.1: Probability and area Section 5.1: Probability and area Review Normal Distribution s z = x - m s Standard Normal Distribution s=1 m x m=0 z The area that falls in the interval under the nonstandard normal curve is the same

More information

Scatterplots. 3.1: Scatterplots & Correlation. Scatterplots. Explanatory & Response Variables. Section 3.1 Scatterplots and Correlation

Scatterplots. 3.1: Scatterplots & Correlation. Scatterplots. Explanatory & Response Variables. Section 3.1 Scatterplots and Correlation 3.1: Scatterplots & Correlation Scatterplots A scatterplot shows the relationship between two quantitative variables measured on the same individuals. The values of one variable appear on the horizontal

More information

23.3. Sampling Distributions. Engage Sampling Distributions. Learning Objective. Math Processes and Practices. Language Objective

23.3. Sampling Distributions. Engage Sampling Distributions. Learning Objective. Math Processes and Practices. Language Objective 23.3 Sampling Distributions Essential Question: How is the mean of a sampling distribution related to the corresponding population mean or population proportion? Explore 1 Developing a Distribution of

More information

Reminders. Homework due tomorrow Quiz tomorrow

Reminders. Homework due tomorrow Quiz tomorrow Reminders Homework due tomorrow Quiz tomorrow 1 Warm Up - ACT Math Scores Distribution of ACT Math Scores Density 0 5 10 15 20 25 30 35 scores What percent of scores are between 12 and 24? Options: 38%,

More information

Section 7.1 Properties of the Normal Distribution

Section 7.1 Properties of the Normal Distribution Section 7.1 Properties of the Normal Distribution In Chapter 6, talked about probability distributions. Coin flip problem: Difference of two spinners: The random variable x can only take on certain discrete

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

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

11. The Normal distributions

11. The Normal distributions 11. The Normal distributions The Practice of Statistics in the Life Sciences Third Edition 2014 W. H. Freeman and Company Objectives (PSLS Chapter 11) The Normal distributions Normal distributions The

More information

Counting principles, including permutations and combinations.

Counting principles, including permutations and combinations. 1 Counting principles, including permutations and combinations. The binomial theorem: expansion of a + b n, n ε N. THE PRODUCT RULE If there are m different ways of performing an operation and for each

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

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

Chapter 2 Solutions Page 15 of 28

Chapter 2 Solutions Page 15 of 28 Chapter Solutions Page 15 of 8.50 a. The median is 55. The mean is about 105. b. The median is a more representative average" than the median here. Notice in the stem-and-leaf plot on p.3 of the text that

More information

Lecture 10/Chapter 8 Bell-Shaped Curves & Other Shapes. From a Histogram to a Frequency Curve Standard Score Using Normal Table Empirical Rule

Lecture 10/Chapter 8 Bell-Shaped Curves & Other Shapes. From a Histogram to a Frequency Curve Standard Score Using Normal Table Empirical Rule Lecture 10/Chapter 8 Bell-Shaped Curves & Other Shapes From a Histogram to a Frequency Curve Standard Score Using Normal Table Empirical Rule From Histogram to Normal Curve Start: sample of female hts

More information

Review. Midterm Exam. Midterm Review. May 6th, 2015 AMS-UCSC. Spring Session 1 (Midterm Review) AMS-5 May 6th, / 24

Review. Midterm Exam. Midterm Review. May 6th, 2015 AMS-UCSC. Spring Session 1 (Midterm Review) AMS-5 May 6th, / 24 Midterm Exam Midterm Review AMS-UCSC May 6th, 2015 Spring 2015. Session 1 (Midterm Review) AMS-5 May 6th, 2015 1 / 24 Topics Topics We will talk about... 1 Review Spring 2015. Session 1 (Midterm Review)

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

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

Chapter 2. Continuous random variables

Chapter 2. Continuous random variables Chapter 2 Continuous random variables Outline Review of probability: events and probability Random variable Probability and Cumulative distribution function Review of discrete random variable Introduction

More information

= A. Example 2. Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {4, 6, 7, 9, 10}, and B = {2, 6, 8, 9}. Draw the sets on a Venn diagram.

= A. Example 2. Let U = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10}, A = {4, 6, 7, 9, 10}, and B = {2, 6, 8, 9}. Draw the sets on a Venn diagram. MATH 109 Sets A mathematical set is a well-defined collection of objects A for which we can determine precisely whether or not any object belongs to A. Objects in a set are formally called elements of

More information

ACMS Statistics for Life Sciences. Chapter 11: The Normal Distributions

ACMS Statistics for Life Sciences. Chapter 11: The Normal Distributions ACMS 20340 Statistics for Life Sciences Chapter 11: The Normal Distributions Introducing the Normal Distributions The class of Normal distributions is the most widely used variety of continuous probability

More information

Statistics 1. Edexcel Notes S1. Mathematical Model. A mathematical model is a simplification of a real world problem.

Statistics 1. Edexcel Notes S1. Mathematical Model. A mathematical model is a simplification of a real world problem. Statistics 1 Mathematical Model A mathematical model is a simplification of a real world problem. 1. A real world problem is observed. 2. A mathematical model is thought up. 3. The model is used to make

More information

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2 STAT 4 Exam I Continuous RVs Fall 7 Practice. Suppose a random variable X has the following probability density function: f ( x ) = sin x, < x < π, zero otherwise. a) Find P ( X < 4 π ). b) Find µ = E

More information

STAT 516: Basic Probability and its Applications

STAT 516: Basic Probability and its Applications Lecture 4: Random variables Prof. Michael September 15, 2015 What is a random variable? Often, it is hard and/or impossible to enumerate the entire sample space For a coin flip experiment, the sample space

More information

Section 7.2 Homework Answers

Section 7.2 Homework Answers 25.5 30 Sample Mean P 0.1226 sum n b. The two z-scores are z 25 20(1.7) n 1.0 20 sum n 2.012 and z 30 20(1.7) n 1.0 0.894, 20 so the probability is approximately 0.1635 (0.1645 using Table A). P14. a.

More information

Quiz 2 covered materials in Chapter 5 Chapter 6 Chapter 7. Normal Probability Distribution. Continuous Probability. distribution 11/9/2010.

Quiz 2 covered materials in Chapter 5 Chapter 6 Chapter 7. Normal Probability Distribution. Continuous Probability. distribution 11/9/2010. Quiz covered materials in Chapter 5 Chapter 6 Chapter 7 Normal Probability Distribution Chapter 6 Continuous Probability Distribution Normal Distribution Normal Distribution is symmetrical and bell shaped,

More information

Recall that the standard deviation σ of a numerical data set is given by

Recall that the standard deviation σ of a numerical data set is given by 11.1 Using Normal Distributions Essential Question In a normal distribution, about what percent of the data lies within one, two, and three standard deviations of the mean? Recall that the standard deviation

More information

Math 223 Lecture Notes 3/15/04 From The Basic Practice of Statistics, bymoore

Math 223 Lecture Notes 3/15/04 From The Basic Practice of Statistics, bymoore Math 223 Lecture Notes 3/15/04 From The Basic Practice of Statistics, bymoore Chapter 3 continued Describing distributions with numbers Measuring spread of data: Quartiles Definition 1: The interquartile

More information

Z score indicates how far a raw score deviates from the sample mean in SD units. score Mean % Lower Bound

Z score indicates how far a raw score deviates from the sample mean in SD units. score Mean % Lower Bound 1 EDUR 8131 Chat 3 Notes 2 Normal Distribution and Standard Scores Questions Standard Scores: Z score Z = (X M) / SD Z = deviation score divided by standard deviation Z score indicates how far a raw score

More information

Biostatistics in Dentistry

Biostatistics in Dentistry Biostatistics in Dentistry Continuous probability distributions Continuous probability distributions Continuous data are data that can take on an infinite number of values between any two points. Examples

More information

Business Statistics: A Decision-Making Approach, 6e. Chapter Goals

Business Statistics: A Decision-Making Approach, 6e. Chapter Goals Chapter 4 Student Lecture Notes 4-1 Business Statistics: A Decision-Making Approach 6 th Edition Chapter 4 Using Probability and Probability Distributions Fundamentals of Business Statistics Murali Shanker

More information

Introductory Statistics

Introductory Statistics Introductory Statistics OpenStax Rice University 6100 Main Street MS-375 Houston, Texas 77005 To learn more about OpenStax, visit http://openstaxcollege.org. Individual print copies and bulk orders can

More information

Numerical Methods Lecture 7 - Statistics, Probability and Reliability

Numerical Methods Lecture 7 - Statistics, Probability and Reliability Topics Numerical Methods Lecture 7 - Statistics, Probability and Reliability A summary of statistical analysis A summary of probability methods A summary of reliability analysis concepts Statistical Analysis

More information

Normal Random Variables

Normal Random Variables Normal Random Variables Continuous random variables have uncountable many values. The distribution is described by a graph of a positive function and the probabilities are found using the areas under between

More information

Part 3: Parametric Models

Part 3: Parametric Models Part 3: Parametric Models Matthew Sperrin and Juhyun Park August 19, 2008 1 Introduction There are three main objectives to this section: 1. To introduce the concepts of probability and random variables.

More information

Math/Stat 352 Lecture 9. Section 4.5 Normal distribution

Math/Stat 352 Lecture 9. Section 4.5 Normal distribution Math/Stat 352 Lecture 9 Section 4.5 Normal distribution 1 Abraham de Moivre, 1667-1754 Pierre-Simon Laplace (1749 1827) A French mathematician, who introduced the Normal distribution in his book The doctrine

More information

6.3 Use Normal Distributions. Page 399 What is a normal distribution? What is standard normal distribution? What does the z-score represent?

6.3 Use Normal Distributions. Page 399 What is a normal distribution? What is standard normal distribution? What does the z-score represent? 6.3 Use Normal Distributions Page 399 What is a normal distribution? What is standard normal distribution? What does the z-score represent? Normal Distribution and Normal Curve Normal distribution is one

More information

3.1 Measure of Center

3.1 Measure of Center 3.1 Measure of Center Calculate the mean for a given data set Find the median, and describe why the median is sometimes preferable to the mean Find the mode of a data set Describe how skewness affects

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

Part 3: Parametric Models

Part 3: Parametric Models Part 3: Parametric Models Matthew Sperrin and Juhyun Park April 3, 2009 1 Introduction Is the coin fair or not? In part one of the course we introduced the idea of separating sampling variation from a

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

Q 1 = 23.8 M = Q 3 = 29.8 IQR = 6 The numbers are in order and there are 18 pieces of data so the median is the average of the 9th and 10th

Q 1 = 23.8 M = Q 3 = 29.8 IQR = 6 The numbers are in order and there are 18 pieces of data so the median is the average of the 9th and 10th Sample Exam #1, Math 01 1. Use the data set given below to answer all of the following questions. 14.0, 18.4, 1.6,.1, 3.8, 4.3, 5.9, 6.5, 7.5, 9., 9.3, 9.4, 9.7, 9.8, 30., 30.8, 31.9, 33.5 HaL Use the

More information

FREQUENCY DISTRIBUTIONS AND PERCENTILES

FREQUENCY DISTRIBUTIONS AND PERCENTILES FREQUENCY DISTRIBUTIONS AND PERCENTILES New Statistical Notation Frequency (f): the number of times a score occurs N: sample size Simple Frequency Distributions Raw Scores The scores that we have directly

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

Continuous random variables

Continuous random variables Continuous random variables Continuous r.v. s take an uncountably infinite number of possible values. Examples: Heights of people Weights of apples Diameters of bolts Life lengths of light-bulbs We cannot

More information

Statistics 528: Homework 2 Solutions

Statistics 528: Homework 2 Solutions Statistics 28: Homework 2 Solutions.4 There are several gaps in the data, as can be seen from the histogram. Minitab Result: Min Q Med Q3 Max 8 3278 22 2368 2624 Manual Result: Min Q Med Q3 Max 8 338 22.

More information

Calculating Normal Distribution Probabilities

Calculating Normal Distribution Probabilities Calculating Normal Distribution Probabilities Lecture 13 February 12, 2018 Four Stages of Statistics Data Collection Displaying and Summarizing Data Probability Basics of Probability Probability Distributions

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

Chapter 7 Discussion Problem Solutions D1 D2. D3.

Chapter 7 Discussion Problem Solutions D1 D2. D3. Chapter 7 Discussion Problem Solutions D1. The agent can increase his sample size to a value greater than 10. The larger the sample size, the smaller the spread of the distribution of means and the more

More information

M&M Ch 1.3 The Normal (Gaussian) Distribution... page 1

M&M Ch 1.3 The Normal (Gaussian) Distribution... page 1 The Gaussian ("Normal") Distribution What it is For Continuous-type data (or data discrete enough to be "continuous") (technically) Infinite range - to Symmetric "Bell-shaped" distribution Described fully

More information

Essential Question: What are the standard intervals for a normal distribution? How are these intervals used to solve problems?

Essential Question: What are the standard intervals for a normal distribution? How are these intervals used to solve problems? Acquisition Lesson Planning Form Plan for the Concept, Topic, or Skill Normal Distributions Key Standards addressed in this Lesson: MM3D2 Time allotted for this Lesson: Standard: MM3D2 Students will solve

More information

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

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

More information

Semester I Review. The authors also kept track of the color of the first born in each litter. (B = brown, G = gray, W = white, and T = tan)

Semester I Review. The authors also kept track of the color of the first born in each litter. (B = brown, G = gray, W = white, and T = tan) Answer Key A.P. Statistics Semester I Review In the paper Reproduction in Laboratory colonies of Bank Vole, the authors presented the results of a study of litter size. (A vole is a small rodent with a

More information

The Central Limit Theorem

The Central Limit Theorem The Central Limit Theorem for Sums By: OpenStaxCollege Suppose X is a random variable with a distribution that may be known or unknown (it can be any distribution) and suppose: 1. μ X = the mean of Χ 2.

More information

What is Statistics? Statistics is the science of understanding data and of making decisions in the face of variability and uncertainty.

What is Statistics? Statistics is the science of understanding data and of making decisions in the face of variability and uncertainty. What is Statistics? Statistics is the science of understanding data and of making decisions in the face of variability and uncertainty. Statistics is a field of study concerned with the data collection,

More information

Expectation, Variance and Standard Deviation for Continuous Random Variables Class 6, Jeremy Orloff and Jonathan Bloom

Expectation, Variance and Standard Deviation for Continuous Random Variables Class 6, Jeremy Orloff and Jonathan Bloom Expectation, Variance and Standard Deviation for Continuous Random Variables Class 6, 8.5 Jeremy Orloff and Jonathan Bloom Learning Goals. Be able to compute and interpret expectation, variance, and standard

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

Lesson 1: Inverses of Functions Lesson 2: Graphs of Polynomial Functions Lesson 3: 3-Dimensional Space

Lesson 1: Inverses of Functions Lesson 2: Graphs of Polynomial Functions Lesson 3: 3-Dimensional Space Table of Contents Introduction.............................................................. v Unit 1: Modeling with Matrices... 1 Lesson 2: Solving Problems Using Matrices.................................

More information

Solutions to Additional Questions on Normal Distributions

Solutions to Additional Questions on Normal Distributions Solutions to Additional Questions on Normal Distributions 1.. EPA fuel economy estimates for automobile models tested recently predicted a mean of.8 mpg and a standard deviation of mpg for highway driving.

More information

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2

Continuous RVs. 1. Suppose a random variable X has the following probability density function: π, zero otherwise. f ( x ) = sin x, 0 < x < 2 STAT 4 Exam I Continuous RVs Fall 27 Practice. Suppose a random variable X has the following probability density function: f ( x ) = sin x, < x < 2 π, zero otherwise. a) Find P ( X < 4 π ). b) Find µ =

More information

and the Sample Mean Random Sample

and the Sample Mean Random Sample MATH 183 Random Samples and the Sample Mean Dr. Neal, WKU Henceforth, we shall assume that we are studying a particular measurement X from a population! for which the mean µ and standard deviation! are

More information

Chapter 8 Sampling Distributions Defn Defn

Chapter 8 Sampling Distributions Defn Defn 1 Chapter 8 Sampling Distributions Defn: Sampling error is the error resulting from using a sample to infer a population characteristic. Example: We want to estimate the mean amount of Pepsi-Cola in 12-oz.

More information

The Central Limit Theorem

The Central Limit Theorem - The Central Limit Theorem Definition Sampling Distribution of the Mean the probability distribution of sample means, with all samples having the same sample size n. (In general, the sampling distribution

More information

STAT509: Continuous Random Variable

STAT509: Continuous Random Variable University of South Carolina September 23, 2014 Continuous Random Variable A continuous random variable is a random variable with an interval (either finite or infinite) of real numbers for its range.

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