CH 5 Normal Probability Distributions Properties of the Normal Distribution

Size: px
Start display at page:

Download "CH 5 Normal Probability Distributions Properties of the Normal Distribution"

Transcription

1 Properties of the Normal Distribution Example A friend that is always late. Let X represent the amount of minutes that pass from the moment you are suppose to meet your friend until the moment your friend showed up. Suppose your friend is just as likely to arrive at any time between x = 0 and x = 30 minutes late. That is, the random variable X can take any value in the interval [0, 30]. In this case we will say that the random variable X follows a uniformly probability distribution. What is the probability that your friend will arrive exactly 5 minutes late? What is the probability that your friend will arrive between 5 and 10 minutes late? This is what we call probability density functions

2 Properties of the Normal Distribution Probability Density Functions A probability density function is a function (given as an equation) used to compute probabilities of continuous random variables that satisfy the following: 1 The total area under the graph of the function is equal to 1. the total probability is 1 2 The function f(x) is always positive or zero. probabilities are always greater than or equal to zero how de we use density functions? The area under the graph of a density function over some interval represents the probability of observing a value of the random variable in that interval

3 Properties of the Normal Distribution mode, median and mode in a density function For any distribution the mode represents the high point The median is the point where 50% of the area of the distribution is on the left.

4 Properties of the Normal Distribution Graph of a normal curve A continuous random variable has a normal probability distribution if its relative frequency histogram has the shape of a normal curve The normal probability density function is given by f(x) = 1 σ 2π e (x µ)2 2σ 2 In a normal distribution: mode=mean=median The points µ + σ and µ σ are the inflection points of the graph

5 Properties of the Normal Distribution varying µ and σ Different values of µ shifts the graph left/right. Different values of σ stretches the graph up/down.

6 Properties of the Normal Distribution Properties of the normal curve 1 It is symmetric about its mean. 2 the highest point occurs at x = µ 3 It has inflection points at x = µ σ and at x = µ + σ 4 The area under the curve is 1 5 The area under the curve to the left of µ is It has the x-axis as a horizontal asymptote. 7 It follows the empirical rule

7 Properties of the Normal Distribution The empirical rule

8 Properties of the Normal Distribution histograms vs density functions Frequently histograms are bell shaped We can approximate these histograms with normal curves In this case the normal curve is close to the histogram, so it is a good approximation. We use the probability distribution function to model the situation we are studying.

9 Properties of the Normal Distribution Using a normal distribution Assume that the distribution of giraffe weights is modeled with a normal distribution with µ = 2200 pounds and σ = 200 pounds What does the area under the curve left of 2100 represent? It is the proportion of giraffes that weigh 2100 pounds or less.

10 Properties of the Normal Distribution Standard normal Random variable We have tables for computing areas under normal curves. If we needed a different table for each value of µ and σ this would not be manageable. We use the Standard normal random distribution: The Standard Normal Distribution is the one with µ = 0 σ = 1 Any x-value can be transformed into a z-score by using the formula z = x µ σ Suppose X is a random variable with normal distribution that is not standard (µ X 0, σ X 1) and we want to compute the area to the left of a certain value x. We first convert the value x to the corresponding value in the standard normal distribution z, and find the area to the left of this value under this curve. For now, we will concentrate on finding areas under the Standard Normal Distribution.

11 Properties of the Normal Distribution Calculating the area to the left of z 0 Find the area under the standard normal curve that lies to the left of z = 1.68

12 Properties of the Normal Distribution Calculating the area to the left of z 0 Find the area under the standard normal curve that lies to the left of z = 1.68

13 Properties of the Normal Distribution example...continued A picture: z

14 Properties of the Normal Distribution example... Find the area under the standard normal curve that lies to the left of Z = 2.53 using a table We are finding the area before z = 2.53, that is, we are finding the area under the curve in the interval [, 2.53] There is no way we can tell the calculator to do this. There is no symbol in the calculator. The approach here is to tell the calculator to approximate the value in the interval [ M, 2.53], where M is a very large number. The biggest number the calculator the can handle is , so we use the interval [ , 2.53] We do this by typing normalcdf(-9e99, 2.53, 0, 1)

15 Properties of the Normal Distribution Calculating the area to the right of Z Sometimes we will need to find the area under the standard normal curve that lies to the left of a value z. For this we use (area to the right of z ) = 1 (area to the left of z) example Find the area under the standard normal curve to the right of z =.45

16 Properties of the Normal Distribution Calculating the area between two z-values Example To find the area between two z-values z 0 and z 1, with z 0 < z 1 we do (area between z 0 and z 1 ) = (area left of z 1 ) (area left of z 0 ) Find the area under the standard normal curve between the values z 0 =.25 and z 1 =.75.

17 Properties of the Normal Distribution Homework 5.1 3, 5, 9, 15, 17, 21, 23, 31, 35, 39, 41, 45, 47, 53, 55, 59 42

18 5.2 Normal Distributions: Finding Probabilities If a random variable x is normally distributed, you can find the probability that x will fall in a given interval by calculating the area under the normal curve for the given interval To find the area under any normal curve we can first convert the upper and lower bound of the interval into z-scores, then use the standard normal distribution to find the area. Normal Distribution Standard Normal Distribution µ = 500 σ = 100 µ = 0 σ = 1 P(x < 600) P(z < 1) µ = x µ = 0 1 z Same Area P(x < 500) = P(z < 1)

19 5.2 Normal Distributions: Finding Probabilities Example IQ scores follow a normal distribution with µ = 102 and σ = 13. What is the proportion of individuals with an IQ scores of 95 or less? 1 Find the z-score: z = x µ σ = = Find P(z < 0.54) normalcdf(-10000, -0.54) = Interpret the result: 29 % of individuals who take an IQ test will get 95 points or less. without obtaining the z-scores Your calculator can find the probability for any normal distribution, so you don t have to convert to z-scores The input is in this example: normalcdf(-10000, x, 102, 13) =.295 normalcdf(-10000, x, µ, σ)

20 Homework 5.2 Homework 5.2 1, 3, 5, 7, 9, 13, 15, 17, 19, 21, 23, 25, 29 22

21 5.3 Finding values Finding z-scores Finding z-scores We will work with the standard normal distribution for now. Suppose we want to approach the reverse problem: we want to know for what value of z is the area to the left of z equal to That is, we would like to know for what value of z do we have P(x < z) = 0.90 Using a table. Using your calculator invnorm(0.9)=1.28

22 5.3 Finding values Finding z-scores percentiles With this same method we can find what z-scores correspond to a given percentile in the standard normal distribution. For example, to find the z-score corresponding to the 25th percentile in a standard normal distribution we would perform: invnorm(.25)=-.6749

23 5.3 Finding values Finding z-scores from z-scores to x-values We have a formula to convert x-scores to z-values: z = x µ σ If we solve this formula for x we obtain x = µ + zσ Example: IQ scores follow a normal distribution with µ = 102 and σ = 13. Find the IQ scores corresponding toz-scores of z = 1, z = 2.5 for z = 1: x = (13) = 115 for z = 2.5 : x = (13) = 134.5

24 5.3 Finding values Finding z-scores Example IQ scores follow a normal distribution with µ = 102 and σ = 13. What is the lowest score you should obtain in order to be in the top 10% of individuals who take the IQ exam? We are looking for the 90th percentile we found this already (for the standard normal distribution), the z-score was To find x we use the formula: x = (13) = With your calculator: you dont need to find z-scores. You can write directly: invnorm(0.9, 102, 13)=

25 5.3 Finding values Finding z-scores Homework 5.3 1, 5, 7, 15, 25, 27, 31, 35, 37, 39, 41, 43, 45 40

26 5.4 Distribution of the Sample mean Statistical Inference In many situations we cannot take a census for the entire population we are considering. So we take a sample What can we say about the population with our data? In particular, what is the relationship between the sample mean ( x) and the population mean (µ)? What is the relationship between the sample standard deviation (s) and the population standard deviation (σ)? This is what we call Statistical Inference: using information from a sample to draw conclusions about a population

27 5.4 Distribution of the Sample mean Estimate the Population Mean How do we estimate the population mean µ, using the sample mean x? The main idea is to compute several sample means x 1, x 2, x 3,... etc. How? By performing a series of random samples. Sample 1: calculate x 1 Sample 2: calculate x 2 Sample 3: calculate x 3. Each time we obtain a random sample, we will get a distinct value for x (once we pick a particular sample, it should not be used a second time). x is a random variable

28 5.4 Distribution of the Sample mean x as a random variable sample mean as a random variable Because x is a random variable: x has a mean x has a standard deviation x has a probability distribution This is called the sampling distribution of sample means

29 5.4 Distribution of the Sample mean x as a random variable in-class example Consider the set of data 7, 10, 11, 12 We will consider samples of size 3 How many possible samples can we form? 4C 3 = 4 the samples are: {7, 10, 11}, {7, 10, 12}, {7, 11, 12}, {10, 11, 12} If we calculate the mean of each sample we obtain: sample sample mean, x i {7, 10, 11} 9.33 {7, 10, 12} 9.67 {7, 11, 12} 10 {10, 11, 12} 11 Now lets find the mean of the x i s: µ x = = = 10 Compare the result with the population mean µ = = 10

30 5.4 Distribution of the Sample mean x as a random variable all possible samples of size n? example In practice, we cannot obtain all possible samples of size n of a population. If fact, we would be working more than necessary: if we have the data for the entire population, there is no need to work with samples. This is the theory behind why we can use samples to predict the value of the mean of the population. We want to find the mean age of students in this class. Say we want to use samples of size 4 How many samples of size 4 are possible? We are not going to do that! Lets take a subset of all possible samples...

31 5.4 Distribution of the Sample mean x as a random variable Mean and Standard Deviation of the sampling distribution Suppose that a simple random sample of size n is drawn from a large population that follows a normal distribution with mean µ and standard deviation σ. The mean of the sampling distribution of x will be equal to the population mean, that is µ x = µ. The standard deviation of the sampling distribution of x is called the standard error of the mean and σ x = σ n

32 5.4 Distribution of the Sample mean x as a random variable example A bank auditor claims that credit card balances are normally distributed, with a mean of $2870 and a standard deviation of $900. If 25 cardholders are selected randomly, what is the probability that their mean credit card balance is less than $2500? We know the sampling distribution follows a normal distribution with µ x = µ = 2870 σ x = σ = = 180 we need to find the area to the left of 2500 under the normal distribution with µ = 2870 and σ = 180. we know how to do this normalcdf(-10000, 2500, 2870, 180)= there is a 1.97 % chance that the mean of a sample of 25 cardholders is less than $2500 Using z-scores z = x µ x = = 2.06 σ x 180

33 5.4 Distribution of the Sample mean The Central Limit Theorem The shape of the Sampling distribution of x for X normal example If we know (somehow) that the random variable X has a normal distribution with µ = 20 σ = 12 1 If we use samples of size n = 4, then the sampling distribution of x is a normal distribution with µ x = 20 σ x = 6 2 If we use samples of size n = 9, then the sampling distribution of x is a normal distribution with µ x = 20 σ x = 4

34 5.4 Distribution of the Sample mean The Central Limit Theorem what if the population is not normal? If the population does not follow a normal distribution this does not apply... at least not exactly The Central Limit Theorem 1 Regardless of the shape of the population, the sampling distribution of x becomes approximately normal as the sample size n increases. 2 If the population itself follows a normal distribution, the sampling distribution of x follows a normal distribution for any sample size. In either case, the mean of the sampling distribution of x will be equal to the population mean, that is µ x = µ. The standard deviation of the sampling distribution of x (called the standard error of the mean) and σ x = σ n

35 5.4 Distribution of the Sample mean how big? how big? How big must n be in order to have the sampling distribution of x behave like a normal distribution? it depends on the shape of X usually for n 30

36 5.4 Distribution of the Sample mean how big? example note The average number of pounds of red meat a person consumes each year is 196 with a standard deviation of 22 pounds (Source: American Dietetic Association). If a sample of 50 individuals is randomly selected, find the probability that the mean of the sample will be less than 200 pounds Since the size of the sample is greater than 30, the Central Limit Theorem tells us that the sampling distribution of x will follow a normal distribution with µ x = 196 σ x = = 3.11 so we are finding the area to the left of 200 under a normal distribution with µ = 196 and σ = 3.11 we know how to do this: normalcdf(-10000, 200, 196, 3.11)= 0.90 if the population does not follow a normal distribution, and the sample size is not greater than 30 we cannot guarantee that the sampling distribution of x will follow a normal distribution.

37 5.4 Distribution of the Sample mean how big? Homework 9, 11, 13, 15, 19, 25, 27, 29, 31, 33 28

38 5.5 Normal Approximations to Binomial Distributions Approximating a Binomial Distribution The normal distribution is used to approximate the binomial distribution when it would be impractical to use the binomial distribution to find a probability. For example: 52% of adults say that they prefer coffee over tea in the morning. If you randomly select 60 adults and ask if they prefer coffee or tea in the morning, what is the probability that at least 20 of them will say coffee? Using the Binomial distribution we would need to compute 40 different probabilities.(if we calculate P(20) + P(21) P(60) ) or 20 different probabilities, (if we calculate 1 P(0) + P(1) + P(2)..., +P(19) ) in either case this is a lot of work. recall that in section 4.2 we saw that as the number of trials increases, the histograms of a binomial distribution will get closer and closer to a normal distribution. We will use this to approximate the value of a binomial distribution.

39 5.5 Normal Approximations to Binomial Distributions Approximating a Binomial Suppose x is a binomial random variable, n is the number of trials, p the probability of success, and q the probability of failure. if np 5 and nq 5 then the binomial random variable is follows approximately a normal distribution with µ = np and σ = npq

40 5.5 Normal Approximations to Binomial Distributions example Fifty-one percent of adults in the U.S. whose New Years resolution was to exercise more achieved their resolution. You randomly select 65 adults in the U.S. whose resolution was to exercise more and ask each if he or she achieved that resolution since n = 65, p = 0.51, q = 0.49 np = (65)(0.51) = nq = (65)(0.49) = we can use a normal distribution as an approximation with µ = np = 65(0.51) = and σ = npq = 65(0.51)(0.49) = 4.03

41 5.5 Normal Approximations to Binomial Distributions correction for continuity Correction for continuity The binomial distribution is discrete, and can be represented by a probability histogram as the number of trials increases, the histogram takes the shape of a normal distribution. we are using a normal distribution to approximate the value of the real distribution (which is binomial) To calculate the exact binomial probabilities, the binomial formula must be used for each value of an interval and all the results added together. geometrically, this corresponds to adding the area bars in the histogram ( with base =1) To have a better approximation we should move 0.5 to each side of the midpoint to include all possible x-values in the interval. This is called a correction for continuity Exact binomial probability Normal approximation P(x = c) P(c 0.5 < x < c + 0.5) c c 0.5 c c+ 0.5

42 5.5 Normal Approximations to Binomial Distributions correction for continuity example... continued Using the same New Year s resolutions example from before, we know we can use a normal distribution with µ = and σ 4.03 to approximate the binomial distribution. If we want to calculate the probability that fewer than 40 of 65 will respond yes, instead of finding P(0) + P(1) P(39) we will find (using the correction for continuity) P(x < 39.5) for a normal distribution with µ = and σ = 4.03.

43 5.5 Normal Approximations to Binomial Distributions Homework Homework 5.5 1, 3, 5, 7, 9, 17, 21, 23, 25, 20

Section Introduction to Normal Distributions

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

More information

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

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

More information

Math 227 Elementary Statistics. Bluman 5 th edition

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

More information

The Normal Probability Distribution

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

More information

Chapter 6. The Normal Probability Distributions

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

More information

ECON 214 Elements of Statistics for Economists 2016/2017

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

More information

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the

Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the Using the Central Limit Theorem It is important for you to understand when to use the CLT. If you are being asked to find the probability of the mean, use the CLT for the mean. If you are being asked to

More information

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

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

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 4 Random Variables & Probability Distributions Content 1. Two Types of Random Variables 2. Probability Distributions for Discrete Random Variables 3. The Binomial

More information

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

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

More information

The normal distribution is a theoretical model derived mathematically and not empirically.

The normal distribution is a theoretical model derived mathematically and not empirically. Sociology 541 The Normal Distribution Probability and An Introduction to Inferential Statistics Normal Approximation The normal distribution is a theoretical model derived mathematically and not empirically.

More information

Lecture 9. Probability Distributions. Outline. Outline

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

More information

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

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

More information

Lecture 9. Probability Distributions

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

More information

The Normal Distribution

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

More information

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

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

More information

Chapter 7 1. Random Variables

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

More information

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

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

More information

Math 14 Lecture Notes Ch The Normal Approximation to the Binomial Distribution. P (X ) = nc X p X q n X =

Math 14 Lecture Notes Ch The Normal Approximation to the Binomial Distribution. P (X ) = nc X p X q n X = 6.4 The Normal Approximation to the Binomial Distribution Recall from section 6.4 that g A binomial experiment is a experiment that satisfies the following four requirements: 1. Each trial can have only

More information

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

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

More information

5-1 pg ,4,5, EOO,39,47,50,53, pg ,5,9,13,17,19,21,22,25,30,31,32, pg.269 1,29,13,16,17,19,20,25,26,28,31,33,38

5-1 pg ,4,5, EOO,39,47,50,53, pg ,5,9,13,17,19,21,22,25,30,31,32, pg.269 1,29,13,16,17,19,20,25,26,28,31,33,38 5-1 pg. 242 3,4,5, 17-37 EOO,39,47,50,53,56 5-2 pg. 249 9,10,13,14,17,18 5-3 pg. 257 1,5,9,13,17,19,21,22,25,30,31,32,34 5-4 pg.269 1,29,13,16,17,19,20,25,26,28,31,33,38 5-5 pg. 281 5-14,16,19,21,22,25,26,30

More information

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain.

Binomial and Normal Distributions. Example: Determine whether the following experiments are binomial experiments. Explain. Binomial and Normal Distributions Objective 1: Determining if an Experiment is a Binomial Experiment For an experiment to be considered a binomial experiment, four things must hold: 1. The experiment is

More information

Chapter 7. Sampling Distributions

Chapter 7. Sampling Distributions Chapter 7 Sampling Distributions Section 7.1 Sampling Distributions and the Central Limit Theorem Sampling Distributions Sampling distribution The probability distribution of a sample statistic. Formed

More information

Central Limit Theorem

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

More information

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

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

More information

11.5: Normal Distributions

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

More information

Lecture 6: Chapter 6

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

More information

Statistics for Business and Economics: Random Variables:Continuous

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

More information

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

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

More information

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

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

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

More information

Math Tech IIII, May 7

Math Tech IIII, May 7 Math Tech IIII, May 7 The Normal Probability Models Book Sections: 5.1, 5.2, & 5.3 Essential Questions: How can I use the normal distribution to compute probability? Standards: S.ID.4 Properties of the

More information

Chapter 4. The Normal Distribution

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

More information

ECON 214 Elements of Statistics for Economists

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

More information

MidTerm 1) Find the following (round off to one decimal place):

MidTerm 1) Find the following (round off to one decimal place): MidTerm 1) 68 49 21 55 57 61 70 42 59 50 66 99 Find the following (round off to one decimal place): Mean = 58:083, round off to 58.1 Median = 58 Range = max min = 99 21 = 78 St. Deviation = s = 8:535,

More information

Section Distributions of Random Variables

Section Distributions of Random Variables Section 8.1 - Distributions of Random Variables Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

STAT 201 Chapter 6. Distribution

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

More information

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5

Chapter 8 Homework Solutions Compiled by Joe Kahlig. speed(x) freq 25 x < x < x < x < x < x < 55 5 H homework problems, C-copyright Joe Kahlig Chapter Solutions, Page Chapter Homework Solutions Compiled by Joe Kahlig. (a) finite discrete (b) infinite discrete (c) continuous (d) finite discrete (e) continuous.

More information

The graph of a normal curve is symmetric with respect to the line x = µ, and has points of

The graph of a normal curve is symmetric with respect to the line x = µ, and has points of Stat 400, section 4.3 Normal Random Variables notes prepared by Tim Pilachowski Another often-useful probability density function is the normal density function, which graphs as the familiar bell-shaped

More information

These Statistics NOTES Belong to:

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

More information

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

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

More information

7 THE CENTRAL LIMIT THEOREM

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

More information

Expected Value of a Random Variable

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

More information

Using the Central Limit

Using the Central Limit Using the Central Limit Theorem By: OpenStaxCollege It is important for you to understand when to use the central limit theorem. If you are being asked to find the probability of the mean, use the clt

More information

Prob and Stats, Nov 7

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

More information

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise.

Version A. Problem 1. Let X be the continuous random variable defined by the following pdf: 1 x/2 when 0 x 2, f(x) = 0 otherwise. Math 224 Q Exam 3A Fall 217 Tues Dec 12 Version A Problem 1. Let X be the continuous random variable defined by the following pdf: { 1 x/2 when x 2, f(x) otherwise. (a) Compute the mean µ E[X]. E[X] x

More information

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1

8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions 8-1 8.2 The Standard Deviation as a Ruler Chapter 8 The Normal and Other Continuous Distributions For Example: On August 8, 2011, the Dow dropped 634.8 points, sending shock waves through the financial community.

More information

MATH 104 CHAPTER 5 page 1 NORMAL DISTRIBUTION

MATH 104 CHAPTER 5 page 1 NORMAL DISTRIBUTION MATH 104 CHAPTER 5 page 1 NORMAL DISTRIBUTION We have examined discrete random variables, those random variables for which we can list the possible values. We will now look at continuous random variables.

More information

Counting Basics. Venn diagrams

Counting Basics. Venn diagrams Counting Basics Sets Ways of specifying sets Union and intersection Universal set and complements Empty set and disjoint sets Venn diagrams Counting Inclusion-exclusion Multiplication principle Addition

More information

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

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

More information

PROBABILITY DISTRIBUTIONS

PROBABILITY DISTRIBUTIONS CHAPTER 3 PROBABILITY DISTRIBUTIONS Page Contents 3.1 Introduction to Probability Distributions 51 3.2 The Normal Distribution 56 3.3 The Binomial Distribution 60 3.4 The Poisson Distribution 64 Exercise

More information

Continuous Probability Distributions & Normal Distribution

Continuous Probability Distributions & Normal Distribution Mathematical Methods Units 3/4 Student Learning Plan Continuous Probability Distributions & Normal Distribution 7 lessons Notes: Students need practice in recognising whether a problem involves a discrete

More information

Probability. An intro for calculus students P= Figure 1: A normal integral

Probability. An intro for calculus students P= Figure 1: A normal integral Probability An intro for calculus students.8.6.4.2 P=.87 2 3 4 Figure : A normal integral Suppose we flip a coin 2 times; what is the probability that we get more than 2 heads? Suppose we roll a six-sided

More information

Data Analysis and Statistical Methods Statistics 651

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

More information

Introduction to Statistics I

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

More information

Chapter 6: The Normal Distribution

Chapter 6: The Normal Distribution Chapter 6: The Normal Distribution Diana Pell Section 6.1: Normal Distributions Note: Recall that a continuous variable can assume all values between any two given values of the variables. Many continuous

More information

Class 12. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 12. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 12 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 2017 by D.B. Rowe 1 Agenda: Recap Chapter 6.1-6.2 Lecture Chapter 6.3-6.5 Problem Solving Session. 2

More information

Chapter 6: The Normal Distribution

Chapter 6: The Normal Distribution Chapter 6: The Normal Distribution Diana Pell Section 6.1: Normal Distributions Note: Recall that a continuous variable can assume all values between any two given values of the variables. Many continuous

More information

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

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

More information

Chapter 8. Binomial and Geometric Distributions

Chapter 8. Binomial and Geometric Distributions Chapter 8 Binomial and Geometric Distributions Lesson 8-1, Part 1 Binomial Distribution What is a Binomial Distribution? Specific type of discrete probability distribution The outcomes belong to two categories

More information

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

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

More information

The Central Limit Theorem for Sample Means (Averages)

The Central Limit Theorem for Sample Means (Averages) The Central Limit Theorem for Sample Means (Averages) By: OpenStaxCollege Suppose X is a random variable with a distribution that may be known or unknown (it can be any distribution). Using a subscript

More information

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

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

More information

Module 4: Probability

Module 4: Probability Module 4: Probability 1 / 22 Probability concepts in statistical inference Probability is a way of quantifying uncertainty associated with random events and is the basis for statistical inference. Inference

More information

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

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

More information

Chapter 8. Variables. Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc.

Chapter 8. Variables. Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 8 Random Variables Copyright 2004 Brooks/Cole, a division of Thomson Learning, Inc. 8.1 What is a Random Variable? Random Variable: assigns a number to each outcome of a random circumstance, or,

More information

4.1 Probability Distributions

4.1 Probability Distributions Probability and Statistics Mrs. Leahy Chapter 4: Discrete Probability Distribution ALWAYS KEEP IN MIND: The Probability of an event is ALWAYS between: and!!!! 4.1 Probability Distributions Random Variables

More information

Chapter 5 Normal Probability Distributions

Chapter 5 Normal Probability Distributions Chapter 5 Normal Probability Distributions Section 5-1 Introduction to Normal Distributions and the Standard Normal Distribution A The normal distribution is the most important of the continuous probability

More information

AMS7: WEEK 4. CLASS 3

AMS7: WEEK 4. CLASS 3 AMS7: WEEK 4. CLASS 3 Sampling distributions and estimators. Central Limit Theorem Normal Approximation to the Binomial Distribution Friday April 24th, 2015 Sampling distributions and estimators REMEMBER:

More information

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table:

Example - Let X be the number of boys in a 4 child family. Find the probability distribution table: Chapter7 Probability Distributions and Statistics Distributions of Random Variables tthe value of the result of the probability experiment is a RANDOM VARIABLE. Example - Let X be the number of boys in

More information

Class 16. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700

Class 16. Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science. Marquette University MATH 1700 Class 16 Daniel B. Rowe, Ph.D. Department of Mathematics, Statistics, and Computer Science Copyright 013 by D.B. Rowe 1 Agenda: Recap Chapter 7. - 7.3 Lecture Chapter 8.1-8. Review Chapter 6. Problem Solving

More information

Chapter 4 and 5 Note Guide: Probability Distributions

Chapter 4 and 5 Note Guide: Probability Distributions Chapter 4 and 5 Note Guide: Probability Distributions Probability Distributions for a Discrete Random Variable A discrete probability distribution function has two characteristics: Each probability is

More information

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

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

More information

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

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

More information

Section 6.5. The Central Limit Theorem

Section 6.5. The Central Limit Theorem Section 6.5 The Central Limit Theorem Idea Will allow us to combine the theory from 6.4 (sampling distribution idea) with our central limit theorem and that will allow us the do hypothesis testing in the

More information

The Central Limit Theorem for Sums

The Central Limit Theorem for Sums OpenStax-CNX module: m46997 1 The Central Limit Theorem for Sums OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 Suppose X is a random

More information

Chapter 8 Estimation

Chapter 8 Estimation Chapter 8 Estimation There are two important forms of statistical inference: estimation (Confidence Intervals) Hypothesis Testing Statistical Inference drawing conclusions about populations based on samples

More information

Continuous Random Variables and the Normal Distribution

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

More information

The "bell-shaped" curve, or normal curve, is a probability distribution that describes many real-life situations.

The bell-shaped curve, or normal curve, is a probability distribution that describes many real-life situations. 6.1 6.2 The Standard Normal Curve The "bell-shaped" curve, or normal curve, is a probability distribution that describes many real-life situations. Basic Properties 1. The total area under the curve is.

More information

Theoretical Foundations

Theoretical Foundations Theoretical Foundations Probabilities Monia Ranalli monia.ranalli@uniroma2.it Ranalli M. Theoretical Foundations - Probabilities 1 / 27 Objectives understand the probability basics quantify random phenomena

More information

Consider the following examples: ex: let X = tossing a coin three times and counting the number of heads

Consider the following examples: ex: let X = tossing a coin three times and counting the number of heads Overview Both chapters and 6 deal with a similar concept probability distributions. The difference is that chapter concerns itself with discrete probability distribution while chapter 6 covers continuous

More information

Examples of continuous probability distributions: The normal and standard normal

Examples of continuous probability distributions: The normal and standard normal Examples of continuous probability distributions: The normal and standard normal The Normal Distribution f(x) Changing μ shifts the distribution left or right. Changing σ increases or decreases the spread.

More information

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes. Standardizing normal distributions The Standard Normal Curve

Math 120 Introduction to Statistics Mr. Toner s Lecture Notes. Standardizing normal distributions The Standard Normal Curve 6.1 6.2 The Standard Normal Curve Standardizing normal distributions The "bell-shaped" curve, or normal curve, is a probability distribution that describes many reallife situations. Basic Properties 1.

More information

Math Week in Review #10. Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials.

Math Week in Review #10. Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials. Math 141 Spring 2006 c Heather Ramsey Page 1 Section 8.4 - Binomial Distribution Math 141 - Week in Review #10 Experiments with two outcomes ( success and failure ) are called Bernoulli or binomial trials.

More information

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

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

More information

Binomial Distribution. Normal Approximation to the Binomial

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

More information

Section Random Variables and Histograms

Section Random Variables and Histograms Section 3.1 - Random Variables and Histograms Definition: A random variable is a rule that assigns a number to each outcome of an experiment. Example 1: Suppose we toss a coin three times. Then we could

More information

Shifting and rescaling data distributions

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

More information

Business Statistics 41000: Probability 4

Business Statistics 41000: Probability 4 Business Statistics 41000: Probability 4 Drew D. Creal University of Chicago, Booth School of Business February 14 and 15, 2014 1 Class information Drew D. Creal Email: dcreal@chicagobooth.edu Office:

More information

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

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

More information

. 13. The maximum error (margin of error) of the estimate for μ (based on known σ) is:

. 13. The maximum error (margin of error) of the estimate for μ (based on known σ) is: Statistics Sample Exam 3 Solution Chapters 6 & 7: Normal Probability Distributions & Estimates 1. What percent of normally distributed data value lie within 2 standard deviations to either side of the

More information

Terms & Characteristics

Terms & Characteristics NORMAL CURVE Knowledge that a variable is distributed normally can be helpful in drawing inferences as to how frequently certain observations are likely to occur. NORMAL CURVE A Normal distribution: Distribution

More information

CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES

CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES CHAPTERS 5 & 6: CONTINUOUS RANDOM VARIABLES DISCRETE RANDOM VARIABLE: Variable can take on only certain specified values. There are gaps between possible data values. Values may be counting numbers or

More information

Introduction to Business Statistics QM 120 Chapter 6

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

More information

Statistics, Measures of Central Tendency I

Statistics, Measures of Central Tendency I Statistics, Measures of Central Tendency I We are considering a random variable X with a probability distribution which has some parameters. We want to get an idea what these parameters are. We perfom

More information

Model Paper Statistics Objective. Paper Code Time Allowed: 20 minutes

Model Paper Statistics Objective. Paper Code Time Allowed: 20 minutes Model Paper Statistics Objective Intermediate Part I (11 th Class) Examination Session 2012-2013 and onward Total marks: 17 Paper Code Time Allowed: 20 minutes Note:- You have four choices for each objective

More information

The Binomial Probability Distribution

The Binomial Probability Distribution The Binomial Probability Distribution MATH 130, Elements of Statistics I J. Robert Buchanan Department of Mathematics Fall 2017 Objectives After this lesson we will be able to: determine whether a probability

More information

MAKING SENSE OF DATA Essentials series

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

More information

Unit 2: Statistics Probability

Unit 2: Statistics Probability Applied Math 30 3-1: Distributions Probability Distribution: - a table or a graph that displays the theoretical probability for each outcome of an experiment. - P (any particular outcome) is between 0

More information

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

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

More information