Exponential, Gamma and Normal Distribuions

Size: px
Start display at page:

Download "Exponential, Gamma and Normal Distribuions"

Transcription

1 Exponential, Gamma and Normal Distribuions Sections 5.4, 5.5 & 6.5 Cathy Poliak, Ph.D. Office in Fleming 11c Department of Mathematics University of Houston Lecture Cathy Poliak, Ph.D. Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

2 Outline 1 Exponential Distribution 2 Gamma Distribution 3 Normal Distribution 4 The Empirical Rule 5 The Standard Normal Distribution 6 Using the z-table 7 Inverse Normal 8 Approximating the Binomial Distribution 9 Sampling Distributions 10 Sampling Distribution of X 11 Finding Probabilities for X 12 Proportions 13 Sampling Distribution of ˆp Cathy Poliak, Ph.D. cathy@math.uh.edu Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

3 Definition of a Density Function A density function is a nonnegative function f defined of the set of real numbers such that: f (x)dx = 1. If f is a density function, then its integral F(x) = x f (u)du is a continuous cumulative distribution function (cdf), that is P(X x) = F(x). If X is a random variable with this density function, then for any two real numbers, a and b P(a X b) = b a f (x)dx. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

4 Using the cdf F (X) to Compute Probabilities Let X be a continuous random variable with pdf f (x) and cdf F(x). Then for any number a, P(X > a) = 1 F(a) and for any two numbers a and b with a < b, P(a X b) = F (b) F(a) Cathy Poliak, Ph.D. cathy@math.uh.edu Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

5 The Exponential Distribution X is said to have an exponential distribution with parameter λ (lambda > 0) if the pdf of X is: { λe λx x 0 f (x) = 0 otherwise Where λ is a rate parameter, we write X Exp(λ). The cdf of a exponential random variable is: { 0 x < 0 F(x) = 1 e λx x 0 The mean of the exponential distribution is µ x = E(X) = 1 λ the standard deviation is also 1 λ. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

6 Exponential Density Curves Exponential Density Curves lambda = 0.5 lambda = 1 lambda = Cathy Poliak, Ph.D. cathy@math.uh.edu Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

7 Exponential Distribution Related to the Poisson Distribution The exponential distribution is frequently used as a model for the distribution of times between the occurrence of successive events until the first arrival. Suppose that the number of events occurring in any time of length t has a Poisson distribution with parameter αt. Where α, the rate of the event process, is the expected number of events occurring in 1 unit of time. The number of occurrences are in non overlapping intervals and are independent of one another. Then the distribution of elapsed time between the occurrence of two successive events is exponential with parameter λ = α. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

8 Example Suppose you usually get 3 phone calls per hour. 3 phone calls per hour means that we would expect one phone call every 1 3 hour so λ = 1 3. Compute the probability that a phone call will arrive within the next hour. Cathy Poliak, Ph.D. cathy@math.uh.edu Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

9 R code > pexp(1,1/3) [1] To find the probability of an exponetial distribution in R: pexp(x,λ). To find the percentile (quantile) in R: qexp(x,λ). Cathy Poliak, Ph.D. Office in FlemingSections 11c (Department 5.4, 5.5 & of 6.5Mathematics University of Houston Lecture ) / 85

10 Examples Applications of the exponential distribution occurs naturally when describing the waiting time in a homogeneous Poisson process. It can be used in a range of disciplines including queuing theory, physics, reliability theory, and hydrology. Examples of events that may be modeled by exponential distribution include: The time until a radioactive particle decays The time between clicks of a Geiger counter The time until default on payment to company debt holders The distance between roadkills on a given road The distance between mutations on a DNA strand The time it takes for a bank teller to serve a customer The height of various molecules in a gas at a fixed temperature and pressure in a uniform gravitational field The monthly and annual maximum values of daily rainfall and river discharge volumes / 85

11 The Gamma Function The gamma function Γ(α) is defined by: Γ(α) = 0 x α 1 e x dx / 85

12 Properties of the Gamma Function The most important properties of the gamma function are the following: 1. For any α > 1, Γ(α) = (α 1)Γ(α 1) 2. For any positive integer, n, Γ(n) = (n 1)! 3. Γ( 1 2 ) = π / 85

13 The PDF of a Gamma Distribution A continuous random variable X is said to have a gamma distribution if the pdf of X is { 1 β f (x; α, β) = α Γ(α) x α 1 e x/β x 0 0 otherwise where parameters α and β satisfy α > 0, β > / 85

14 Gamma Distribution Related to the Poisson Gamma distribution is a distribution that arises naturally in processes for which the waiting times between events are relevant. It can be thought of as a waiting time between Poisson distributed events, unitl k arrivals. Thus the scale parameter can also be thought of as the inverse of the rate parameter (µ), 1 µ. Then α = k and β = 1 µ In R, P(X x) = pgamma(x, α, 1 β ) / 85

15 Gamma Density Curve Gamma Density Curve alpha = 2, beta = 1/3 alpa = 1, beta = 1 alpha = 2, beta = 2 alpha = 2, beta = / 85

16 Applications of the Gamma Distribution The gamma distribution can be used a range of disciplines including queuing models, climatology, and financial services. Examples of events that may be modeled by gamma distribution include: The amount of rainfall accumulated in a reservoir The size of loan defaults or aggregate insurance claims The flow of items through manufacturing and distribution processes The load on web servers The many and varied forms of telecom exchange / 85

17 Example Suppose that the telephone calls arriving at a prticular switchboard follow a Poisson process with an average of 5 calls coming per minute. What is the probability that up to a minute will elapse until 2 calls have come in to the switchboard? Average of 5 calls coming per minute means that β = 1 5. Until 2 calls have come into the switchboard means that α = / 85

18 Mean and Variance of the Gamma Distribution The mean and variance of a random variable X having the gamma distribution are: E(X) = µ = αβ Var(X) = σ 2 = αβ / 85

19 Example of Gamma Distribution Suppose that a transistor of a certain type is subjected to an accelerated life test, the lifetime Y (in weeks) has a gamma distribution with a mean of 24 and a standard deviation of Find the values of α and β. 2. Find P(Y 24) / 85

20 The Normal distributions Common type of probability distributions for continuous random variables. The highest probability is where the values are centered around the mean. Then the probability declines the further from the mean a value gets. These curves are symmetric, single-peaked, and bell-shaped. The mean µ is located at the center of the curve and is the same as the median. The standard deviation σ controls the spread of the curve. If σ is small then the curve is tall and slim. If σ is large then the curve is short and fat / 85

21 Normal distributions important to statistics? Normal distributions are good descriptions for some distributions of real data. Normal distributions are good approximations to the results of many kinds of chance outcomes. Many statistical inference procedures based on Normal distributions work well for other roughly symmetric distributions / 85

22 Facts about the Normal distribution The curve is symmetric about the mean. That is, 50% of the area under the curve is below the mean. 50% of the area under the curve is above the mean. The spread of the curve is determined by the standard deviation. The area under the curve is with respect to the number of standard deviations a value is from the mean. Total area under the curve is 1. Area under the curve is the same a probability within a range of values. If X is a Normal distribution with mean µ and standard deviation σ we would write it as N(µ, σ) / 85

23 Density Function This is the graph of the density function. Density Curves for Normal Distributions mean = 0, sd = 1 mean = 0, sd = 2 mean = 2, sd = 1 mean = 2, sd = / 85

24 PDF of a Normal Distribution A continuous random variable X is said to have a Normal distribution with parameters µ and σ (or µ and σ 2 ), where < µ < and 0 < σ, if the pdf of X is: f (x) = 1 2πσ e (x µ)2 /2σ 2 For all < x < / 85

25 The Empirical Rule or Rule Unfortunately to find the area under this density curve is not as easy to compute. Thus we can use the following approximate rule for the area under the Normal density curve. In the Normal Distribution with mean µ and standard deviation σ: 68% of the observations fall within 1 standard deviation σ of the mean µ. 95% of the observations fall within 2 standard deviations 2σ of the mean µ. 99.7% of the observations fall within 3 standard deviations 3σ of the mean µ / 85

26 The rule for Normal distributions / 85

27 MPG of Prius The MPG of Prius has a Normal distribution with mean µ = 49 mpg and standard deviation σ = 3.5 mpg. 49-3(3.5) 49-2(3.5) (3.5) (3.5) / 85

28 MPG of Prius About what percent have between 42 and 52.5 mpg? 49-3(3.5) 49-2(3.5) (3.5) (3.5) / 85

29 MPG of Prius About what percent have between 42 and 45.5 mpg? 49-3(3.5) 49-2(3.5) (3.5) (3.5) / 85

30 MPG of Prius About what percent have less than 42 mpg? 49-3(3.5) 49-2(3.5) (3.5) (3.5) / 85

31 Not 1, 2 or 3 Standard Deviations An orange juice producer buys all his oranges from a large orange grove. The amount of juice squeezed from each of these oranges is approximately normally distributed, with a mean of 4.70 ounces and a standard deviation of 0.40 ounce. The random variable is X = the amount of juice squeezed from one orange. What is the probability that an orange will have less than 4 ounces of juice? P(X < 4). There are a couple of ways to answer this question. R: pnorm(x,mean,sd), pnorm(4,4.7,0.4) = Z-Table: In your textbook. This table is for Standard Normal Distribution / 85

32 Determine the probabilities? X = amount of juice squeezed with N(4.7, 0.4). 1. What is the probability that more than four ounces of juice will be squeezed? 2. What is the probability that between 3.5 and 4.5 ounces of juice will be squeezed? 3. What is the probability that beyond 3 or beyond 5 ounces of juice will be squeezed? / 85

33 Your Turn Let a random variable X have a Normal distribution with mean µ = 10 and standard deviation σ = 2. For the following questions determine what is the proper way to solve these probabilities. 1. P(X < 7.25) 2. P(X 5) a) pnorm(7.25,10,2) c) pnorm(7,10,2) b) 1-pnorm(7.25,10,2) d) dnorm(7.25, 10, 2) a) pnorm(5, 10, 2) c) 1 - pnorm(4, 10, 2) b) 1 - pnorm(5, 10, 2) d) dnorm(6, 10, 2) 3. P(9 X 11) a) pnorm(11, 10, 2) - pnorm(8, 10, 2) b) pnorm(11, 10, 2) - 1- pnorm(9, 10, 2) c) pnrom(11, 10, 2) - pnorm(9, 10, 2) d) dnorm(11, 10, 2) - dnorm(9, 10, 2) / 85

34 Standard Normal Distribution To compute P(a X b) when X is a Normal random variable with parameters µ and σ, we must evaluate: b a 1 2πσ e (x µ)2 /2σ 2 dx None of the standard integration techniques can be used to evaluate this, thus we "standardize" the values by: Z = X µ σ where µ Z = 0 and σ Z = 1 to get the pdf: f (z) = 1 2π e z2 /2 The cdf of Z is P(Z z) = z f (y)dy which we denote by Φ(z) / 85

35 Key concepts for z-scores The z-score is the number of standard deviations a value is from the mean. Z -scores have no units They measure the distance an observation is from the mean in standard deviations. Positive z-scores indicate that the observation is above the mean. Negative z-scores indicate that the observation is below the mean. Z -scores usually are between 3 and 3. Anything beyond these two values indicates that the observation is extreme / 85

36 Example of Z-scores A certain town has a mean monthly high temperature in January of 35 F and a standard deviation of 8 F. This town also has a mean monthly high temperature in July of 75 F with a standard deviation of 10 F. In which month is it more unusual to have a day with a high temperature of 55 degrees? / 85

37 Another Example The score on a test has a mean of 75 with standard deviation 15. If I said your standard score (z-score) is 2.25, what is your actual test score? / 85

38 Normal Distribution Calculations Area under a Normal curve represent proportions (probability) of observations within a range of values. There is no easy way to find the area under a Normal curve. We use a table or software that calculates the desired areas. The table we use is Z-table It uses a cumulative proportion. A cumulative proportion is the proportion (probability) of observations in a distribution that lie at or below a given value. This is Φ(z). When the distribution is given by a density curve, the cumulative proportion is the area under the curve to the left of a given value / 85

39 Using The Z-table The vertical margin are the left most digits of a z-score. The top margin is the hundredths place of a z-score. The numbers inside the table represents the area from to that z-score. Remember that the standard Normal density curve is symmetric and the total area is equal to 1. Note: R can calculate these probabilities and also some calculators. Without having to convert to z-scores / 85

40 P(Z 1.52) P(Z -1.52) / 85

41 P(Z 1.52) = R: pnorm(-1.52) = Table A: P(Z < z) z P(Z -1.52) / 85

42 P(Z 0.95) P(Z 0.95) / 85

43 P(Z 0.95) = R: 1 - pnorm(0.95) = Table A: P(Z < z) z P(Z 0.95)= 1 P( Z < 0.95) = = / 85

44 P(1.3 < Z < 1.72) P(1.3 < Z < 1.72) / 85

45 P(1.3 < Z < 1.72) = R: pnorm(1.72) - pnorm(1.3) = z P(1.3 < Z < 1.72) = = / 85

46 Finding a value when given a proportion Called inverse Normal. This is working Backwards using Z-Table. Finding the observed values when given a percent. In R: qnorm(proportion,mean,sd) / 85

47 Backward Normal calculations Using Z-Table 1. State the problem. Since, Z-Table, qnorm and invnorm gives the areas to the left of z-scores, always state the problem in terms of the area to the left of x. Keep in mind that the total area under the standard Normal curve is Use Table A to find c. This is the value from the table not a value that we calculate. 3. Unstandardized to transform the solution from the z-score back to the original x scale. Solving for x using the equation gives the equation x = σ(c) + µ. c = x µ σ / 85

48 Examples to Work "Backwards" with the Normal Distribution Find the value of c so that: 1. P(Z < c) = P(Z > c) = P( c < Z < c) = / 85

49

50 MPG for Prius The miles per gallon for a Toyota Prius has a Normal distribution with mean µ = 49 mpg and standard deviation σ = 3.5 mpg. 25% of the Prius have a MPG of what value and lower? 1. We want c, such that P(Z < c) = That is we want to know what z-score cuts off the lowest 25%. P( Z <?) =0.25 z / 85

51 Find c such that P(Z < c) = From Table A, find something close to 0.25 inside the table. z P(Z <?) = 0.25 (closes value is ) z = (-0.6 row column ) / 85

52 Find c such that P(Z < c) = Unstandardized: x = σ(c) + µ = 3.5( 0.67) + 49 = This means that 25% of the Prius has a mpg of less than mpg. Using R: qnorm(0.25,49,3.5) = / 85

53 Top 10% Suppose you rank in the 10% of your class. If the mean GPA is 2.7 and the standard deviation is 0.59, what is your GPA? ( Assume a Normal distribution) 1. We want c, such that P(Z > c) = That is we want to know what z-score cuts off the highest 10%. P(Z >?) = 0.10 z / 85

54 Find c such that P(Z > c) = From Table A, the areas are below or to the left of a z-score thus we want to find something close to 0.90 inside the table. z P(Z <?) = 0.90 (close value is ) z = 1.28 (1.2 row column ) / 85

55 Find c such that P(Z > c) = Unstandardized: x = σ(c) + µ = 0.59(1.28) = This means that your gpa is if you rank at the 10% of your class. In R: qnorm(0.9,2.7,0.59) = / 85

56 Approximation for Binomial Suppose a random variable X has a binomial distribution with p = 0.1. The following is a histogram with n = 10. n = 10, p= 0.1 Density / 85

57 Approximation for Binomial Suppose a random variable X has a binomial distribution with p = 0.1. The following is a histogram with n = 20. n = 20, p= 0.1 Density / 85

58 Approximation for Binomial Suppose a random variable X has a binomial distribution with p = 0.1. The following is a histogram with n = 50. n = 50, p= 0.1 Density / 85

59 Approximation for Binomial Suppose a random variable X has a binomial distribution with p = 0.1. The following is a histogram with n = 100. n = 100, p= 0.1 Density / 85

60 Theroem 5.3 Let X be a binomial random variable based on n trials with success probability p. Then if the binomial probability histogram is not too skewed, X has an approximate Normal distribution with µ = np and σ = np(1 p). In particular, for x = a possible value of X, P(X x) = Binom(x; n, p) (area under the normal curve to the left of x + 0.5) ( ) x np = Φ np(1 p) In practice, the approximate is adequate provided that both np 10 and n(1 p) / 85

61 Example of Normal Approximation Suppose that your mail-order company advertises that it ships 90% of its orders within three working days. Suppose you take a simple random sample of 100 orders: 1. What is the probability that 86 or fewer of the orders are shipped on time? 2. What is the probability that more than 95 of the orders are shipped on time? / 85

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

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

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

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

Standard Normal Calculations

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

More information

Inverse Normal Distribution and Sampling Distributions

Inverse Normal Distribution and Sampling Distributions Inverse Normal Distribution and Sampling Distributions Section 4.3 & 4.4 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 11-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

More information

Density Curves & Normal Distributions

Density Curves & Normal Distributions Density Curves & Normal Distributions Sections 4.1 & 4.2 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 9-2311 Cathy Poliak, Ph.D. cathy@math.uh.edu

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

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

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

STAT509: Continuous Random Variable

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

More information

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

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

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

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

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

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

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

15 Discrete Distributions

15 Discrete Distributions Lecture Note 6 Special Distributions (Discrete and Continuous) MIT 4.30 Spring 006 Herman Bennett 5 Discrete Distributions We have already seen the binomial distribution and the uniform distribution. 5.

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

1 Probability and Random Variables

1 Probability and Random Variables 1 Probability and Random Variables The models that you have seen thus far are deterministic models. For any time t, there is a unique solution X(t). On the other hand, stochastic models will result in

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

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

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R

Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R Random Variables Definition: A random variable X is a real valued function that maps a sample space S into the space of real numbers R. X : S R As such, a random variable summarizes the outcome of an experiment

More information

Exponential & Gamma Distributions

Exponential & Gamma Distributions Exponential & Gamma Distributions Engineering Statistics Section 4.4 Josh Engwer TTU 7 March 26 Josh Engwer (TTU) Exponential & Gamma Distributions 7 March 26 / 2 PART I PART I: EXPONENTIAL DISTRIBUTION

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

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

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

Estimation and Confidence Intervals

Estimation and Confidence Intervals Estimation and Confidence Intervals Sections 7.1-7.3 Cathy Poliak, Ph.D. cathy@math.uh.edu Office in Fleming 11c Department of Mathematics University of Houston Lecture 17-3339 Cathy Poliak, Ph.D. cathy@math.uh.edu

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

Bernoulli Trials, Binomial and Cumulative Distributions

Bernoulli Trials, Binomial and Cumulative Distributions Bernoulli Trials, Binomial and Cumulative Distributions Sec 4.4-4.6 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

A Probability Primer. A random walk down a probabilistic path leading to some stochastic thoughts on chance events and uncertain outcomes.

A Probability Primer. A random walk down a probabilistic path leading to some stochastic thoughts on chance events and uncertain outcomes. A Probability Primer A random walk down a probabilistic path leading to some stochastic thoughts on chance events and uncertain outcomes. Are you holding all the cards?? Random Events A random event, E,

More information

CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS. 6.2 Normal Distribution. 6.1 Continuous Uniform Distribution

CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS. 6.2 Normal Distribution. 6.1 Continuous Uniform Distribution CHAPTER 6 SOME CONTINUOUS PROBABILITY DISTRIBUTIONS Recall that a continuous random variable X is a random variable that takes all values in an interval or a set of intervals. The distribution of a continuous

More information

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

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

Continuous random variables

Continuous random variables Continuous random variables Can take on an uncountably infinite number of values Any value within an interval over which the variable is definied has some probability of occuring This is different from

More information

Inference for Proportions, Variance and Standard Deviation

Inference for Proportions, Variance and Standard Deviation Inference for Proportions, Variance and Standard Deviation Sections 7.10 & 7.6 Cathy Poliak, Ph.D. cathy@math.uh.edu Office Fleming 11c Department of Mathematics University of Houston Lecture 12 Cathy

More information

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( ) Chapter 4 4.

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( ) Chapter 4 4. UCLA STAT 11 A Applied Probability & Statistics for Engineers Instructor: Ivo Dinov, Asst. Prof. In Statistics and Neurology Teaching Assistant: Christopher Barr University of California, Los Angeles,

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

Chapter 4 - Lecture 3 The Normal Distribution

Chapter 4 - Lecture 3 The Normal Distribution Chapter 4 - Lecture 3 The October 28th, 2009 Chapter 4 - Lecture 3 The Standard Chapter 4 - Lecture 3 The Standard Normal distribution is a statistical unicorn It is the most important distribution in

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

Determining the Spread of a Distribution

Determining the Spread of a Distribution Determining the Spread of a Distribution 1.3-1.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3-2311 Lecture 3-2311 1 / 58 Outline 1 Describing Quantitative

More information

Determining the Spread of a Distribution

Determining the Spread of a Distribution Determining the Spread of a Distribution 1.3-1.5 Cathy Poliak, Ph.D. cathy@math.uh.edu Department of Mathematics University of Houston Lecture 3-2311 Lecture 3-2311 1 / 58 Outline 1 Describing Quantitative

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

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

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

Continuous Distributions

Continuous Distributions Chapter 3 Continuous Distributions 3.1 Continuous-Type Data In Chapter 2, we discuss random variables whose space S contains a countable number of outcomes (i.e. of discrete type). In Chapter 3, we study

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

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

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

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

STA 256: Statistics and Probability I

STA 256: Statistics and Probability I Al Nosedal. University of Toronto. Fall 2017 My momma always said: Life was like a box of chocolates. You never know what you re gonna get. Forrest Gump. Exercise 4.1 Let X be a random variable with p(x)

More information

Continuous Random Variables and Probability Distributions

Continuous Random Variables and Probability Distributions Continuous Random Variables and Probability Distributions Instructor: Lingsong Zhang 1 4.1 Probability Density Functions Probability Density Functions Recall from Chapter 3 that a random variable X is

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

Brief reminder on statistics

Brief reminder on statistics Brief reminder on statistics by Eric Marsden 1 Summary statistics If you have a sample of n values x i, the mean (sometimes called the average), μ, is the sum of the

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

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

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( )

Continuous Random Variables. and Probability Distributions. Continuous Random Variables and Probability Distributions ( ) ( ) UCLA STAT 35 Applied Computational and Interactive Probability Instructor: Ivo Dinov, Asst. Prof. In Statistics and Neurology Teaching Assistant: Chris Barr Continuous Random Variables and Probability

More information

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institute of Technology, Kharagpur

Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institute of Technology, Kharagpur Probability Methods in Civil Engineering Prof. Dr. Rajib Maity Department of Civil Engineering Indian Institute of Technology, Kharagpur Lecture No. # 33 Probability Models using Gamma and Extreme Value

More information

Probability theory and inference statistics! Dr. Paola Grosso! SNE research group!! (preferred!)!!

Probability theory and inference statistics! Dr. Paola Grosso! SNE research group!!  (preferred!)!! Probability theory and inference statistics Dr. Paola Grosso SNE research group p.grosso@uva.nl paola.grosso@os3.nl (preferred) Roadmap Lecture 1: Monday Sep. 22nd Collecting data Presenting data Descriptive

More information

Chapter 5. Chapter 5 sections

Chapter 5. Chapter 5 sections 1 / 43 sections Discrete univariate distributions: 5.2 Bernoulli and Binomial distributions Just skim 5.3 Hypergeometric distributions 5.4 Poisson distributions Just skim 5.5 Negative Binomial distributions

More information

Lecture 4: Random Variables and Distributions

Lecture 4: Random Variables and Distributions Lecture 4: Random Variables and Distributions Goals Random Variables Overview of discrete and continuous distributions important in genetics/genomics Working with distributions in R Random Variables A

More information

Let X be a continuous random variable, < X < f(x) is the so called probability density function (pdf) if

Let X be a continuous random variable, < X < f(x) is the so called probability density function (pdf) if University of California, Los Angeles Department of Statistics Statistics 1A Instructor: Nicolas Christou Continuous probability distributions Let X be a continuous random variable, < X < f(x) is the so

More information

Chapter (4) Discrete Probability Distributions Examples

Chapter (4) Discrete Probability Distributions Examples Chapter (4) Discrete Probability Distributions Examples Example () Two balanced dice are rolled. Let X be the sum of the two dice. Obtain the probability distribution of X. Solution When the two balanced

More information

Stat 2300 International, Fall 2006 Sample Midterm. Friday, October 20, Your Name: A Number:

Stat 2300 International, Fall 2006 Sample Midterm. Friday, October 20, Your Name: A Number: Stat 2300 International, Fall 2006 Sample Midterm Friday, October 20, 2006 Your Name: A Number: The Midterm consists of 35 questions: 20 multiple-choice questions (with exactly 1 correct answer) and 15

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

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

Plotting data is one method for selecting a probability distribution. The following

Plotting data is one method for selecting a probability distribution. The following Advanced Analytical Models: Over 800 Models and 300 Applications from the Basel II Accord to Wall Street and Beyond By Johnathan Mun Copyright 008 by Johnathan Mun APPENDIX C Understanding and Choosing

More information

Continuous Random Variables. What continuous random variables are and how to use them. I can give a definition of a continuous random variable.

Continuous Random Variables. What continuous random variables are and how to use them. I can give a definition of a continuous random variable. Continuous Random Variables Today we are learning... What continuous random variables are and how to use them. I will know if I have been successful if... I can give a definition of a continuous random

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

Stat410 Probability and Statistics II (F16)

Stat410 Probability and Statistics II (F16) Stat4 Probability and Statistics II (F6 Exponential, Poisson and Gamma Suppose on average every /λ hours, a Stochastic train arrives at the Random station. Further we assume the waiting time between two

More information

MATH : EXAM 2 INFO/LOGISTICS/ADVICE

MATH : EXAM 2 INFO/LOGISTICS/ADVICE MATH 3342-004: EXAM 2 INFO/LOGISTICS/ADVICE INFO: WHEN: Friday (03/11) at 10:00am DURATION: 50 mins PROBLEM COUNT: Appropriate for a 50-min exam BONUS COUNT: At least one TOPICS CANDIDATE FOR THE EXAM:

More information

Probability and Statistics Concepts

Probability and Statistics Concepts University of Central Florida Computer Science Division COT 5611 - Operating Systems. Spring 014 - dcm Probability and Statistics Concepts Random Variable: a rule that assigns a numerical value to each

More information

Definition A random variable X is said to have a Weibull distribution with parameters α and β (α > 0, β > 0) if the pdf of X is

Definition A random variable X is said to have a Weibull distribution with parameters α and β (α > 0, β > 0) if the pdf of X is Weibull Distribution Definition A random variable X is said to have a Weibull distribution with parameters α and β (α > 0, β > 0) if the pdf of X is { α β x α 1 e f (x; α, β) = α (x/β)α x 0 0 x < 0 Remark:

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

Math Review Sheet, Fall 2008

Math Review Sheet, Fall 2008 1 Descriptive Statistics Math 3070-5 Review Sheet, Fall 2008 First we need to know about the relationship among Population Samples Objects The distribution of the population can be given in one of the

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 17: Continuous random variables: conditional PDF Purnamrita Sarkar Department of Statistics and Data Science The University of Texas at Austin

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

ECE 313 Probability with Engineering Applications Fall 2000

ECE 313 Probability with Engineering Applications Fall 2000 Exponential random variables Exponential random variables arise in studies of waiting times, service times, etc X is called an exponential random variable with parameter λ if its pdf is given by f(u) =

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

Continuous random variables

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

More information

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 29, 2014 Introduction Introduction The world of the model-builder

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

Lecture 13. Poisson Distribution. Text: A Course in Probability by Weiss 5.5. STAT 225 Introduction to Probability Models February 16, 2014

Lecture 13. Poisson Distribution. Text: A Course in Probability by Weiss 5.5. STAT 225 Introduction to Probability Models February 16, 2014 Lecture 13 Text: A Course in Probability by Weiss 5.5 STAT 225 Introduction to Probability Models February 16, 2014 Whitney Huang Purdue University 13.1 Agenda 1 2 3 13.2 Review So far, we have seen discrete

More information

Topic 4: Continuous random variables

Topic 4: Continuous random variables Topic 4: Continuous random variables Course 003, 2018 Page 0 Continuous random variables Definition (Continuous random variable): An r.v. X has a continuous distribution if there exists a non-negative

More information

Prof. Thistleton MAT 505 Introduction to Probability Lecture 13

Prof. Thistleton MAT 505 Introduction to Probability Lecture 13 Prof. Thistleton MAT 55 Introduction to Probability Lecture 3 Sections from Text and MIT Video Lecture: Sections 5.4, 5.6 http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-4- probabilisticsystems-analysis-and-applied-probability-fall-2/video-lectures/lecture-8-continuousrandomvariables/

More information

MAS1302 Computational Probability and Statistics

MAS1302 Computational Probability and Statistics MAS1302 Computational Probability and Statistics April 23, 2008 3. Simulating continuous random behaviour 3.1 The Continuous Uniform U(0,1) Distribution We have already used this random variable a great

More information

Probability Distributions Columns (a) through (d)

Probability Distributions Columns (a) through (d) Discrete Probability Distributions Columns (a) through (d) Probability Mass Distribution Description Notes Notation or Density Function --------------------(PMF or PDF)-------------------- (a) (b) (c)

More information

CDA5530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random Variables

CDA5530: Performance Models of Computers and Networks. Chapter 2: Review of Practical Random Variables CDA5530: Performance Models of Computers and Networks Chapter 2: Review of Practical Random Variables Definition Random variable (R.V.) X: A function on sample space X: S R Cumulative distribution function

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

1 Probability Distributions

1 Probability Distributions 1 Probability Distributions A probability distribution describes how the values of a random variable are distributed. For example, the collection of all possible outcomes of a sequence of coin tossing

More information

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions

Outline PMF, CDF and PDF Mean, Variance and Percentiles Some Common Distributions. Week 5 Random Variables and Their Distributions Week 5 Random Variables and Their Distributions Week 5 Objectives This week we give more general definitions of mean value, variance and percentiles, and introduce the first probability models for discrete

More information

STAT515, Review Worksheet for Midterm 2 Spring 2019

STAT515, Review Worksheet for Midterm 2 Spring 2019 STAT55, Review Worksheet for Midterm 2 Spring 29. During a week, the proportion of time X that a machine is down for maintenance or repair has the following probability density function: 2( x, x, f(x The

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

Topic 4: Continuous random variables

Topic 4: Continuous random variables Topic 4: Continuous random variables Course 3, 216 Page Continuous random variables Definition (Continuous random variable): An r.v. X has a continuous distribution if there exists a non-negative function

More information

Distributions of Functions of Random Variables. 5.1 Functions of One Random Variable

Distributions of Functions of Random Variables. 5.1 Functions of One Random Variable Distributions of Functions of Random Variables 5.1 Functions of One Random Variable 5.2 Transformations of Two Random Variables 5.3 Several Random Variables 5.4 The Moment-Generating Function Technique

More information

18.440: Lecture 28 Lectures Review

18.440: Lecture 28 Lectures Review 18.440: Lecture 28 Lectures 18-27 Review Scott Sheffield MIT Outline Outline It s the coins, stupid Much of what we have done in this course can be motivated by the i.i.d. sequence X i where each X i is

More information