Ch. 4 Continuous Random Variables and Probability Distributions

Size: px
Start display at page:

Download "Ch. 4 Continuous Random Variables and Probability Distributions"

Transcription

1 Ch. 4 Continuous Random Variables and Probability Distributions 4.1 Probability Density Functions A continuous random variable is a random variable with an interval of real numbers for its range. Probability Distributions for Continuous Variables The probability distribution of a continuous random variable, X is a smooth curve located over the values of X and can be described by a probability density function, f(x). Example: This curve represents a Normal distribution. For a continuous random variable X, a probability density function (pdf) is a function f(x) such that: 1. f(x) 0 2. f(x)dx = 1 = total area under f(x) 3. For any two numbers a and b where a b, b P(a X b) = f(x)dx = area under f(x) from a to b a Example: The shaded region corresponds to P(a x b). STA 3032 Ch. 4 Notes 1

2 4. P(X > a) = f(x)dx for any a a Example: The shaded region corresponds to P(x > a). a 5. P(X < a) = f(x)dx for any a Example: The shaded region corresponds to P(x < a). 6. P(X = a) = 0 for any a Example: The graph below corresponds to P(x = a). Since you cannot find the area of a line, this probability is equal to For any a and b, P(a X b) = P(a < X b) = P(a X < b) = P(a < X < b) STA 3032 Ch. 4 Notes 2

3 Example 1 Suppose that f(x) = 3(8x x 2 )/256 for 0 < x < 8. Determine the following: a) P(X < 2) Since 0 < x < 8, the lower bound of the integral will be 0 rather than negative infinity as #5 in the definition on the previous page suggests. This is always the case when X is limited to a specified range. P(X < 2) = (8x x2 ) b) P(X < 9) 0 2 dx = x2 1 3 x3 2 0 = x2 1 3 x3 2 0 = (0 0) = = = = = In this case, the entire interval is included in X < 9, so the probability will be equal to 1. You should still go ahead and work out the problem. Since we found the integral in part A, we can skip a few steps and go straight to plugging in the bounds of the interval. P(X < 9) = x2 1 3 x3 8 0 = = c) P(2 < X < 4) = = 1 This is just like #3 in the definition on the previous page. In this case, a = 2 and b = 4. P(2 < X < 4) = x2 1 3 x3 4 2 = = = = = STA 3032 Ch. 4 Notes 3

4 Example 1 Continued d) P(X > 6) Just like in part A, we use the upper bound of the interval instead of infinity when a range is given for X. P(X > 6) = x2 1 3 x3 8 6 = = (3 2) (144 72) = 1 72 = = = Continuous Uniform Distribution The simplest continuous distribution is one where all the values in an interval have equal probability. Probability Density Function of a Continuous Uniform Random Variable Let X be a continuous uniform random variable on the interval [a, b] with pdf f(x) = 1 b a, a x b Mean and Variance of a Continuous Uniform Random Variable μ = E(X) = σ 2 = V(X) = a + b 2 (b a)2 12 Note: These formulas are not given in the book, but you can derive them in Exercise 17 on pg Example 2 Suppose X has a continuous uniform distribution over the interval [1.5, 5.5]. a) Determine the mean, variance, and standard deviation of X. μ = = 7 2 = 3.5 STA 3032 Ch. 4 Notes 4

5 Example 2 Continued σ 2 = ( )2 12 σ = = b) What is P(X < 2.5)? First, we need to find the pdf. f(x) = = 1 4 = = = Then, use the pdf to find the desired probability. 2.5 P(X < 2.5) = 1 dx = x = ( ) = 1 4 = Cumulative Distribution Functions and Expected Values Cumulative Distribution Function An alternative method to describe the distribution of a discrete random variable can also be used for continuous random variables. The cumulative distribution function (cdf) of a continuous random variable X, for < x <, is F(x) = P(X x) = f(y)dy For each x, F(x) is the area under the density curve to the left of x. See Figure 4.5 on pg. 144 of the textbook. x STA 3032 Ch. 4 Notes 5

6 Example 3 Determine the cumulative distribution function of the Uniform distribution in Example 2. We just have to integrate the pdf, f(y), from the lower bound, 1.5, to x. x F(x) = 1 4 dy = 1 4 y x = 1 (x 1.5) = 0.25x The cdf is only defined on the interval, [1.5, 5.5]. Therefore, 0, x < 1.5 F(x) = 0.25x 0.375, 1.5 x 5.5 1, x > 5.5 Example 4 Determine the cdf for the distribution in Example 1, f(x) = 3(8x x 2 )/256 for 0 < x < 8. x F(x) = (8y y2 )dy Therefore, 0 = y2 1 3 y3 x 0 = y2 1 3 y3 x 0 = x2 1 3 x3 (0 0) = 3 64 x x3 for x > 0 0, x < 0 3 F(x) = 64 x x3, 0 x < 8 1, x 8 Using F(x) to Compute Probabilities Recall that F(x) = P(X x). Therefore, if you want to find the probability that X is less than or equal to some value, you simply need to plug the value into the cdf. You can also use this method when you want to find the probability that X is less than some value because there is no difference between P(X < x) and P(X x) when X is continuous since the P(X = x) = 0. STA 3032 Ch. 4 Notes 6

7 To find other probabilities with F(x), we use the following proposition. Proposition Let X be a continuous random variable with pdf f(x) and cdf F(x). Then for any number a, and for any two numbers a and b with a < b, P(X > a) = 1 F(a) P(a X b) = F(b) F(a) Example 5 Suppose the cdf of the random variable X is Determine the following probabilities. a) P(X < 1.8) 0, x < 2 F(x) = 0.25x + 0.5, 2 x 2 1, 2 x When finding probabilities of continuous random variables, there is no difference between P(X < x) and P(X x) since the P(X = x) = 0. Therefore, for this question we can just simply plug 1.8 into the cdf since F(x) = P(X x) = P(X < x). P(X < 1.8) = F(1.8) = 0.25(1.8) = = 0.95 b) P(X > 1.5) For this problem, we can simply use the proposition given previously in this section, P(X > a) = 1 F(a). I include the first step in the solution to show you why this proposition works. We want to find the probability that X is greater than -1.5, but the cumulative distribution gives us the probability that X is less than some value x. We can simply subtract the probability of the values we re not interested in X 1.5 from the total probability under the curve, 1. P(X > 1.5) = 1 P(X 1.5) = 1 F(1.5) = 1 (0.25( 1.5) + 0.5) = = c) P(X < 2) The cdf is 0 for x < 2, therefore P(X < 2) = F( 2) = 0. STA 3032 Ch. 4 Notes 7

8 Example 5 Continued d) P( 1 < X < 1) We can use the proposition, P(a X b) = F(b) F(a), to solve this. P( 1 < X < 1) = P(X 1) P(X 1) = F(1) F( 1) = [0.25(1) + 0.5] [0.25( 1) + 0.5] = = 0.5 Obtaining f(x) from F(x) If X is a continuous random variable with pdf f(x) and cdf F(x), then at every x at which the derivative F (x) exists, F (x) = f(x). Example 6 Find the pdf from the cdf in Example 5. Recall that, 0, x < 2 F(x) = 0.25x + 0.5, 2 x 2 1, 2 x To find the pdf, we just need to take the derivative of the cdf. F (x) = d (0.25x + 0.5) = = 0.25 dx Therefore, f(x) = 0.25 for 2 x 2. Percentiles of a Continuous Distribution Please skip this section. Expected Values For continuous random variables, integration replaces the summation seen in discrete definitions of mean and variance. STA 3032 Ch. 4 Notes 8

9 Suppose X is a continuous random variable with probability density function f(x). 1. The mean or expected value of X is 2. The variance of X is μ = E(X) = x f(x)dx σ 2 = V(X) = (x μ) 2 f(x)dx = x 2 f(x)dx μ 2 Note: The right side of the above equation is equal to E(X 2 ) [E(X)] 2 which is demonstrated in Example 4.12 on pg. 150 of the textbook. 3. The standard deviation of X is σ = σ 2 Example 7 Suppose f(x) = 0.125x for 0 < x < 4. Determine the mean and variance of X. 4 μ = x(0.125x)dx = 0.125x 2 dx = x = x3 = [43 0] = = σ 2 = x 2 1 x dx μ 2 = 1 8 x3 dx = = = = x Expected Value of a Function of a Continuous Random Variable If X is a continuous random variable with probability density function f(x), E[h(x)] = h(x) f(x)dx STA 3032 Ch. 4 Notes 9

10 Example 8 Suppose f(x) = 0.125x for 0 < x < 4 and h(x) = 8x 2. Find the expected value of h(x). 4 E[h(x)] = 8x 2 (0.125x)dx = x3 dx = x4 = (44 0) = = The Normal Distribution The normal distribution is the most important and most used distribution in statistics. Probability Density Function of a Normal Random Variable 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. Mean and Variance of a Normal Random Variable E(X) = μ V(X) = σ 2 Some Characteristics of the Normal Distribution 1. Symmetric about µ, thus P(X > μ) = P(X < μ) = Mound-shaped or bell-shaped 3. Total area under the curve is 1 STA 3032 Ch. 4 Notes 10

11 4. Approximately 68% of the data falls within one standard deviation, σ, of the mean, μ P(μ σ < X < μ + σ) Approximately 95% of the data falls within two standard deviations of the mean P(μ 2σ < X < μ + 2σ) Approximately 99.7% of the data falls within three standard deviation of the mean P(μ 3σ < X < μ + 3σ) The percentages mentioned in 4 6 are summarized by this graph. Since it is symmetric, the probabilities are divided by 2 for just half of the interval. 7. Very little data is located beyond 3 standard deviations from the mean 8. 6σ is often referred to as the width of a normal distribution 9. If you know μ and σ, you can find probabilities using the Z tables (Appendix Table A.3 on pg. A-6 and A-7). The Standard Normal Distribution A normal random variable with μ = 0 and σ = 1 is called a standard normal random variable and is denoted by Z. The cumulative distribution function of a standard normal random variable is denoted as Φ(z) = P(Z z). STA 3032 Ch. 4 Notes 11

12 Appendix Table A.3 on pg. A-6 and A-7 provides the cumulative probabilities for a standard normal random variable. I ll refer to this table as the Z table. How to Use the Z Table The table on pages A-6 and A-7 gives the cumulative probability of Z, P(Z z), for 3.49 z Find the first two digits of z in the left column and place left finger there 2. Find the third digit of z at the top of the table and place right finger there 3. Move your right finger down until it s at the same row as your left finger, this is the cumulative probability for that value of z Example 9 Use Appendix Table A.3 to determine the following probabilities for the standard normal random variable Z. a) P(Z < 1.32) The first step in finding any Normal probability is drawing a graph to determine what area you re looking for. In this case, we re interested in P(Z < 1.32), which means we ll shade everything to the left of 1.32 on the graph. Note: You should always mark where the mean is on the graph. In this case, the mean is 0. Since z is positive, we ll be using the table on pg. A-7 (reproduced on the next page). First, we need to find the first 2 digits of z: 1.3 in this case (outlined in red on the table). STA 3032 Ch. 4 Notes 12

13 Example 9 Continued Next, we need to find the third digit of z: 0.02 in this case. With your right finger at the top of the 0.02 column, move it down until it reaches the row for 1.3. Now, your finger should be where the 2 red boxes intersect. This is the probability you re looking for. No further calculations are needed since the table contains cumulative probabilities. STA 3032 Ch. 4 Notes 13

14 Example 9 Continued Now we can label the shaded area of the graph with the probability we found. P(Z < 1.32) =.9066 Note: You should never round probabilities found in the Z tables even if the directions say to round to a lesser number of decimal places. b) P(Z < 3) First, we need to draw a picture. We know that 3 will be close to the right end of the graph since there is 99.7% of data within 3 standard deviations of the mean. In this case, we should get a larger percentage since we re shading all the way to the left end of the graph. We ll be using the table on A-7 again since 3 is positive. Now we need to look in the 3.0 row and.00 column to get P(Z < 3.00). Now we can label the shaded area of the graph with the probability we found. P(Z < 3) =.9987 STA 3032 Ch. 4 Notes 14

15 Example 9 Continued c) P(Z > 1.45) Note: The book writes this as P(1.45 Z), but I will use this equivalent notation. This time our graph will look a little different because we re interested in the upper or right tail of the distribution. You should mark 1.45 on the graph and shade everything greater than it (to the right). We can find the cumulative probability of 1.45 by looking in the 1.4 row and.05 column. The value where the two red boxes intersect,.9265, is the cumulative probability, P(Z < 1.45). But, we want the opposite probability. Since we know the area under the curve is 1, we can just subtract the cumulative probability from 1 to get P(Z > 1.45). P(Z > 1.45) = 1 P(Z < 1.45) = =.0375 You can update the drawing with the probabilities, as shown below. d) P(Z > 2.15) For this problem, we ll shade to the right again, but since our z is negative, the shaded region will be larger and include 0. STA 3032 Ch. 4 Notes 15

16 Example 9 Continued Since z is negative, we need to use the table on pg. A-6. The cumulative probability of is in the -2.1 row and the.05 column (outlined in red below). The value where the 2 red boxes intersect,.0158, is the cumulative probability, P(Z < 2.15). Since we want the upper tail probability, we will have to subtract the table value from 1. P(Z > 2.15) = 1 P(Z < 2.15) = =.9842 e) P( 2.34 < Z < 1.76) First, we need to draw a picture to better understand what we re looking for. The white tail on the left corresponds to the cumulative probability of The shaded portion corresponds to the probability that the problem asks for. The shaded portion plus the left tail corresponds to the cumulative probability of Thus, we ll need to find 2 probabilities from the z table to compute the area of the shaded region. Let s find the cumulative probability for on pg. A-6 in the -2.3 row and.04 column (shown on the next page). STA 3032 Ch. 4 Notes 16

17 Example 9 Continued P(Z < 2.34) =.0096 Now, let s look up the cumulative probability of 1.76 on pg. A-7. P(Z < 1.76) =.9608 If we label our graph with the table probabilities, you can see that the cumulative probability of 1.76 is the shaded portion plus the cumulative probability of Thus, we need to subtract to get the answer. P( 2.34 < Z < 1.76) = P(Z < 1.76) P(Z < 2.34) = =.9512 Note: I expect you to draw similar pictures when showing your work on quizzes and exams (even for the more simple problems like parts a-d). If you do not draw a graph, you will lose points. STA 3032 Ch. 4 Notes 17

18 Percentiles of the Standard Normal Distribution You can also use the Z table to find the value of z that corresponds to a particular probability. For any p between 0 and 1, the Z table can be used to obtain the (100p)th percentile of the standard normal distribution. Note: Your book typically uses c to represent the value of z you re looking for. Example 10 Determine the value of z that solves each of the following. a) P(Z < z) = 0.8 We re looking for the value of z that has 80% of the graph to the left of it. To find z, you need to look in probabilities section of the table (highlighted in yellow below) for a probability as close to 0.8 as possible. Once you find the number (outlined in red below), move your fingers out to the top and left edges of the table to determine the corresponding value of z. z = 0.84 STA 3032 Ch. 4 Notes 18

19 Example 10 Continued b) P(Z > z) = 0.1 We re looking for the value of z that has 10% of the graph to the right of it. Before we can look in the table, we need to subtract.10 from 1 because the table gives us lower tail probabilities and we re looking for an upper tail probability. P(Z < z) = 1 P(Z > z) = = is the probability we need to find in the table. Look in the middle of the table (highlighted in yellow) for a probability as close to 0.9 as possible. Once you find the number (outlined in red below), move your fingers out to the top and left edges of the table to determine the corresponding value of z. z = 1.28 STA 3032 Ch. 4 Notes 19

20 z α Notation for z Critical Values Please read this section in the book on pg Nonstandard Normal Distributions If X is a normal random variable with E(X) = μ and V(X) = σ 2, then the random variable x μ Z = σ is a normal random variable with E(Z) = 0 and V(Z) = 1. Thus, it is a standard normal random variable. The above formula is called a z-score. It is the number of standard deviations that an observation, x, is from the mean, μ. If a z-score is negative, then the observation is less than the mean. If a z-score is positive, the observation is greater than the mean. If a z-score equals zero, then the observation is equal to the mean. We standardize normal random variables because then we can use the Z table to find probabilities, which is much easier than the alternative: integration. Example 11 Let X be normally distributed with a mean of 600 and standard deviation of 100. Find the z-score for x = 625. z = x μ σ = = = 0.25 Standardizing to Calculate a Probability Suppose X is a normal random variable with mean μ and variance σ 2. Then, X μ P(X x) = P σ x μ = P(Z z) σ where Z is a standard normal random variable, and z = x μ is the z-score obtained by standardizing X. σ The probability is obtained by using the Z table. STA 3032 Ch. 4 Notes 20

21 Example 12 Let X be normally distributed with a mean of 600 and standard deviation of 100. Find P(X > 625). In the previous example, we found that z-score for x = 625 was We re looking for the probability to the right of Using the table on pg. A-7, we know that P(Z < 0.25) = , which corresponds to the white region in the picture above. We are interested in the shaded region above, so we will have to subtract from the total area under the curve. P(Z > 0.25) = 1 P(Z < 0.25) = = Percentiles of an Arbitrary Normal Distribution You can find percentiles of any normal distribution, just like we did with the standard normal distribution. You just have to solve the z-score for x. z = x μ σ z σ = x μ x = μ + z σ Example 13 (Exercise 40, pg. 163) The article Monte Carlo Simulation Tool for Better Understanding LRFD suggests that yield strength (ksi) for A36 grade steel is normally distributed with μ = 43 and σ = 4.5. a) What is the probability that yield strength is at most 40? Greater than 60? For the first part, we want to find the probability that X is at most 40, i.e. P(X 40). First, we need to calculate the z-score for 40. z = x μ σ = = = 0.67 STA 3032 Ch. 4 Notes 21

22 Example 13 Continued Looking up in the table on page A-6, we get P(X 40) = P(Z 0.67) =.2514 The second part of this question asks us to find P(X > 60). We need to get the z-score for 60. z = = = 3.78 If you look at the table on pg. A-6, you ll notice that 3.78 isn t listed. The largest value of z is 3.49 and its cumulative probability is That means that the cumulative probability for 3.78 will be even larger. We will assume that the cumulative probability for 3.78 is equal to 1. Thus, P(X > 60) = P(Z > 3.78) = 1 P(Z < 3.78) = 1 1 = 0 b) What yield strength value separates the strongest 75% from the others? In this case, we want to find the yield strength, x, that has 75% of the distribution to the right of it because that is the strongest 75%. That is, we re looking for P(X x) =.75. Since the table gives us left tail probabilities, we will need to subtract.75 from the total probability under the curve, 1. We ll need to find.25 in the middle part of the table on pg. A-6. The table probability that is closest to.25 is If you move your fingers out to the edges of the table, you ll find that this corresponds to z = STA 3032 Ch. 4 Notes 22

23 Example 13 Continued We need to use this value of z to find the corresponding value of x. x = μ + z σ = 43 + ( 0.67)(4.5) = = ksi The Normal Distribution and Discrete Populations Please skip this section. Approximating the Binomial Distribution Please skip this section. 4.4 The Exponential and Gamma Distributions The Exponential Distribution The length of time between emergency arrivals at a hospital, the length of time between breakdowns of manufacturing equipment, the length of time between catastrophic events (floods, earthquakes, etc.), and the distance traveled by a wildlife ecologist between sightings of an endangered species are all random phenomena that we might want to describe probabilistically. The length of time or the distance between occurrences of random events like these can often be described by the exponential distribution. For this reason, the exponential distribution is sometimes called the waiting-time distribution. It is related to the Poisson distribution in that the Poisson is the counts of the number of occurrences of an event over an interval, while the exponential distribution is the length between those events. Probability Density Function of an Exponential Random Variable The random variable X with parameter λ > 0 is an exponential random variable if the pdf of X is f(x) = λe λx for 0 x < STA 3032 Ch. 4 Notes 23

24 Mean and Variance of an Exponential Random Variable If the random variable X has an exponential distribution with parameter λ, μ = E(X) = 1 λ σ 2 = V(X) = 1 λ 2 Cumulative Density Function of an Exponential Random Variable If the random variable X has an exponential distribution with parameter λ, the the cdf of X is F(x) = 1 e λx for 0 x < Note: You should be able to use the cdf to answer most Exponential questions. This will allow you to avoid integrating the pdf. Example 14 The distance between major cracks in a highway follows an exponential distribution with a mean of 5 miles. a) What is the probability that there are no major cracks in a 10-mile stretch of the highway? First, let s define an exponential random variable X = distance between major cracks. Since μ = 5 = 1 λ, solving for λ, we get λ = 1 5 = 0.2. If we want to find the probability that there are no major cracks in a 10-mile stretch of a roadway, that means the distance between cracks must be larger than 10 miles. Therefore, we are looking for the probability that X is greater than 10. We can use the cdf to find this answer by subtracting F(10) from the total probability. P(X > 10) = 1 P(X 10) = 1 F(10) = 1 1 e 0.2(10) = e 2 = b) What is the standard deviation of the distance between major cracks? V(X) = = 1 = 25 σ = 25 = c) What is the probability that the first major crack occurs between 12 and 15 miles of the start of inspection? P(12 < X < 15) = P(X 15) P(X 12) = F(15) F(12) = 1 e 0.2(15) 1 e 0.2(12) = (1 e 3 ) (1 e 2.4 ) = 1 e e 2.4 = e 3 + e 2.4 = STA 3032 Ch. 4 Notes 24

25 The Gamma Distribution Please skip this section. The Chi-Squared Distribution Please skip this section. We may cover this distribution later in the semester. 4.5 Other Continuous Distributions Please skip this section. 4.6 Probability Plots Please skip this section. We may cover it later in the semester. STA 3032 Ch. 4 Notes 25

Important Probability Distributions OPRE 6301

Important Probability Distributions OPRE 6301 Important Probability Distributions OPRE 6301 Important Distributions... Certain probability distributions occur with such regularity in real-life applications that they have been given their own names.

More information

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

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

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

6 3 The Standard Normal Distribution

6 3 The Standard Normal Distribution 290 Chapter 6 The Normal Distribution Figure 6 5 Areas Under a Normal Distribution Curve 34.13% 34.13% 2.28% 13.59% 13.59% 2.28% 3 2 1 + 1 + 2 + 3 About 68% About 95% About 99.7% 6 3 The Distribution Since

More information

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions

Chapter 4 - Lecture 1 Probability Density Functions and Cumul. Distribution Functions Chapter 4 - Lecture 1 Probability Density Functions and Cumulative Distribution Functions October 21st, 2009 Review Probability distribution function Useful results Relationship between the pdf and the

More information

Normal distribution. ) 2 /2σ. 2π σ

Normal distribution. ) 2 /2σ. 2π σ Normal distribution The normal distribution is the most widely known and used of all distributions. Because the normal distribution approximates many natural phenomena so well, it has developed into a

More information

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur

Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Probability and Statistics Prof. Dr. Somesh Kumar Department of Mathematics Indian Institute of Technology, Kharagpur Module No. #01 Lecture No. #15 Special Distributions-VI Today, I am going to introduce

More information

6.4 Normal Distribution

6.4 Normal Distribution Contents 6.4 Normal Distribution....................... 381 6.4.1 Characteristics of the Normal Distribution....... 381 6.4.2 The Standardized Normal Distribution......... 385 6.4.3 Meaning of Areas under

More information

Chapter 3 RANDOM VARIATE GENERATION

Chapter 3 RANDOM VARIATE GENERATION Chapter 3 RANDOM VARIATE GENERATION In order to do a Monte Carlo simulation either by hand or by computer, techniques must be developed for generating values of random variables having known distributions.

More information

Key Concept. Density Curve

Key Concept. Density Curve MAT 155 Statistical Analysis Dr. Claude Moore Cape Fear Community College Chapter 6 Normal Probability Distributions 6 1 Review and Preview 6 2 The Standard Normal Distribution 6 3 Applications of Normal

More information

MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables

MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables MATH 10: Elementary Statistics and Probability Chapter 5: Continuous Random Variables Tony Pourmohamad Department of Mathematics De Anza College Spring 2015 Objectives By the end of this set of slides,

More information

Continuous Random Variables

Continuous Random Variables Chapter 5 Continuous Random Variables 5.1 Continuous Random Variables 1 5.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize and understand continuous

More information

Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density

Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density HW MATH 461/561 Lecture Notes 15 1 Definition: Suppose that two random variables, either continuous or discrete, X and Y have joint density and marginal densities f(x, y), (x, y) Λ X,Y f X (x), x Λ X,

More information

4. Continuous Random Variables, the Pareto and Normal Distributions

4. Continuous Random Variables, the Pareto and Normal Distributions 4. Continuous Random Variables, the Pareto and Normal Distributions A continuous random variable X can take any value in a given range (e.g. height, weight, age). The distribution of a continuous random

More information

WEEK #22: PDFs and CDFs, Measures of Center and Spread

WEEK #22: PDFs and CDFs, Measures of Center and Spread WEEK #22: PDFs and CDFs, Measures of Center and Spread Goals: Explore the effect of independent events in probability calculations. Present a number of ways to represent probability distributions. Textbook

More information

Probability. Distribution. Outline

Probability. Distribution. Outline 7 The Normal Probability Distribution Outline 7.1 Properties of the Normal Distribution 7.2 The Standard Normal Distribution 7.3 Applications of the Normal Distribution 7.4 Assessing Normality 7.5 The

More information

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4)

Summary of Formulas and Concepts. Descriptive Statistics (Ch. 1-4) Summary of Formulas and Concepts Descriptive Statistics (Ch. 1-4) Definitions Population: The complete set of numerical information on a particular quantity in which an investigator is interested. We assume

More information

The Normal Distribution

The Normal Distribution Chapter 6 The Normal Distribution 6.1 The Normal Distribution 1 6.1.1 Student Learning Objectives By the end of this chapter, the student should be able to: Recognize the normal probability distribution

More information

5. Continuous Random Variables

5. Continuous Random Variables 5. Continuous Random Variables Continuous random variables can take any value in an interval. They are used to model physical characteristics such as time, length, position, etc. Examples (i) Let X be

More information

You flip a fair coin four times, what is the probability that you obtain three heads.

You flip a fair coin four times, what is the probability that you obtain three heads. Handout 4: Binomial Distribution Reading Assignment: Chapter 5 In the previous handout, we looked at continuous random variables and calculating probabilities and percentiles for those type of variables.

More information

Probability Distributions

Probability Distributions Learning Objectives Probability Distributions Section 1: How Can We Summarize Possible Outcomes and Their Probabilities? 1. Random variable 2. Probability distributions for discrete random variables 3.

More information

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is.

CHAPTER 6: Continuous Uniform Distribution: 6.1. Definition: The density function of the continuous random variable X on the interval [A, B] is. Some Continuous Probability Distributions CHAPTER 6: Continuous Uniform Distribution: 6. Definition: The density function of the continuous random variable X on the interval [A, B] is B A A x B f(x; A,

More information

UNIT I: RANDOM VARIABLES PART- A -TWO MARKS

UNIT I: RANDOM VARIABLES PART- A -TWO MARKS UNIT I: RANDOM VARIABLES PART- A -TWO MARKS 1. Given the probability density function of a continuous random variable X as follows f(x) = 6x (1-x) 0

More information

Lecture 7: Continuous Random Variables

Lecture 7: Continuous Random Variables Lecture 7: Continuous Random Variables 21 September 2005 1 Our First Continuous Random Variable The back of the lecture hall is roughly 10 meters across. Suppose it were exactly 10 meters, and consider

More information

Random Variables. Chapter 2. Random Variables 1

Random Variables. Chapter 2. Random Variables 1 Random Variables Chapter 2 Random Variables 1 Roulette and Random Variables A Roulette wheel has 38 pockets. 18 of them are red and 18 are black; these are numbered from 1 to 36. The two remaining pockets

More information

The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University

The Normal Distribution. Alan T. Arnholt Department of Mathematical Sciences Appalachian State University The Normal Distribution Alan T. Arnholt Department of Mathematical Sciences Appalachian State University arnholt@math.appstate.edu Spring 2006 R Notes 1 Copyright c 2006 Alan T. Arnholt 2 Continuous Random

More information

Section 5.1 Continuous Random Variables: Introduction

Section 5.1 Continuous Random Variables: Introduction Section 5. Continuous Random Variables: Introduction Not all random variables are discrete. For example:. Waiting times for anything (train, arrival of customer, production of mrna molecule from gene,

More information

Stats on the TI 83 and TI 84 Calculator

Stats on the TI 83 and TI 84 Calculator Stats on the TI 83 and TI 84 Calculator Entering the sample values STAT button Left bracket { Right bracket } Store (STO) List L1 Comma Enter Example: Sample data are {5, 10, 15, 20} 1. Press 2 ND and

More information

Week 3&4: Z tables and the Sampling Distribution of X

Week 3&4: Z tables and the Sampling Distribution of X Week 3&4: Z tables and the Sampling Distribution of X 2 / 36 The Standard Normal Distribution, or Z Distribution, is the distribution of a random variable, Z N(0, 1 2 ). The distribution of any other normal

More information

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1.

Def: The standard normal distribution is a normal probability distribution that has a mean of 0 and a standard deviation of 1. Lecture 6: Chapter 6: Normal Probability Distributions A normal distribution is a continuous probability distribution for a random variable x. The graph of a normal distribution is called the normal curve.

More information

HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS

HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS Mathematics Revision Guides Histograms, Cumulative Frequency and Box Plots Page 1 of 25 M.K. HOME TUITION Mathematics Revision Guides Level: GCSE Higher Tier HISTOGRAMS, CUMULATIVE FREQUENCY AND BOX PLOTS

More information

Introduction to Probability

Introduction to Probability Introduction to Probability EE 179, Lecture 15, Handout #24 Probability theory gives a mathematical characterization for experiments with random outcomes. coin toss life of lightbulb binary data sequence

More information

Chapter 9 Monté Carlo Simulation

Chapter 9 Monté Carlo Simulation MGS 3100 Business Analysis Chapter 9 Monté Carlo What Is? A model/process used to duplicate or mimic the real system Types of Models Physical simulation Computer simulation When to Use (Computer) Models?

More information

Practice with Proofs

Practice with Proofs Practice with Proofs October 6, 2014 Recall the following Definition 0.1. A function f is increasing if for every x, y in the domain of f, x < y = f(x) < f(y) 1. Prove that h(x) = x 3 is increasing, using

More information

Lesson 20. Probability and Cumulative Distribution Functions

Lesson 20. Probability and Cumulative Distribution Functions Lesson 20 Probability and Cumulative Distribution Functions Recall If p(x) is a density function for some characteristic of a population, then Recall If p(x) is a density function for some characteristic

More information

Joint Exam 1/P Sample Exam 1

Joint Exam 1/P Sample Exam 1 Joint Exam 1/P Sample Exam 1 Take this practice exam under strict exam conditions: Set a timer for 3 hours; Do not stop the timer for restroom breaks; Do not look at your notes. If you believe a question

More information

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X

Probability density function : An arbitrary continuous random variable X is similarly described by its probability density function f x = f X Week 6 notes : Continuous random variables and their probability densities WEEK 6 page 1 uniform, normal, gamma, exponential,chi-squared distributions, normal approx'n to the binomial Uniform [,1] random

More information

Probability Distributions

Probability Distributions CHAPTER 5 Probability Distributions CHAPTER OUTLINE 5.1 Probability Distribution of a Discrete Random Variable 5.2 Mean and Standard Deviation of a Probability Distribution 5.3 The Binomial Distribution

More information

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab

Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab Monte Carlo Simulation: IEOR E4703 Fall 2004 c 2004 by Martin Haugh Overview of Monte Carlo Simulation, Probability Review and Introduction to Matlab 1 Overview of Monte Carlo Simulation 1.1 Why use simulation?

More information

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I

BNG 202 Biomechanics Lab. Descriptive statistics and probability distributions I BNG 202 Biomechanics Lab Descriptive statistics and probability distributions I Overview The overall goal of this short course in statistics is to provide an introduction to descriptive and inferential

More information

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median

The right edge of the box is the third quartile, Q 3, which is the median of the data values above the median. Maximum Median CONDENSED LESSON 2.1 Box Plots In this lesson you will create and interpret box plots for sets of data use the interquartile range (IQR) to identify potential outliers and graph them on a modified box

More information

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs

Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Types of Variables Chapter 1: Looking at Data Section 1.1: Displaying Distributions with Graphs Quantitative (numerical)variables: take numerical values for which arithmetic operations make sense (addition/averaging)

More information

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction

CA200 Quantitative Analysis for Business Decisions. File name: CA200_Section_04A_StatisticsIntroduction CA200 Quantitative Analysis for Business Decisions File name: CA200_Section_04A_StatisticsIntroduction Table of Contents 4. Introduction to Statistics... 1 4.1 Overview... 3 4.2 Discrete or continuous

More information

Lesson 7 Z-Scores and Probability

Lesson 7 Z-Scores and Probability Lesson 7 Z-Scores and Probability Outline Introduction Areas Under the Normal Curve Using the Z-table Converting Z-score to area -area less than z/area greater than z/area between two z-values Converting

More information

TImath.com. F Distributions. Statistics

TImath.com. F Distributions. Statistics F Distributions ID: 9780 Time required 30 minutes Activity Overview In this activity, students study the characteristics of the F distribution and discuss why the distribution is not symmetric (skewed

More information

MEASURES OF VARIATION

MEASURES OF VARIATION NORMAL DISTRIBTIONS MEASURES OF VARIATION In statistics, it is important to measure the spread of data. A simple way to measure spread is to find the range. But statisticians want to know if the data are

More information

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties:

Density Curve. A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: Density Curve A density curve is the graph of a continuous probability distribution. It must satisfy the following properties: 1. The total area under the curve must equal 1. 2. Every point on the curve

More information

Stat 515 Midterm Examination II April 6, 2010 (9:30 a.m. - 10:45 a.m.)

Stat 515 Midterm Examination II April 6, 2010 (9:30 a.m. - 10:45 a.m.) Name: Stat 515 Midterm Examination II April 6, 2010 (9:30 a.m. - 10:45 a.m.) The total score is 100 points. Instructions: There are six questions. Each one is worth 20 points. TA will grade the best five

More information

Data Modeling & Analysis Techniques. Probability & Statistics. Manfred Huber 2011 1

Data Modeling & Analysis Techniques. Probability & Statistics. Manfred Huber 2011 1 Data Modeling & Analysis Techniques Probability & Statistics Manfred Huber 2011 1 Probability and Statistics Probability and statistics are often used interchangeably but are different, related fields

More information

Section 6.1 Joint Distribution Functions

Section 6.1 Joint Distribution Functions Section 6.1 Joint Distribution Functions We often care about more than one random variable at a time. DEFINITION: For any two random variables X and Y the joint cumulative probability distribution function

More information

Lecture 6: Discrete & Continuous Probability and Random Variables

Lecture 6: Discrete & Continuous Probability and Random Variables Lecture 6: Discrete & Continuous Probability and Random Variables D. Alex Hughes Math Camp September 17, 2015 D. Alex Hughes (Math Camp) Lecture 6: Discrete & Continuous Probability and Random September

More information

seven Statistical Analysis with Excel chapter OVERVIEW CHAPTER

seven Statistical Analysis with Excel chapter OVERVIEW CHAPTER seven Statistical Analysis with Excel CHAPTER chapter OVERVIEW 7.1 Introduction 7.2 Understanding Data 7.3 Relationships in Data 7.4 Distributions 7.5 Summary 7.6 Exercises 147 148 CHAPTER 7 Statistical

More information

23. RATIONAL EXPONENTS

23. RATIONAL EXPONENTS 23. RATIONAL EXPONENTS renaming radicals rational numbers writing radicals with rational exponents When serious work needs to be done with radicals, they are usually changed to a name that uses exponents,

More information

1.1 Introduction, and Review of Probability Theory... 3. 1.1.1 Random Variable, Range, Types of Random Variables... 3. 1.1.2 CDF, PDF, Quantiles...

1.1 Introduction, and Review of Probability Theory... 3. 1.1.1 Random Variable, Range, Types of Random Variables... 3. 1.1.2 CDF, PDF, Quantiles... MATH4427 Notebook 1 Spring 2016 prepared by Professor Jenny Baglivo c Copyright 2009-2016 by Jenny A. Baglivo. All Rights Reserved. Contents 1 MATH4427 Notebook 1 3 1.1 Introduction, and Review of Probability

More information

Descriptive Statistics

Descriptive Statistics Y520 Robert S Michael Goal: Learn to calculate indicators and construct graphs that summarize and describe a large quantity of values. Using the textbook readings and other resources listed on the web

More information

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1)

Class 19: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.1) Spring 204 Class 9: Two Way Tables, Conditional Distributions, Chi-Square (Text: Sections 2.5; 9.) Big Picture: More than Two Samples In Chapter 7: We looked at quantitative variables and compared the

More information

ECE302 Spring 2006 HW5 Solutions February 21, 2006 1

ECE302 Spring 2006 HW5 Solutions February 21, 2006 1 ECE3 Spring 6 HW5 Solutions February 1, 6 1 Solutions to HW5 Note: Most of these solutions were generated by R. D. Yates and D. J. Goodman, the authors of our textbook. I have added comments in italics

More information

Simple Regression Theory II 2010 Samuel L. Baker

Simple Regression Theory II 2010 Samuel L. Baker SIMPLE REGRESSION THEORY II 1 Simple Regression Theory II 2010 Samuel L. Baker Assessing how good the regression equation is likely to be Assignment 1A gets into drawing inferences about how close the

More information

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES

MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES MASSACHUSETTS INSTITUTE OF TECHNOLOGY 6.436J/15.085J Fall 2008 Lecture 5 9/17/2008 RANDOM VARIABLES Contents 1. Random variables and measurable functions 2. Cumulative distribution functions 3. Discrete

More information

TEST 2 STUDY GUIDE. 1. Consider the data shown below.

TEST 2 STUDY GUIDE. 1. Consider the data shown below. 2006 by The Arizona Board of Regents for The University of Arizona All rights reserved Business Mathematics I TEST 2 STUDY GUIDE 1 Consider the data shown below (a) Fill in the Frequency and Relative Frequency

More information

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences

Introduction to Statistics for Psychology. Quantitative Methods for Human Sciences Introduction to Statistics for Psychology and Quantitative Methods for Human Sciences Jonathan Marchini Course Information There is website devoted to the course at http://www.stats.ox.ac.uk/ marchini/phs.html

More information

3.4 The Normal Distribution

3.4 The Normal Distribution 3.4 The Normal Distribution All of the probability distributions we have found so far have been for finite random variables. (We could use rectangles in a histogram.) A probability distribution for a continuous

More information

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives.

5/31/2013. 6.1 Normal Distributions. Normal Distributions. Chapter 6. Distribution. The Normal Distribution. Outline. Objectives. The Normal Distribution C H 6A P T E R The Normal Distribution Outline 6 1 6 2 Applications of the Normal Distribution 6 3 The Central Limit Theorem 6 4 The Normal Approximation to the Binomial Distribution

More information

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved.

3.4. The Binomial Probability Distribution. Copyright Cengage Learning. All rights reserved. 3.4 The Binomial Probability Distribution Copyright Cengage Learning. All rights reserved. The Binomial Probability Distribution There are many experiments that conform either exactly or approximately

More information

Descriptive Statistics and Measurement Scales

Descriptive Statistics and Measurement Scales Descriptive Statistics 1 Descriptive Statistics and Measurement Scales Descriptive statistics are used to describe the basic features of the data in a study. They provide simple summaries about the sample

More information

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5

FREE FALL. Introduction. Reference Young and Freedman, University Physics, 12 th Edition: Chapter 2, section 2.5 Physics 161 FREE FALL Introduction This experiment is designed to study the motion of an object that is accelerated by the force of gravity. It also serves as an introduction to the data analysis capabilities

More information

Chapter 4 Lecture Notes

Chapter 4 Lecture Notes Chapter 4 Lecture Notes Random Variables October 27, 2015 1 Section 4.1 Random Variables A random variable is typically a real-valued function defined on the sample space of some experiment. For instance,

More information

Math 370, Spring 2008 Prof. A.J. Hildebrand. Practice Test 1 Solutions

Math 370, Spring 2008 Prof. A.J. Hildebrand. Practice Test 1 Solutions Math 70, Spring 008 Prof. A.J. Hildebrand Practice Test Solutions About this test. This is a practice test made up of a random collection of 5 problems from past Course /P actuarial exams. Most of the

More information

1.7 Graphs of Functions

1.7 Graphs of Functions 64 Relations and Functions 1.7 Graphs of Functions In Section 1.4 we defined a function as a special type of relation; one in which each x-coordinate was matched with only one y-coordinate. We spent most

More information

Characteristics of Binomial Distributions

Characteristics of Binomial Distributions Lesson2 Characteristics of Binomial Distributions In the last lesson, you constructed several binomial distributions, observed their shapes, and estimated their means and standard deviations. In Investigation

More information

TEACHER NOTES MATH NSPIRED

TEACHER NOTES MATH NSPIRED Math Objectives Students will understand that normal distributions can be used to approximate binomial distributions whenever both np and n(1 p) are sufficiently large. Students will understand that when

More information

CURVE FITTING LEAST SQUARES APPROXIMATION

CURVE FITTING LEAST SQUARES APPROXIMATION CURVE FITTING LEAST SQUARES APPROXIMATION Data analysis and curve fitting: Imagine that we are studying a physical system involving two quantities: x and y Also suppose that we expect a linear relationship

More information

Chapter 5: Normal Probability Distributions - Solutions

Chapter 5: Normal Probability Distributions - Solutions Chapter 5: Normal Probability Distributions - Solutions Note: All areas and z-scores are approximate. Your answers may vary slightly. 5.2 Normal Distributions: Finding Probabilities If you are given that

More information

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8.

Random variables P(X = 3) = P(X = 3) = 1 8, P(X = 1) = P(X = 1) = 3 8. Random variables Remark on Notations 1. When X is a number chosen uniformly from a data set, What I call P(X = k) is called Freq[k, X] in the courseware. 2. When X is a random variable, what I call F ()

More information

Example: 1. You have observed that the number of hits to your web site follow a Poisson distribution at a rate of 2 per day.

Example: 1. You have observed that the number of hits to your web site follow a Poisson distribution at a rate of 2 per day. 16 The Exponential Distribution Example: 1. You have observed that the number of hits to your web site follow a Poisson distribution at a rate of 2 per day. Let T be the time (in days) between hits. 2.

More information

TImath.com. Statistics. Areas in Intervals

TImath.com. Statistics. Areas in Intervals Areas in Intervals ID: 9472 TImath.com Time required 30 minutes Activity Overview In this activity, students use several methods to determine the probability of a given normally distributed value being

More information

Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page

Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page Errata for ASM Exam C/4 Study Manual (Sixteenth Edition) Sorted by Page 1 Errata and updates for ASM Exam C/Exam 4 Manual (Sixteenth Edition) sorted by page Practice exam 1:9, 1:22, 1:29, 9:5, and 10:8

More information

Normality Testing in Excel

Normality Testing in Excel Normality Testing in Excel By Mark Harmon Copyright 2011 Mark Harmon No part of this publication may be reproduced or distributed without the express permission of the author. mark@excelmasterseries.com

More information

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses.

DESCRIPTIVE STATISTICS. The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE STATISTICS The purpose of statistics is to condense raw data to make it easier to answer specific questions; test hypotheses. DESCRIPTIVE VS. INFERENTIAL STATISTICS Descriptive To organize,

More information

CALCULATIONS & STATISTICS

CALCULATIONS & STATISTICS CALCULATIONS & STATISTICS CALCULATION OF SCORES Conversion of 1-5 scale to 0-100 scores When you look at your report, you will notice that the scores are reported on a 0-100 scale, even though respondents

More information

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED CONDENSED L E S S O N 10.1 Solving Quadratic Equations In this lesson you will look at quadratic functions that model projectile motion use tables and graphs to approimate solutions to quadratic equations

More information

Binary Adders: Half Adders and Full Adders

Binary Adders: Half Adders and Full Adders Binary Adders: Half Adders and Full Adders In this set of slides, we present the two basic types of adders: 1. Half adders, and 2. Full adders. Each type of adder functions to add two binary bits. In order

More information

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i )

For a partition B 1,..., B n, where B i B j = for i. A = (A B 1 ) (A B 2 ),..., (A B n ) and thus. P (A) = P (A B i ) = P (A B i )P (B i ) Probability Review 15.075 Cynthia Rudin A probability space, defined by Kolmogorov (1903-1987) consists of: A set of outcomes S, e.g., for the roll of a die, S = {1, 2, 3, 4, 5, 6}, 1 1 2 1 6 for the roll

More information

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck!

EXAM #1 (Example) Instructor: Ela Jackiewicz. Relax and good luck! STP 231 EXAM #1 (Example) Instructor: Ela Jackiewicz Honor Statement: I have neither given nor received information regarding this exam, and I will not do so until all exams have been graded and returned.

More information

Method To Solve Linear, Polynomial, or Absolute Value Inequalities:

Method To Solve Linear, Polynomial, or Absolute Value Inequalities: Solving Inequalities An inequality is the result of replacing the = sign in an equation with ,, or. For example, 3x 2 < 7 is a linear inequality. We call it linear because if the < were replaced with

More information

Lecture 8. Confidence intervals and the central limit theorem

Lecture 8. Confidence intervals and the central limit theorem Lecture 8. Confidence intervals and the central limit theorem Mathematical Statistics and Discrete Mathematics November 25th, 2015 1 / 15 Central limit theorem Let X 1, X 2,... X n be a random sample of

More information

Math 461 Fall 2006 Test 2 Solutions

Math 461 Fall 2006 Test 2 Solutions Math 461 Fall 2006 Test 2 Solutions Total points: 100. Do all questions. Explain all answers. No notes, books, or electronic devices. 1. [105+5 points] Assume X Exponential(λ). Justify the following two

More information

Chapter 4. Probability Distributions

Chapter 4. Probability Distributions Chapter 4 Probability Distributions Lesson 4-1/4-2 Random Variable Probability Distributions This chapter will deal the construction of probability distribution. By combining the methods of descriptive

More information

Polynomial and Rational Functions

Polynomial and Rational Functions Polynomial and Rational Functions Quadratic Functions Overview of Objectives, students should be able to: 1. Recognize the characteristics of parabolas. 2. Find the intercepts a. x intercepts by solving

More information

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1

Lecture 2: Discrete Distributions, Normal Distributions. Chapter 1 Lecture 2: Discrete Distributions, Normal Distributions Chapter 1 Reminders Course website: www. stat.purdue.edu/~xuanyaoh/stat350 Office Hour: Mon 3:30-4:30, Wed 4-5 Bring a calculator, and copy Tables

More information

Chapter 5 Discrete Probability Distribution. Learning objectives

Chapter 5 Discrete Probability Distribution. Learning objectives Chapter 5 Discrete Probability Distribution Slide 1 Learning objectives 1. Understand random variables and probability distributions. 1.1. Distinguish discrete and continuous random variables. 2. Able

More information

An Introduction to Basic Statistics and Probability

An Introduction to Basic Statistics and Probability An Introduction to Basic Statistics and Probability Shenek Heyward NCSU An Introduction to Basic Statistics and Probability p. 1/4 Outline Basic probability concepts Conditional probability Discrete Random

More information

Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000

Lecture 14. Chapter 7: Probability. Rule 1: Rule 2: Rule 3: Nancy Pfenning Stats 1000 Lecture 4 Nancy Pfenning Stats 000 Chapter 7: Probability Last time we established some basic definitions and rules of probability: Rule : P (A C ) = P (A). Rule 2: In general, the probability of one event

More information

Review of Random Variables

Review of Random Variables Chapter 1 Review of Random Variables Updated: January 16, 2015 This chapter reviews basic probability concepts that are necessary for the modeling and statistical analysis of financial data. 1.1 Random

More information

7. Normal Distributions

7. Normal Distributions 7. Normal Distributions A. Introduction B. History C. Areas of Normal Distributions D. Standard Normal E. Exercises Most of the statistical analyses presented in this book are based on the bell-shaped

More information

Probability Distributions. 7.1 Describing a Continuous Distribution. 7.2 Uniform Continuous Distribution. 7.4 Standard Normal Distribution

Probability Distributions. 7.1 Describing a Continuous Distribution. 7.2 Uniform Continuous Distribution. 7.4 Standard Normal Distribution CHAPTER 7 Continuous Probability Distributions CHAPTER CONTENTS 7.1 Describing a Continuous Distribution 7.2 Uniform Continuous Distribution 7.3 Normal Distribution 7.4 Standard Normal Distribution 7.5

More information

Normal Distribution as an Approximation to the Binomial Distribution

Normal Distribution as an Approximation to the Binomial Distribution Chapter 1 Student Lecture Notes 1-1 Normal Distribution as an Approximation to the Binomial Distribution : Goals ONE TWO THREE 2 Review Binomial Probability Distribution applies to a discrete random variable

More information

Exploratory data analysis (Chapter 2) Fall 2011

Exploratory data analysis (Chapter 2) Fall 2011 Exploratory data analysis (Chapter 2) Fall 2011 Data Examples Example 1: Survey Data 1 Data collected from a Stat 371 class in Fall 2005 2 They answered questions about their: gender, major, year in school,

More information

AP Statistics Solutions to Packet 2

AP Statistics Solutions to Packet 2 AP Statistics Solutions to Packet 2 The Normal Distributions Density Curves and the Normal Distribution Standard Normal Calculations HW #9 1, 2, 4, 6-8 2.1 DENSITY CURVES (a) Sketch a density curve that

More information

Chapter 4. Probability and Probability Distributions

Chapter 4. Probability and Probability Distributions Chapter 4. robability and robability Distributions Importance of Knowing robability To know whether a sample is not identical to the population from which it was selected, it is necessary to assess the

More information