The Erik Jonsson School of Engineering and Computer Science Chapter 3 pp. 101-152 William J. Pervin The University of Texas at Dallas Richardson, Texas.

Slides:



Advertisements
Similar presentations
Continuous Random Variables Chapter 5 Nutan S. Mishra Department of Mathematics and Statistics University of South Alabama.
Advertisements

Random Variable A random variable X is a function that assign a real number, X(ζ), to each outcome ζ in the sample space of a random experiment. Domain.
CDA6530: Performance Models of Computers and Networks Chapter 5: Generating Random Number and Random Variables TexPoint fonts used in EMF. Read the TexPoint.
Use of moment generating functions. Definition Let X denote a random variable with probability density function f(x) if continuous (probability mass function.
Continuous Random Variable (1). Discrete Random Variables Probability Mass Function (PMF)
Continuous Random Variable (2). Families of Continuous Random Variables Uniform R.V. Exponential R.V. Gaussian R.V.
Continuous Random Variables. For discrete random variables, we required that Y was limited to a finite (or countably infinite) set of values. Now, for.
Probability Densities
Review.
P robability Midterm Practice Condition Independence 郭俊利 2009/04/13.
Lesson #15 The Normal Distribution. For a truly continuous random variable, P(X = c) = 0 for any value, c. Thus, we define probabilities only on intervals.
CSE 221: Probabilistic Analysis of Computer Systems Topics covered: Continuous random variables Uniform and Normal distribution (Sec. 3.1, )
A random variable that has the following pmf is said to be a binomial random variable with parameters n, p The Binomial random variable.
Probability Mass Function Expectation 郭俊利 2009/03/16
CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics Instructor Longin Jan Latecki Chapter 5: Continuous Random Variables.
The Erik Jonsson School of Engineering and Computer Science Chapter 2 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
Week 51 Theorem For g: R  R If X is a discrete random variable then If X is a continuous random variable Proof: We proof it for the discrete case. Let.
Chapter 6: Some Continuous Probability Distributions:
Chapter 4 Joint Distribution & Function of rV. Joint Discrete Distribution Definition.
Copyright (c) 2004 Brooks/Cole, a division of Thomson Learning, Inc. Chapter 4 Continuous Random Variables and Probability Distributions.
Copyright © Cengage Learning. All rights reserved. 4 Continuous Random Variables and Probability Distributions.
Chapter 21 Random Variables Discrete: Bernoulli, Binomial, Geometric, Poisson Continuous: Uniform, Exponential, Gamma, Normal Expectation & Variance, Joint.
CIS 2033 based on Dekking et al. A Modern Introduction to Probability and Statistics, 2007 Instructor Longin Jan Latecki Chapter 7: Expectation and variance.
The Erik Jonsson School of Engineering and Computer Science Chapter 1 pp William J. Pervin The University of Texas at Dallas Richardson, Texas
Functions of Random Variables. Methods for determining the distribution of functions of Random Variables 1.Distribution function method 2.Moment generating.
The Erik Jonsson School of Engineering and Computer Science Chapter 6 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
Tch-prob1 Chap 3. Random Variables The outcome of a random experiment need not be a number. However, we are usually interested in some measurement or numeric.
IRDM WS Chapter 2: Basics from Probability Theory and Statistics 2.1 Probability Theory Events, Probabilities, Random Variables, Distributions,
4.2 Variances of random variables. A useful further characteristic to consider is the degree of dispersion in the distribution, i.e. the spread of the.
Continuous Probability Distributions  Continuous Random Variable  A random variable whose space (set of possible values) is an entire interval of numbers.
Further distributions
Section 3.6 Recall that y –1/2 e –y dy =   0 (Multivariable Calculus is required to prove this!)  (1/2) = Perform the following change of variables.
K. Shum Lecture 16 Description of random variables: pdf, cdf. Expectation. Variance.
Continuous Distributions The Uniform distribution from a to b.
22/10/2015 How many words can you make? Three or more letters Must all include A A P I Y M L F.
Probability & Statistics I IE 254 Summer 1999 Chapter 4  Continuous Random Variables  What is the difference between a discrete & a continuous R.V.?
STA347 - week 51 More on Distribution Function The distribution of a random variable X can be determined directly from its cumulative distribution function.
Chapter 2 Random variables 2.1 Random variables Definition. Suppose that S={e} is the sampling space of random trial, if X is a real-valued function.
One Random Variable Random Process.
Probability Refresher. Events Events as possible outcomes of an experiment Events define the sample space (discrete or continuous) – Single throw of a.
7 sum of RVs. 7-1: variance of Z Find the variance of Z = X+Y by using Var(X), Var(Y), and Cov(X,Y)
Continuous Random Variables. Probability Density Function When plotted, discrete random variables (categories) form “bars” A bar represents the # of.
INTRODUCTORY MATHEMATICAL ANALYSIS For Business, Economics, and the Life and Social Sciences  2011 Pearson Education, Inc. Chapter 16 Continuous Random.
Chapter 2: Random Variable and Probability Distributions Yang Zhenlin.
CONTINUOUS RANDOM VARIABLES
Topic 5: Continuous Random Variables and Probability Distributions CEE 11 Spring 2002 Dr. Amelia Regan These notes draw liberally from the class text,
Chapter 5. Continuous Random Variables. Continuous Random Variables Discrete random variables –Random variables whose set of possible values is either.
The Erik Jonsson School of Engineering and Computer Science Chapter 4 pp William J. Pervin The University of Texas at Dallas Richardson, Texas.
Expectations Introduction to Probability & Statistics Expectations.
Stat 35b: Introduction to Probability with Applications to Poker Outline for the day: 1.Uniform, normal, and exponential. 2.Exponential example. 3.Uniform.
Intensive Actuarial Training for Bulgaria January 2007 Lecture 0 – Review on Probability Theory By Michael Sze, PhD, FSA, CFA.
Probability & Random Variables
Random Variables By: 1.
Week 61 Poisson Processes Model for times of occurrences (“arrivals”) of rare phenomena where λ – average number of arrivals per time period. X – number.
Copyright © Cengage Learning. All rights reserved. 4 Continuous Random Variables and Probability Distributions.
Random Variable 2013.
The Exponential and Gamma Distributions
Cumulative distribution functions and expected values
ETM 607 – Spreadsheet Simulations
CONTINUOUS RANDOM VARIABLES
South Dakota School of Mines & Technology Introduction to Probability & Statistics Industrial Engineering.
Useful Discrete Random Variables
Chapter 4: Mathematical Expectation:
Probability Review for Financial Engineers
Introduction to Probability & Statistics Expectations
Functions of Random variables
The University of Texas at Dallas
Vital Statistics Probability and Statistics for Economics and Business
Chapter 3 : Random Variables
CS723 - Probability and Stochastic Processes
Presentation transcript:

The Erik Jonsson School of Engineering and Computer Science Chapter 3 pp William J. Pervin The University of Texas at Dallas Richardson, Texas 75083

The Erik Jonsson School of Engineering and Computer Science Chapter 3 Continuous Random Variables

The Erik Jonsson School of Engineering and Computer Science Chapter Cumulative Distribution Function: The CDF F X of a RV X is F X (x) = P[X ≤ x] F X (-∞)=0; F X (+∞) = 1 P[x 1 < X ≤ x 2 ] = F X (x 2 ) – F X (x 1 )

The Erik Jonsson School of Engineering and Computer Science Chapter 3 Definition: A RV X is continuous if its CDF F X is continuous

The Erik Jonsson School of Engineering and Computer Science Chapter Probability Density Function: The PDF f X of a continuous RV X is f X (x) = dF X (x)/dx Or, F X (x) = ∫ -∞ x f X (t)dt

The Erik Jonsson School of Engineering and Computer Science Chapter 3 For a continuous RV X with PDF f X (x): (a) f X (x) ≥ 0 for all x (b) F X (x) = ∫ -∞ x f X (u)du (c) ∫ -∞ +∞ f X (x)dx = 1 Note: We do not require f X (x) ≤ 1

The Erik Jonsson School of Engineering and Computer Science Chapter 3 P[x 1 < X ≤ x 2 ] = ∫ x 1 x 2 f X (x)dx Note that endpoints don’t matter!

The Erik Jonsson School of Engineering and Computer Science Chapter Expected Values: E[X] = ∫ xf X (x)dx = μ X E[g(X)] = ∫ g(x)f X (x)dx Var[X] = ∫ (x - μ X ) 2 f X (x) dx

The Erik Jonsson School of Engineering and Computer Science Chapter 3 E[X – μ X ] = 0; that is, μ X = E[X] E[aX + b] = aE[X] + b Var[X] = E[X 2 ] – μ X 2 Var[aX + b] = a 2 Var[X] Thus, σ aX+b = aσ X

The Erik Jonsson School of Engineering and Computer Science Chapter Families of Continuous RVs: Uniform (a,b): f X (x) = 1/(b-a) if a≤x<b, 0 otherwise F X (x) = 0, x ≤ a = (x-a)/(b-a), a < x ≤ b = 1, x > b E[X] = (b+a)/2; Var[X] = (b-a) 2 /12

The Erik Jonsson School of Engineering and Computer Science Chapter 3 Exponential (λ): f X (x) = λe -λx, x ≥ 0, 0 otherwise PDF F X (x) = 1 – e -λx, x ≥ 0, 0 otherwise CDF E[X] = 1/λ Var[X] = 1/λ 2 σ X = 1/λ

The Erik Jonsson School of Engineering and Computer Science Chapter 3 If K = ┌ X ┐ then: If X is uniform (a,b) with a,b integers, then K is discrete uniform (a+1, b). If X is exponential (λ) then K is geometric (p = 1 - e -λ ).

The Erik Jonsson School of Engineering and Computer Science Chapter Gaussian RVs: Gaussian (μ,σ): f X (x) = (2πσ 2 ) -1/2 exp{-(x-μ) 2 /2σ 2 } E[X] = μ; Var[X] = σ 2 ; [S.D. = σ]

The Erik Jonsson School of Engineering and Computer Science Chapter 3 Theorem: If X is Gaussian (μ,σ) then Y = aX + b is Gaussian (aμ + b, aσ). Standard Normal RV Z is Gaussian (0,1) Standard Normal CDF Φ Z (z) = (2π) -1/2 Int{e -t 2 /2 dt,-∞,z}

The Erik Jonsson School of Engineering and Computer Science Chapter 3 If X is Gaussian (μ,σ) RV, the CDF of X is F X (x) = Φ((x-μ)/σ) P[a < X ≤ b] = Φ((b-μ)/σ) – Φ(a-μ)/σ) Tables use z = (x-μ)/σ standard deviations from the mean

The Erik Jonsson School of Engineering and Computer Science Chapter 3 For negative values in the tables use Φ(-z) = 1 – Φ(z) Standard Normal Complementary CDF Q(z) = P[Z > z] = 1 – Φ(z)

The Erik Jonsson School of Engineering and Computer Science Chapter Delta Functions; Mixed RVs: Unit impulse (Delta) “function” δ has the property that, for any continuous g(x): Int{g(x)δ(x-x 0 )dx,-∞,+ ∞} = g(x 0 )

The Erik Jonsson School of Engineering and Computer Science Chapter 3 Unit step function u: u(x) = 0, x < 0 = 1, x ≥ 0 u(x) = Int{δ(t)dt,-∞,x} δ(x) = du(x)/dx Mixed RVs contain impulses and values

The Erik Jonsson School of Engineering and Computer Science Chapter Probability Models for Derived RVs: If Y = g(X), how to determine f Y (y) from g(X) and f X (x): 1. Find CDF F Y (y) = P[Y≤y] 2. Take derivative f Y (y) = dF Y (y)dy

The Erik Jonsson School of Engineering and Computer Science Chapter 3 Let U be uniform (0,1) RV and let F be a CDF with inverse F -1 defined on (0,1). The RV X = F -1 (U) has CDF F X (x)=F(x). Note: Most random number generators yield the uniform (0,1) distribution. This method is very important for simulation work with other distributions!

The Erik Jonsson School of Engineering and Computer Science Chapter Conditioning a Continuous RV 3.9 MATLAB