STAT509: Continuous Random Variable

Size: px
Start display at page:

Download "STAT509: Continuous Random Variable"

Transcription

1 University of South Carolina September 23, 2014

2 Continuous Random Variable A continuous random variable is a random variable with an interval (either finite or infinite) of real numbers for its range. Examples Let Y = length in meter. Let Y = temperature in F. Let Y = time in seconds

3 Continuous Random Variable Cont d Because the number of possible values of X is uncountably infinite, the probability mass function (pmf) is no longer suitable. For a continuous random variable, P(Y = y) = 0, the reason for that will become clear shortly. For a continuous random variable, we are interested in probabilities of intervals, such as P(a Y b), where a and b are real numbers. We will introduce the probability density function to calculate probabilities, such as P(a Y b).

4 Probability Density Function Every continuous random variable X we will cover in STAT509 has a probability density function (pdf), denoted by f X (x). Probability density function f X (x) is a function such that a f X (x) 0 for any x R b f X (x)dx = 1 c P(a X b) = b a f X (x)dx = area under f X (x) from a to b for any b > a. d If x 0 is a specific value, then P(X = x 0 ) = 0. We assign 0 to area under a point.

5 Cumulative Distribution Function Here is a pictorial illustration of pdf: Let X 0 be a specific value of interest, the cumulative distribution function (CDF) is defined via F X (x 0 ) = P(X x 0 ) = x0 f X (x)dx.

6 Cumulative Distribution Function Cont d If x 1 and x 2 are specific values, then P(x 1 X x 2 ) = x2 x 1 f X (x)dx = F X (x 2 ) F X (x 1 ). From last property of a pdf, we have P(x 1 X x 2 ) = P(x 1 < X < x 2 )

7 Example: Electric Current Let the continuous random variable X denote the current measured in a thin copper wire in milliamperes. Assume that the range of X (measured in ma) is [0, 20], and assume that the probability density function of X is f X (x) = 0.05 for 0 x 20. for What is the probability that a current measurement is less than 10 milliamperes? Solution: The plot of pdf of X is

8 Example: Electric Current Cont d

9 Example: CDF Calculation Suppose that Y has the pdf { 3y 2, 0 < y < 1 f Y (y) = 0, otherwise. Solution:

10 Mean of a Continuous R.V. The mean and variance can also be defined for a continuous random variable. Integration replaces summation in the discrete definitions. Recall that for a discrete random variable Y. The mean of Y is defined as E (Y ) = µ Y = all y y p Y (y). Definition: For a continuous random variable X. The mean of X is defined as E (X ) = µ X = xf X (x)dx

11 Mean of a Continuous R.V. Cont d NOTE: The limits of the integral in this definition, while technically correct, will always be the lower and upper limits corresponding to the nonzero part of the pdf. Definition: Just like in the discrete case, we can calculate the expected value for a function of a continuous r.v. Let X be a continuous random variable with pdf f X (x). Suppose that g is a real-valued function. Then, g(x ) is a random variable and E [g(x )] = g(x)f X (x)dx.

12 Variance of a Continuous R.V. Definition: The variance of X, denoted as Var (X ) or σ 2, is σ 2 = Var (X ) = E(X µ) 2 = The population standard deviation of X is σ = σ 2, the positive square root of the variance. (x µ) 2 f X (x) dx. The computational formula for variance is the same as the discrete case, i.e., Var (X ) = E (X 2 ) [E (X )] 2.

13 Example: Electric Current Recall that the pdf of X is { 0.05, 0 < x < 20 f X (x) = 0, otherwise. Let s calculate the mean of X :

14 Example: Electric Current Cont d What about the variance of X?

15 Introduction to Exponential Distribution We have discussed Poisson distribution in the previous chapter, which, for example, can model the number of car accidents for a given length of time t in certain intersection. The waiting time between accidents is another random variable that is often of interest. We can use exponential distribution to model such a waiting period. In general, let the random variable N denote the number of accidents during time of length x, and X be the waiting time. If the mean number of accidents is λ per base unit, then r.v. N follows a Poisson distribution with mean λx.

16 Introduction to Exponential Distribution To model the waiting time, suppose there is no accident during the time of length x. Now, It follows that P(X > x) = P(N = 0) = e λx (λx) 0 0! = e λx. F X (x) = P(X x) = 1 P(X > x) = 1 e λx. By differentiating the CDF of X, the pdf of X is { λe λx, x 0 f X (x) = 0, otherwise.

17 Exponential Distribution The plot of pdf of exponential distribution with differenct values of λ is shown below: The shorthand notation for X following exponential distribution is given by X exp(λ)

18 Mean and Variance for an Exponential Random Variable Suppose that X exp(λ), then E(X ) = The variance is Note, for exponential r.v., mean = standard deviation.

19 Summary on exponential distribution Suppose that X exp(λ), then pdf: f X (x) = λe λx, for x 0 CDF: F X (x) = P(X x) = 1 e λx, for x 0 Note: P(X > x) = 1 F X (x) = e λx, for x 0 Mean: E(X ) = 1 λ Variance: Var(X ) = 1 λ 2

20 Example: Computer Usage Let X denote the time in hours from the start of the interval until the first log-on. Then, X has an exponential distribution with 1 log-ons per hour. We are interested in the probability that X exceeds 6 minutes. (Hint: Because λ is given in log-ons per hour, we express all time units in hours. That is, 6 minutes =0.1 hour) Solution:

21 Example: Accidents The time between accidents at a factory follows an exponential distribution with a historical average of 1 accident every 900 days. What is the probability that there will be more than 1200 days between the next two accidents? Solution:

22 Example: Accidents Cont d If the time between accidents follows an exponential distribution with a mean of 900 days, what is the probability that there will be less than 900 days between the next two accidents? Solution:

23 Exponential or Poisson Distribution? We model the number of industrial accidents occurring in one year. We model the length of time between two industrial accidents (assuming an accident occurring is a Poisson event). We model the time between radioactive particles passing by a counter (assuming a particle passing by is a Poisson event). We model the number of radioactive particles passing by a counter in one hour

24 Example: Radioactive Particles The arrival of radioactive particles at a counter are Poisson events. So the number of particles in an interval of time follows a Poisson distribution. Suppose we average 2 particles per millisecond What is the probability that no particles will pass the counter in the next 3 milliseconds? What is the probability that more than 3 milliseconds will elapse before the next particle passes?

25 More Example: Machine Failures If the number of machine failures in a given interval of time follows a Poisson distribution with an average of 1 failure per 1000 hours, what is the probability that there will be no failures during the next 2000 hours? Solution: What is the probability that the time until the next failure is more than 2000 hours? Solution:

26 It s Your Turn... Number of failures in an interval of time follows a Poisson distribution. If the mean time to failure is 250 hours, what is the probability that more than 2000 hours will pass before the next failure occurs? a e 8 b 1 e 8 c e 1 8 d 1 e 1 8

27 Lack of Memory Property An even more interesting property of an exponential random variable is concerned with conditional probabilities. The exponential distribution is often used in reliability studies as the model for the time until failure of a device. The lack of memory property of the exponential distribution implies that the device does not wear out, i.e., P(L < t + t L > t) remains the same for any t. However, the lifetime L of a device that suffers slow mechanical wear, such as bearing wear, is better modeled by a distribution s.t. P(L < t + t L > t) increases with t, such as the Weibull distribution (later).

28 Proof of Lack of Memory Property Proof:

29 Understanding Lack of Memory Property To understand this property of exponential distribution, let us assume X models the life time of a light bulb. The lack of memory property tells you that given the fact that the light bulb still survives at time t 1, the probability it will work less than additional t 2 amount of time (the conditional probability) equals to the probability that it will work less than t 2 amount of time from the beginning (unconditional probability).

30 Common Application for the Exponential Dist. Mathematically, it can be shown that the exponential distribution is the only continuous probability distribution that has a constant failure rate due to its memoryless property. Time between failures when a product is in constant failure rate mode.

31 Constant Failure Rate Mode What is the probability that an electrical component in constant failure rate mode with an average time to failure of 2000 hours will still be operating at 2500 hours? Solution:

32 Constant Failure Rate Mode Cont d If ten of these components are placed in different devices, what is the probability that at least one will still be operating at 2500 hours? Solution:

33 Constant Failure Rate Mode Cont d For how many hours would you guarantee an electrical component that is in constant failure rate mode if the average time to failure is 5000 hours and you want no more than 5% of the components subject to the guarantee? (Hint: ln(e x ) = x) Solution:

34 Introduction to Weibull Distribution As mentioned previously, the Weibull distribution is often used to model the time until failure of many different physical systems. The random variable X with probability density function f (x) = β δ ( x δ ) β 1 e (x/δ) β, for x > 0 is a Weibull random variable with scale parameter δ > 0 and shape parameter β > 0.

35 Introduction to Weibull Distribution Cont d The parameters in the distribution provide a great deal of flexibility to model systems in which the number of failures increases with time (bearing wear), decreases with time (some semiconductors), or remains constant with time (failures caused by external shocks to the system).

36 CDF of Weibull Distribution Cont d If X has a Weibull distribution with parameters δ and β, then the cumulative distribution function of X is F (x) = 1 e (x/δ)β.

37 Example: Bearing Wear The time to failure (in hours) of a bearing in a mechanical shaft is satisfactorily modeled as a Weibull random variable with β = 1/2 and δ = 5000 hours. Determine the probability that a bearing lasts at least 6000 hours. Solution:

38 Introduction to Normal Distribution Most widely used model. Central Limit Theorem (more later): Whenever a random experiment is replicated, the random variable that equals the average (or total) result over the replicates tends to have a normal distribution as the number of replicates becomes large. Other names: Gaussian distribution, bell-shaped distribution or bell-shaped curve.

39 Density of Normal Distribution A random variable X with probability density function f (x) = 1 2πσ e (x µ)2 2σ 2, < x < is a normal random variable with parameters µ and σ, where < µ <, and σ > 0. Also, E (X ) = µ and Var (X ) = σ 2. We use X N (µ, σ 2 ) to denote the distribution. Our objective now is to calculate probabilities (of intervals) for a normal random variable through R or normal probability table.

40 Density of Normal Distribution Cont d The plot of normal distribution with different parameter values: CDF: The cdf of a normal random variable does not exist in closed form. Probabilities involving normal random variables and normal quantiles can be computed numerically.

41 Characteristics of Normal Pdf Bell-shaped curve < x <, i.e., the range of X is the whole real line µ determines distribution location and is the highest point on curve Curve is symmetric about µ σ determines distribution spread

42 It s Your Turn... Which pdf in the above has greater variance?

43 Example: Strip of Wire Assume that the current measurements in a strip of wire follow a normal distribution with a mean of 10 milliamperes and a variance of 4 (milliamperes) 2. What is the probability that a measurement exceeds 13 milliamperes? Solution: Let X denotes the measure in that strip of wire. Then, X N (10, 4). We want to calculate > 1-pnorm(13,10,2) [1] P(X > 13) = 1 P(X 13). Note code of calculating F (x) = P(X x) is of the form pnorm(x, µ, σ).

44 Empirical Rule For any normal random variable X, P(µ σ < X < µ + σ) = P(µ 2σ < X < µ + 2σ) = P(µ 3σ < X < µ + 3σ) = These are summarized in the following plot:

45 Earthquakes in a California Town Since 1900, the magnitude of earthquakes that measure 0.1 or higher on the Richter Scale in a certain location in California is distributed approximately normally, with µ = 6.2 and σ = 0.5, according to data obtained from the United States Geological Survey. Earthquake Richter Scale Readings

46 Earthquakes in a California Town Cont d Approximately what percent of the earthquakes are above 5.7 on the Richter Scale? What is the highest an earthquake can read and still be in the lowest 2.5%? What is the approximate probability an earthquake is above 6.7?

47 Standard Normal Distribution If X is a normal random variable with E (X ) = µ and Var (X ) = σ 2, the random variable Z = X µ σ is a normal random variable with E (Z) = 0 and Var (Z) = 1. That is, Z is a standard normal random variable. Creating a new random variable by this transformation is referred to as standardizing. Z is traditionally used as the symbol for a standard normal random variable.

48 Normal Probability Table

49 Normal Probability Table Cont d With the help of normal probability table, we can calculate the probabilities for nonstandard normal distribution through standardizing. Suppose X N (10, 4), we want to calculate P(X > 13). P(X > 13) = P( X > ) 4 4 = P(Z > 1.5) = 1 P(Z 1.5) = (from table) =

50 Normal Probability Table Cont d If we want to calculate P(X < 7), P(X < 7) = P( X 10 4 < ) = P(Z < 1.5) = If we want to calculate P(X > 7), P(X > 7) = P( X 10 4 > ) = P(Z > 1.5) = P(Z < 1.5) (by symmetry) =

51 Example: Steel Bolt The thickness of a certain steel bolt that continuously feeds a manufacturing process is normally distributed with a mean of 10.0 mm and standard deviation of 0.3 mm. Manufacturing becomes concerned about the process if the bolts get thicker than 10.5 mm or thinner than 9.5 mm. Find the probability that the thickness of a randomly selected bolt is greater than 10.5 or smaller than 9.5 mm. Solution:

52 Inverse Normal Probabilities Sometimes we want to answer a question which is the reverse situation. We know the probability, and want to find the corresponding value of Y.

53 Inverse Normal Probabilities Cont d What is the cutoff value that approximately 2.5% of the bolts produced will have thicknesses less than this value? Solution: We need to find the z value such that P(Z < z) = We can transform back to the original cutoff value from z. The R code of finding z is > qnorm(0.025) [1] Or, z = 1.96 by table. It follows that P(Z < 1.96) = ( ) X 10 P < 1.96 = P(X < 9.412) = Therefore, the cutoff value is

54 Inverse Normal Probabilities Cont d What is the cutoff value that approximately 1% of the bolts produced will have thicknesses greater than this value? Solution:

55 Normal Distribution Exercises The fill volume of an automatic filling machine used for filling cans of carbonated beverage is normally distributed with a mean of 12.4 fluid ounces and a standard deviation of 0.1 fluid ounce. What is the probability that a randomly chosen can will contain between 12.3 and 12.5 ounces? Solution: 2.5% of the cans will contain less than Solution: ounces.

56 Normal Distribution Exercises Cont d The mean of the filling operation can be adjusted easily, but the standard deviation remains at 0.1 ounce. At what value should the mean be set so that 97.5% of all cans exceed 12.0 ounces? Solution: At what value should the mean be set so that 97.5% of all cans exceed 12.0 ounces if the standard deviation can be reduced to 0.05 ounces? Solution:

57 Normal Distribution Exercises Cont d The army reports that the distribution of head circumferences among male soldiers is approximately normal with a mean of 22.8 inches and standard deviation of 1.1 inch. The army plans to make helmets in advance to fit the middle 98% of head circumferences for male soldiers. What head circumferences are small enough or big enough to require custom fitting? Solution:

58 Normal Distribution Exercises Cont d The distribution of head circumferences among female soldiers is approximately normal with mean 22.2 inches and standard deviation 1.4 inches. Female soldiers use the same type of helmet as male soldiers. What percent of female soldiers can be fitted with a made-in-advance helmet? Solution:

Chapter 4: Continuous Random Variable

Chapter 4: Continuous Random Variable Chapter 4: Continuous Random Variable Shiwen Shen University of South Carolina 2017 Summer 1 / 57 Continuous Random Variable A continuous random variable is a random variable with an interval (either finite

More information

Chapter 4: Continuous Probability Distributions

Chapter 4: Continuous Probability Distributions Chapter 4: Continuous Probability Distributions Seungchul Baek Department of Statistics, University of South Carolina STAT 509: Statistics for Engineers 1 / 57 Continuous Random Variable A continuous random

More information

Applied Statistics and Probability for Engineers. Sixth Edition. Chapter 4 Continuous Random Variables and Probability Distributions.

Applied Statistics and Probability for Engineers. Sixth Edition. Chapter 4 Continuous Random Variables and Probability Distributions. Applied Statistics and Probability for Engineers Sixth Edition Douglas C. Montgomery George C. Runger Chapter 4 Continuous Random Variables and Probability Distributions 4 Continuous CHAPTER OUTLINE Random

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Applied Statistics and Probability for Engineers Sixth Edition Douglas C. Montgomery George C. Runger Chapter 4 Continuous Random Variables and Probability Distributions 4 Continuous CHAPTER OUTLINE 4-1

More information

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution

STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution STAT 430/510 Probability Lecture 12: Central Limit Theorem and Exponential Distribution Pengyuan (Penelope) Wang June 15, 2011 Review Discussed Uniform Distribution and Normal Distribution Normal Approximation

More information

Ching-Han Hsu, BMES, National Tsing Hua University c 2015 by Ching-Han Hsu, Ph.D., BMIR Lab. = a + b 2. b a. x a b a = 12

Ching-Han Hsu, BMES, National Tsing Hua University c 2015 by Ching-Han Hsu, Ph.D., BMIR Lab. = a + b 2. b a. x a b a = 12 Lecture 5 Continuous Random Variables BMIR Lecture Series in Probability and Statistics Ching-Han Hsu, BMES, National Tsing Hua University c 215 by Ching-Han Hsu, Ph.D., BMIR Lab 5.1 1 Uniform Distribution

More information

BMIR Lecture Series on Probability and Statistics Fall, 2015 Uniform Distribution

BMIR Lecture Series on Probability and Statistics Fall, 2015 Uniform Distribution Lecture #5 BMIR Lecture Series on Probability and Statistics Fall, 2015 Department of Biomedical Engineering and Environmental Sciences National Tsing Hua University s 5.1 Definition ( ) A continuous random

More information

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables

Chapter Learning Objectives. Probability Distributions and Probability Density Functions. Continuous Random Variables Chapter 4: Continuous Random Variables and Probability s 4-1 Continuous Random Variables 4-2 Probability s and Probability Density Functions 4-3 Cumulative Functions 4-4 Mean and Variance of a Continuous

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 14: Continuous random variables Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin www.cs.cmu.edu/

More information

STAT 509 Section 3.4: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s.

STAT 509 Section 3.4: Continuous Distributions. Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. STAT 509 Section 3.4: Continuous Distributions Probability distributions are used a bit differently for continuous r.v. s than for discrete r.v. s. A continuous random variable is one for which the outcome

More information

STAT Chapter 5 Continuous Distributions

STAT Chapter 5 Continuous Distributions STAT 270 - Chapter 5 Continuous Distributions June 27, 2012 Shirin Golchi () STAT270 June 27, 2012 1 / 59 Continuous rv s Definition: X is a continuous rv if it takes values in an interval, i.e., range

More information

Probability Density Functions

Probability Density Functions Probability Density Functions Probability Density Functions Definition Let X be a continuous rv. Then a probability distribution or probability density function (pdf) of X is a function f (x) such that

More information

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators.

Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. IE 230 Seat # Closed book and notes. 60 minutes. Cover page and four pages of exam. No calculators. Score Exam #3a, Spring 2002 Schmeiser Closed book and notes. 60 minutes. 1. True or false. (for each,

More information

Gamma and Normal Distribuions

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

More information

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

S n = x + X 1 + X X n.

S n = x + X 1 + X X n. 0 Lecture 0 0. Gambler Ruin Problem Let X be a payoff if a coin toss game such that P(X = ) = P(X = ) = /2. Suppose you start with x dollars and play the game n times. Let X,X 2,...,X n be payoffs in each

More information

Chapter 4 Continuous Random Variables and Probability Distributions

Chapter 4 Continuous Random Variables and Probability Distributions Chapter 4 Continuous Random Variables and Probability Distributions Part 3: The Exponential Distribution and the Poisson process Section 4.8 The Exponential Distribution 1 / 21 Exponential Distribution

More information

Page 312, Exercise 50

Page 312, Exercise 50 Millersville University Name Answer Key Department of Mathematics MATH 130, Elements of Statistics I, Homework 4 November 5, 2009 Page 312, Exercise 50 Simulation According to the U.S. National Center

More information

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions

Introduction to Statistical Data Analysis Lecture 3: Probability Distributions Introduction to Statistical Data Analysis Lecture 3: Probability Distributions James V. Lambers Department of Mathematics The University of Southern Mississippi James V. Lambers Statistical Data Analysis

More information

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment:

Moments. Raw moment: February 25, 2014 Normalized / Standardized moment: Moments Lecture 10: Central Limit Theorem and CDFs Sta230 / Mth 230 Colin Rundel Raw moment: Central moment: µ n = EX n ) µ n = E[X µ) 2 ] February 25, 2014 Normalized / Standardized moment: µ n σ n Sta230

More information

Continuous Random Variables

Continuous Random Variables Continuous Random Variables Recall: For discrete random variables, only a finite or countably infinite number of possible values with positive probability. Often, there is interest in random variables

More information

Continuous Random Variables and Continuous Distributions

Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Continuous Random Variables and Continuous Distributions Expectation & Variance of Continuous Random Variables ( 5.2) The Uniform Random Variable

More information

STAT2201. Analysis of Engineering & Scientific Data. Unit 3

STAT2201. Analysis of Engineering & Scientific Data. Unit 3 STAT2201 Analysis of Engineering & Scientific Data Unit 3 Slava Vaisman The University of Queensland School of Mathematics and Physics What we learned in Unit 2 (1) We defined a sample space of a random

More information

3 Continuous Random Variables

3 Continuous Random Variables Jinguo Lian Math437 Notes January 15, 016 3 Continuous Random Variables Remember that discrete random variables can take only a countable number of possible values. On the other hand, a continuous random

More information

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models

System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models System Simulation Part II: Mathematical and Statistical Models Chapter 5: Statistical Models Fatih Cavdur fatihcavdur@uludag.edu.tr March 20, 2012 Introduction Introduction The world of the model-builder

More information

2DI90 Probability & Statistics. 2DI90 Chapter 4 of MR

2DI90 Probability & Statistics. 2DI90 Chapter 4 of MR 2DI90 Probability & Statistics 2DI90 Chapter 4 of MR Recap - Random Variables ( 2.8 MR)! Example: X is the random variable corresponding to the temperature of the room at time t. x is the measured temperature

More information

Expected Values, Exponential and Gamma Distributions

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

More information

STAT509: Discrete Random Variable

STAT509: Discrete Random Variable University of South Carolina September 16, 2014 Motivation So far, we have already known how to calculate probabilities of events. Suppose we toss a fair coin three times, we know that the probability

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

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued Chapter 3 sections Chapter 3 - continued 3.1 Random Variables and Discrete Distributions 3.2 Continuous Distributions 3.3 The Cumulative Distribution Function 3.4 Bivariate Distributions 3.5 Marginal Distributions

More information

Basics of Stochastic Modeling: Part II

Basics of Stochastic Modeling: Part II Basics of Stochastic Modeling: Part II Continuous Random Variables 1 Sandip Chakraborty Department of Computer Science and Engineering, INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR August 10, 2016 1 Reference

More information

Random variables. DS GA 1002 Probability and Statistics for Data Science.

Random variables. DS GA 1002 Probability and Statistics for Data Science. Random variables DS GA 1002 Probability and Statistics for Data Science http://www.cims.nyu.edu/~cfgranda/pages/dsga1002_fall17 Carlos Fernandez-Granda Motivation Random variables model numerical quantities

More information

Continuous Probability Distributions. Uniform Distribution

Continuous Probability Distributions. Uniform Distribution Continuous Probability Distributions Uniform Distribution Important Terms & Concepts Learned Probability Mass Function (PMF) Cumulative Distribution Function (CDF) Complementary Cumulative Distribution

More information

Brief Review of Probability

Brief Review of Probability Maura Department of Economics and Finance Università Tor Vergata Outline 1 Distribution Functions Quantiles and Modes of a Distribution 2 Example 3 Example 4 Distributions Outline Distribution Functions

More information

Chapter 4: CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS

Chapter 4: CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Chapter 4: CONTINUOUS RANDOM VARIABLES AND PROBABILITY DISTRIBUTIONS Part 4: Gamma Distribution Weibull Distribution Lognormal Distribution Sections 4-9 through 4-11 Another exponential distribution example

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

Slides 8: Statistical Models in Simulation

Slides 8: Statistical Models in Simulation Slides 8: Statistical Models in Simulation Purpose and Overview The world the model-builder sees is probabilistic rather than deterministic: Some statistical model might well describe the variations. An

More information

SDS 321: Introduction to Probability and Statistics

SDS 321: Introduction to Probability and Statistics SDS 321: Introduction to Probability and Statistics Lecture 17: Continuous random variables: conditional PDF Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin

More information

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 60 minutes.

IE 230 Probability & Statistics in Engineering I. Closed book and notes. 60 minutes. Closed book and notes. 60 minutes. A summary table of some univariate continuous distributions is provided. Four Pages. In this version of the Key, I try to be more complete than necessary to receive full

More information

Expected Values, Exponential and Gamma Distributions

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

More information

4Continuous Random. Variables and Probability Distributions CHAPTER OUTLINE LEARNING OBJECTIVES

4Continuous Random. Variables and Probability Distributions CHAPTER OUTLINE LEARNING OBJECTIVES 4Continuous Random Variables and Probability Distributions CHAPTER OUTLINE 4-1 CONTINUOUS RANDOM VARIABLES 4-2 PROBABILITY DISTRIBUTIONS AND PROBABILITY DENSITY FUNCTIONS 4-3 CUMULATIVE DISTRIBUTION FUNCTIONS

More information

Chapter 8: Continuous Probability Distributions

Chapter 8: Continuous Probability Distributions Chapter 8: Continuous Probability Distributions 8.1 Introduction This chapter continued our discussion of probability distributions. It began by describing continuous probability distributions in general,

More information

Notes on Continuous Random Variables

Notes on Continuous Random Variables Notes on Continuous Random Variables Continuous random variables are random quantities that are measured on a continuous scale. They can usually take on any value over some interval, which distinguishes

More information

2 Continuous Random Variables and their Distributions

2 Continuous Random Variables and their Distributions Name: Discussion-5 1 Introduction - Continuous random variables have a range in the form of Interval on the real number line. Union of non-overlapping intervals on real line. - We also know that for any

More information

Continuous distributions

Continuous distributions CHAPTER 7 Continuous distributions 7.. Introduction A r.v. X is said to have a continuous distribution if there exists a nonnegative function f such that P(a X b) = ˆ b a f(x)dx for every a and b. distribution.)

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

CIVL 7012/8012. Continuous Distributions

CIVL 7012/8012. Continuous Distributions CIVL 7012/8012 Continuous Distributions Probability Density Function P(a X b) = b ò a f (x)dx Probability Density Function Definition: and, f (x) ³ 0 ò - f (x) =1 Cumulative Distribution Function F(x)

More information

Fundamental Tools - Probability Theory II

Fundamental Tools - Probability Theory II Fundamental Tools - Probability Theory II MSc Financial Mathematics The University of Warwick September 29, 2015 MSc Financial Mathematics Fundamental Tools - Probability Theory II 1 / 22 Measurable random

More information

ECE 302 Division 2 Exam 2 Solutions, 11/4/2009.

ECE 302 Division 2 Exam 2 Solutions, 11/4/2009. NAME: ECE 32 Division 2 Exam 2 Solutions, /4/29. You will be required to show your student ID during the exam. This is a closed-book exam. A formula sheet is provided. No calculators are allowed. Total

More information

HW7 Solutions. f(x) = 0 otherwise. 0 otherwise. The density function looks like this: = 20 if x [10, 90) if x [90, 100]

HW7 Solutions. f(x) = 0 otherwise. 0 otherwise. The density function looks like this: = 20 if x [10, 90) if x [90, 100] HW7 Solutions. 5 pts.) James Bond James Bond, my favorite hero, has again jumped off a plane. The plane is traveling from from base A to base B, distance km apart. Now suppose the plane takes off from

More information

STAT 516 Midterm Exam 2 Friday, March 7, 2008

STAT 516 Midterm Exam 2 Friday, March 7, 2008 STAT 516 Midterm Exam 2 Friday, March 7, 2008 Name Purdue student ID (10 digits) 1. The testing booklet contains 8 questions. 2. Permitted Texas Instruments calculators: BA-35 BA II Plus BA II Plus Professional

More information

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued

Chapter 3 sections. SKIP: 3.10 Markov Chains. SKIP: pages Chapter 3 - continued Chapter 3 sections 3.1 Random Variables and Discrete Distributions 3.2 Continuous Distributions 3.3 The Cumulative Distribution Function 3.4 Bivariate Distributions 3.5 Marginal Distributions 3.6 Conditional

More information

Probability Distributions for Continuous Variables. Probability Distributions for Continuous Variables

Probability Distributions for Continuous Variables. Probability Distributions for Continuous Variables Probability Distributions for Continuous Variables Probability Distributions for Continuous Variables Let X = lake depth at a randomly chosen point on lake surface If we draw the histogram so that the

More information

p. 6-1 Continuous Random Variables p. 6-2

p. 6-1 Continuous Random Variables p. 6-2 Continuous Random Variables Recall: For discrete random variables, only a finite or countably infinite number of possible values with positive probability (>). Often, there is interest in random variables

More information

CSE 312, 2017 Winter, W.L. Ruzzo. 7. continuous random variables

CSE 312, 2017 Winter, W.L. Ruzzo. 7. continuous random variables CSE 312, 2017 Winter, W.L. Ruzzo 7. continuous random variables The new bit continuous random variables Discrete random variable: values in a finite or countable set, e.g. X {1,2,..., 6} with equal probability

More information

HW Solution 12 Due: Dec 2, 9:19 AM

HW Solution 12 Due: Dec 2, 9:19 AM ECS 315: Probability and Random Processes 2015/1 HW Solution 12 Due: Dec 2, 9:19 AM Lecturer: Prapun Suksompong, Ph.D. Problem 1. Let X E(3). (a) For each of the following function g(x). Indicate whether

More information

STAT 3610: Review of Probability Distributions

STAT 3610: Review of Probability Distributions STAT 3610: Review of Probability Distributions Mark Carpenter Professor of Statistics Department of Mathematics and Statistics August 25, 2015 Support of a Random Variable Definition The support of a random

More information

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3)

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) 3 Probability Distributions (Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) Probability Distribution Functions Probability distribution function (pdf): Function for mapping random variables to real numbers. Discrete

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 8 10/1/2008 CONTINUOUS RANDOM VARIABLES Contents 1. Continuous random variables 2. Examples 3. Expected values 4. Joint distributions

More information

Common ontinuous random variables

Common ontinuous random variables Common ontinuous random variables CE 311S Earlier, we saw a number of distribution families Binomial Negative binomial Hypergeometric Poisson These were useful because they represented common situations:

More information

Chapter 4. Continuous Random Variables 4.1 PDF

Chapter 4. Continuous Random Variables 4.1 PDF Chapter 4 Continuous Random Variables In this chapter we study continuous random variables. The linkage between continuous and discrete random variables is the cumulative distribution (CDF) which we will

More information

Chapter 4: Continuous Random Variables and Probability Distributions

Chapter 4: Continuous Random Variables and Probability Distributions Chapter 4: and Probability Distributions Walid Sharabati Purdue University February 14, 2014 Professor Sharabati (Purdue University) Spring 2014 (Slide 1 of 37) Chapter Overview Continuous random variables

More information

Special distributions

Special distributions Special distributions August 22, 2017 STAT 101 Class 4 Slide 1 Outline of Topics 1 Motivation 2 Bernoulli and binomial 3 Poisson 4 Uniform 5 Exponential 6 Normal STAT 101 Class 4 Slide 2 What distributions

More information

Northwestern University Department of Electrical Engineering and Computer Science

Northwestern University Department of Electrical Engineering and Computer Science Northwestern University Department of Electrical Engineering and Computer Science EECS 454: Modeling and Analysis of Communication Networks Spring 2008 Probability Review As discussed in Lecture 1, probability

More information

Chapter 3: Discrete Random Variable

Chapter 3: Discrete Random Variable Chapter 3: Discrete Random Variable Shiwen Shen University of South Carolina 2017 Summer 1 / 63 Random Variable Definition: A random variable is a function from a sample space S into the real numbers.

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

Continuous Distributions

Continuous Distributions A normal distribution and other density functions involving exponential forms play the most important role in probability and statistics. They are related in a certain way, as summarized in a diagram later

More information

Business Statistics. Chapter 6 Review of Normal Probability Distribution QMIS 220. Dr. Mohammad Zainal

Business Statistics. Chapter 6 Review of Normal Probability Distribution QMIS 220. Dr. Mohammad Zainal Department of Quantitative Methods & Information Systems Business Statistics Chapter 6 Review of Normal Probability Distribution QMIS 220 Dr. Mohammad Zainal Chapter Goals After completing this chapter,

More information

Stochastic Models in Computer Science A Tutorial

Stochastic Models in Computer Science A Tutorial Stochastic Models in Computer Science A Tutorial Dr. Snehanshu Saha Department of Computer Science PESIT BSC, Bengaluru WCI 2015 - August 10 to August 13 1 Introduction 2 Random Variable 3 Introduction

More information

General Random Variables

General Random Variables 1/65 Chia-Ping Chen Professor Department of Computer Science and Engineering National Sun Yat-sen University Probability A general random variable is discrete, continuous, or mixed. A discrete random variable

More information

Chapter 3 Common Families of Distributions

Chapter 3 Common Families of Distributions Lecture 9 on BST 631: Statistical Theory I Kui Zhang, 9/3/8 and 9/5/8 Review for the previous lecture Definition: Several commonly used discrete distributions, including discrete uniform, hypergeometric,

More information

Probability and Distributions

Probability and Distributions Probability and Distributions What is a statistical model? A statistical model is a set of assumptions by which the hypothetical population distribution of data is inferred. It is typically postulated

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

CIVL Continuous Distributions

CIVL Continuous Distributions CIVL 3103 Continuous Distributions Learning Objectives - Continuous Distributions Define continuous distributions, and identify common distributions applicable to engineering problems. Identify the appropriate

More information

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable

Lecture Notes 1 Probability and Random Variables. Conditional Probability and Independence. Functions of a Random Variable Lecture Notes 1 Probability and Random Variables Probability Spaces Conditional Probability and Independence Random Variables Functions of a Random Variable Generation of a Random Variable Jointly Distributed

More information

Math438 Actuarial Probability

Math438 Actuarial Probability Math438 Actuarial Probability Jinguo Lian Department of Math and Stats Jan. 22, 2016 Continuous Random Variables-Part I: Definition A random variable X is continuous if its set of possible values is an

More information

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3)

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) 3 Probability Distributions (Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) Probability Distribution Functions Probability distribution function (pdf): Function for mapping random variables to real numbers. Discrete

More information

Experimental Design and Statistics - AGA47A

Experimental Design and Statistics - AGA47A Experimental Design and Statistics - AGA47A Czech University of Life Sciences in Prague Department of Genetics and Breeding Fall/Winter 2014/2015 Matúš Maciak (@ A 211) Office Hours: M 14:00 15:30 W 15:30

More information

Lecture 3. David Aldous. 31 August David Aldous Lecture 3

Lecture 3. David Aldous. 31 August David Aldous Lecture 3 Lecture 3 David Aldous 31 August 2015 This size-bias effect occurs in other contexts, such as class size. If a small Department offers two courses, with enrollments 90 and 10, then average class (faculty

More information

Guidelines for Solving Probability Problems

Guidelines for Solving Probability Problems Guidelines for Solving Probability Problems CS 1538: Introduction to Simulation 1 Steps for Problem Solving Suggested steps for approaching a problem: 1. Identify the distribution What distribution does

More information

Chapter 3, 4 Random Variables ENCS Probability and Stochastic Processes. Concordia University

Chapter 3, 4 Random Variables ENCS Probability and Stochastic Processes. Concordia University Chapter 3, 4 Random Variables ENCS6161 - Probability and Stochastic Processes Concordia University ENCS6161 p.1/47 The Notion of a Random Variable A random variable X is a function that assigns a real

More information

CHAPTER 8. Normal distribution Introduction. A synonym for normal is Gaussian. The first thing to do is show that this is a density.

CHAPTER 8. Normal distribution Introduction. A synonym for normal is Gaussian. The first thing to do is show that this is a density. CHAPTER 8 Normal distribution 8.. Introduction A r.v. is a standard normal written N, )) if it has density e x /. A synonym for normal is Gaussian. The first thing to do is show that this is a density.

More information

Random Variables and Their Distributions

Random Variables and Their Distributions Chapter 3 Random Variables and Their Distributions A random variable (r.v.) is a function that assigns one and only one numerical value to each simple event in an experiment. We will denote r.vs by capital

More information

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations

Chapter 5. Statistical Models in Simulations 5.1. Prof. Dr. Mesut Güneş Ch. 5 Statistical Models in Simulations Chapter 5 Statistical Models in Simulations 5.1 Contents Basic Probability Theory Concepts Discrete Distributions Continuous Distributions Poisson Process Empirical Distributions Useful Statistical Models

More information

Topic 6 Continuous Random Variables

Topic 6 Continuous Random Variables Topic 6 page Topic 6 Continuous Random Variables Reference: Chapter 5.-5.3 Probability Density Function The Uniform Distribution The Normal Distribution Standardizing a Normal Distribution Using the Standard

More information

Probability Midterm Exam 2:15-3:30 pm Thursday, 21 October 1999

Probability Midterm Exam 2:15-3:30 pm Thursday, 21 October 1999 Name: 2:15-3:30 pm Thursday, 21 October 1999 You may use a calculator and your own notes but may not consult your books or neighbors. Please show your work for partial credit, and circle your answers.

More information

F X (x) = P [X x] = x f X (t)dt. 42 Lebesgue-a.e, to be exact 43 More specifically, if g = f Lebesgue-a.e., then g is also a pdf for X.

F X (x) = P [X x] = x f X (t)dt. 42 Lebesgue-a.e, to be exact 43 More specifically, if g = f Lebesgue-a.e., then g is also a pdf for X. 10.2 Properties of PDF and CDF for Continuous Random Variables 10.18. The pdf f X is determined only almost everywhere 42. That is, given a pdf f for a random variable X, if we construct a function g by

More information

Chapter 1: Revie of Calculus and Probability

Chapter 1: Revie of Calculus and Probability Chapter 1: Revie of Calculus and Probability Refer to Text Book: Operations Research: Applications and Algorithms By Wayne L. Winston,Ch. 12 Operations Research: An Introduction By Hamdi Taha, Ch. 12 OR441-Dr.Khalid

More information

Review for the previous lecture

Review for the previous lecture Lecture 1 and 13 on BST 631: Statistical Theory I Kui Zhang, 09/8/006 Review for the previous lecture Definition: Several discrete distributions, including discrete uniform, hypergeometric, Bernoulli,

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

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

1. The time between arrivals of taxis at a busy intersection is exponentially distributed with a mean of 10 minutes.

1. The time between arrivals of taxis at a busy intersection is exponentially distributed with a mean of 10 minutes. Practice Exam 2 (Posted on Mar. 20, 2015) Name: 1. The time between arrivals of taxis at a busy intersection is exponentially distributed with a mean of 10 minutes. (a) What is the probability that you

More information

Chapter 2 Continuous Distributions

Chapter 2 Continuous Distributions Chapter Continuous Distributions Continuous random variables For a continuous random variable X the probability distribution is described by the probability density function f(x), which has the following

More information

Homework 4 Math 11, UCSD, Winter 2018 Due on Tuesday, 13th February

Homework 4 Math 11, UCSD, Winter 2018 Due on Tuesday, 13th February PID: Last Name, First Name: Section: Approximate time spent to complete this assignment: hour(s) Homework 4 Math 11, UCSD, Winter 2018 Due on Tuesday, 13th February Readings: Chapters 16.6-16.7 and the

More information

Will Landau. Feb 21, 2013

Will Landau. Feb 21, 2013 Iowa State University Feb 21, 2013 Iowa State University Feb 21, 2013 1 / 31 Outline Iowa State University Feb 21, 2013 2 / 31 random variables Two types of random variables: Discrete random variable:

More information

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables

Why study probability? Set theory. ECE 6010 Lecture 1 Introduction; Review of Random Variables ECE 6010 Lecture 1 Introduction; Review of Random Variables Readings from G&S: Chapter 1. Section 2.1, Section 2.3, Section 2.4, Section 3.1, Section 3.2, Section 3.5, Section 4.1, Section 4.2, Section

More information

continuous random variables

continuous random variables continuous random variables continuous random variables Discrete random variable: takes values in a finite or countable set, e.g. X {1,2,..., 6} with equal probability X is positive integer i with probability

More information

3 Conditional Expectation

3 Conditional Expectation 3 Conditional Expectation 3.1 The Discrete case Recall that for any two events E and F, the conditional probability of E given F is defined, whenever P (F ) > 0, by P (E F ) P (E)P (F ). P (F ) Example.

More information

Chapter 3: Random Variables 1

Chapter 3: Random Variables 1 Chapter 3: Random Variables 1 Yunghsiang S. Han Graduate Institute of Communication Engineering, National Taipei University Taiwan E-mail: yshan@mail.ntpu.edu.tw 1 Modified from the lecture notes by Prof.

More information

Homework for 1/13 Due 1/22

Homework for 1/13 Due 1/22 Name: ID: Homework for 1/13 Due 1/22 1. [ 5-23] An irregularly shaped object of unknown area A is located in the unit square 0 x 1, 0 y 1. Consider a random point distributed uniformly over the square;

More information