Continuous Random Variables

Slides:



Advertisements
Similar presentations
Continuous Random Variables and Probability Distributions
Advertisements

Continuous Random Variables and Probability Distributions
Chapter 6: Some Continuous Probability Distributions:
LECTURE UNIT 4.3 Normal Random Variables and Normal Probability Distributions.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Introduction to Normal Distributions and the Standard Distribution
Chapter 7: The Normal Probability Distribution
Chapter 7 Sampling and Sampling Distributions ©. Simple Random Sample simple random sample Suppose that we want to select a sample of n objects from a.
Continuous Random Variables Lecture 25 Section Mon, Feb 28, 2005.
Continuous Random Variables Lecture 24 Section Tue, Mar 7, 2006.
MATH 4030 – 4B CONTINUOUS RANDOM VARIABLES Density Function PDF and CDF Mean and Variance Uniform Distribution Normal Distribution.
© 2010 Pearson Prentice Hall. All rights reserved Chapter The Normal Probability Distribution © 2010 Pearson Prentice Hall. All rights reserved 3 7.
Uniform Distributions and Random Variables Lecture 23 Sections 6.3.2, Mon, Oct 25, 2004.
Modeling Discrete Variables Lecture 22, Part 1 Sections 6.4 Fri, Oct 13, 2006.
Continuous Random Variables Lecture 22 Section Mon, Feb 25, 2008.
Copyright © 2013, 2010 and 2007 Pearson Education, Inc. Chapter The Normal Probability Distribution 7.
The Normal Distribution Lecture 20 Section Fri, Oct 7, 2005.
Continuous Random Variables Lecture 26 Section Mon, Mar 5, 2007.
The Variance of a Random Variable Lecture 35 Section Fri, Mar 26, 2004.
Chapter 7 The Normal Probability Distribution 7.1 Properties of the Normal Distribution.
Continuous Random Variables Lecture 24 Section Tue, Oct 18, 2005.
Test of Goodness of Fit Lecture 41 Section 14.1 – 14.3 Wed, Nov 14, 2007.
4-1 Continuous Random Variables 4-2 Probability Distributions and Probability Density Functions Figure 4-1 Density function of a loading on a long,
Chapter 4 Continuous Random Variables and Probability Distributions
Engineering Probability and Statistics - SE-205 -Chap 4
Continuous Random Variables
Uniform Distributions and Random Variables
The Standard Normal Distribution
Cumulative distribution functions and expected values
Probablity Density Functions
Confidence Interval Estimation for a Population Proportion
Other Normal Distributions
Sampling Distribution of a Sample Proportion
AP Statistics: Chapter 7
Suppose you roll two dice, and let X be sum of the dice. Then X is
Independent Samples: Comparing Proportions
The Normal Probability Distribution Summary
Distribution of the Sample Proportion
Lecture 26 Section – Tue, Mar 2, 2004
POPULATION (of “units”)
Modeling Continuous Variables
Lecture 36 Section 14.1 – 14.3 Mon, Nov 27, 2006
The Normal Distribution
Chapter 6: Normal Distributions
Sampling Distribution of a Sample Mean
Mean and Standard Deviation
Sampling Distribution of a Sample Proportion
Lecture 23 Section Mon, Oct 25, 2004
Lecture 41 Section 14.1 – 14.3 Wed, Nov 14, 2007
Statistics Lecture 12.
3.0 Functions of One Random Variable
Lecture 21 Section – Fri, Oct 15, 2004
Continuous Random Variables
Sampling Distribution of a Sample Proportion
Histograms Lecture 14 Sec Fri, Feb 8, 2008.
Uniform Distributions and Random Variables
Continuous Random Variables
Modeling Discrete Variables
Simple Random Sampling
POPULATION (of “units”)
Continuous Random Variables 2
Chapter 6: Some Continuous Probability Distributions:
2 Chapter Chapter 2 Equations, Inequalities and Problem Solving.
Further Topics on Random Variables: Derived Distributions
Further Topics on Random Variables: Derived Distributions
Further Topics on Random Variables: Derived Distributions
Continuous Random Variables
Uniform Probability Distribution
Modeling Discrete Variables
Lecture 43 Section 14.1 – 14.3 Mon, Nov 28, 2005
Presentation transcript:

Continuous Random Variables Lecture 25 Section 7.5.3 Fri, Oct 29, 2004

Continuous Probability Distribution Functions Continuous Probability Distribution Function (pdf) – For a random variable X, it is a function with the property that the area between the graph of the function and an interval a ≤ x ≤ b equals the probability that a ≤ X ≤ b. In other words, Area = Probability

Example The TI-83 will return a random number between 0 and 1 if we enter rand and press ENTER. These numbers have a uniform distribution from 0 to 1. Let X be the random number returned by the TI-83.

Example The graph of the pdf of X. f(x) 1 x 1

Example What is the probability that the random number is at least 0.3?

Example What is the probability that the random number is at least 0.3? f(x) 1 x 0.3 1

Example What is the probability that the random number is at least 0.3? f(x) 1 x 0.3 1

Example What is the probability that the random number is at least 0.3? f(x) 1 x 0.3 1

Example What is the probability that the random number is at least 0.3? Probability = 70%. f(x) 1 Area = 0.7 x 0.3 1

Example What is the probability that the random number is between 0.3 and 0.8? f(x) 1 x 0.3 0.8 1

Example What is the probability that the random number is between 0.3 and 0.8? f(x) 1 x 0.3 0.8 1

Example What is the probability that the random number is between 0.3 and 0.8? f(x) 1 x 0.3 0.8 1

Example What is the probability that the random number is between 0.3 and 0.8? Probability = 50%. f(x) 1 Area = 0.5 x 0.3 0.8 1

Experiment Use the TI-83 to generate 500 values of X. Use rand(500) to do this. Check to see what proportion of them are between 0.3 and 0.8. Use a TI-83 histogram and Trace to do this.

Example Now suppose we use the TI-83 to get two random numbers from 0 to 1, and then add them together. Let Y = the sum of the two random numbers. What is the pdf of Y?

Example The graph of the pdf of Y. f(y) 1 y 1 2

Example The graph of the pdf of Y. f(y) 1 Area = 1 y 1 2

Example What is the probability that Y is between 0.5 and 1.5? f(y) 1 0.5 1 1.5 2

Example What is the probability that Y is between 0.5 and 1.5? f(y) 1 0.5 1 1.5 2

Example The probability equals the area under the graph from 0.5 to 1.5. f(y) 1 y 0.5 1 1.5 2

Example Cut it into two simple shapes, with areas 0.25 and 0.5. f(y) 1 0.5 1 1.5 2

Example The total area is 0.75. The probability is 75%. Area = 0.75 f(y) 1 Area = 0.75 y 0.5 1 1.5 2

Verification Use the TI-83 to generate 500 values of Y. Use rand(500) + rand(500). Use a histogram to find out how many are between 0.5 and 1.5.

Example Suppose we get 12 random numbers, uniformly distributed between 0 and 1, from the TI-83 and add them all up. Let X = sum of 12 random numbers from 0 to 1. What is the pdf of X?

Example It turns out that the pdf of X is approximately normal with a mean of 6 and a standard of 1. 6 7 8 9 5 4 3 N(6, 1) x

Example What is the probability that the sum will be between 5 and 7? P(5 < X < 7) = P(–1 < Z < 1) = 0.8413 – 0.1587 = 0.6826.

Example What is the probability that the sum will be between 4 and 8? P(4 < X < 8) = P(–2 < Z < 2) = 0.9772 – 0.0228 = 0.9544.

Experiment Use the TI-83 to see if we really do get a total between 5 and 7 about 68% of the time. Enter the expression sum(rand(12)) and press ENTER. Do it 500 times and see how often the total is between 5 and 7.

Experiment We should see a value between 5 and 7 about 68% of the time. We should see a value between 4 and 8 about 95% of the time. We should see a value between 3 and 9 nearly always (99.7%).