Presentation is loading. Please wait.

Presentation is loading. Please wait.

The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Chapter 4. Discrete Probability Distributions Section 4.2. Expected Values of Random Variables Jiaping.

Similar presentations


Presentation on theme: "The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Chapter 4. Discrete Probability Distributions Section 4.2. Expected Values of Random Variables Jiaping."— Presentation transcript:

1 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Chapter 4. Discrete Probability Distributions Section 4.2. Expected Values of Random Variables Jiaping Wang Department of Mathematical Science 02/06/2013, Monday

2 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Outline Expected Values Variance and Standard Deviation Some Properties Tchebysheff’s Theorem Homework #4

3 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Part 1. Expected Values

4 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Long-run Relative Frequency of Occurrence From these flipping coins, you win +1 and -1 (lose money) in half of the time, so the average is (-1)(1/2)+(1)(1/2) = 0. Suppose you and your friend are matching balanced coins. Each of you flips a coin. If the upper faces match, you win $1; if they do not match, you lose $1. So on average, how much will you win per game in a long run? Suppose you and your friend are matching balanced coins. Each of you flips a coin. If the upper faces match, you win $1; if they do not match, you lose $1. So on average, how much will you win per game in a long run?

5 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Definition 4.4 The expected value of a discrete random variable X with probability distribution p(x) is given as (The sum is over all values of x for which p(x)>0) We sometimes use the notation E(X)=μ for this equivalence. Definition 4.4 The expected value of a discrete random variable X with probability distribution p(x) is given as (The sum is over all values of x for which p(x)>0) We sometimes use the notation E(X)=μ for this equivalence. Definition 4.4 Note: Not all expected values exist, the sum above must converge absolutely, ∑|x|p(x)<∞.

6 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Theorem 4.1 Theorem 4.1 If X is a discrete random variable with probability p(x) and if g(x) is any real-valued function of X, then E(g(x)=∑g(x)p(x). Theorem 4.1 If X is a discrete random variable with probability p(x) and if g(x) is any real-valued function of X, then E(g(x)=∑g(x)p(x). Now if we change the wining function, g(x)=3x, which means, if coins are matched, then you win $3, otherwise, you lose $3. So the expected value becomes (3)(1/2)+(-3)(1/2)=0

7 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Part 2. Variance and Standard Deviation

8 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Definitions 4.5 and 4.6 The variance of a random variable X with expected value μ is given by V(X)=E[(X- μ) 2 ] Sometimes we use the notation σ 2 = E[(X- μ) 2 ] For this equivalence. The variance of a random variable X with expected value μ is given by V(X)=E[(X- μ) 2 ] Sometimes we use the notation σ 2 = E[(X- μ) 2 ] For this equivalence. The standard deviation is a measure of variation that maintains the original units of measure. The standard deviation of a random variable is the square root of the variance and is given by

9 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Cont. Case I: μ = (-1.0)(1/2)+(1)(1/2)=0; σ 2 =(-1) 2 (1/2)+(1) 2 (1/2)=1. Case II: μ = (-1.5)(1/2)+(1)(1/4)+ (2)(1/4)=0; σ 2 =(-1.5) 2 (1/2)+(1) 2 (1/4)+ 1) 2 (1/4)=2.375.

10 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Cont. Consider the percentages as probabilities, then for 2000 μ = 3(0.069)+8(0.073)+…+(90)(0.033) =36.6, and σ 2 = (3-36.6) 2 (0.069)+ (8- 36.6) 2 (0.073) + … + (90-36.6) 2 (0.033) = 510.76 Similarly, we can find for 2100, μ = 42.5 and σ 2 = 691.69 Age Interval Age Midpoint 20002100 Under 536.9%6.3% 5-987.3%6.2% 10-191514.4%12.8% 20-292513.3%12.3% 30-393515.5%12.0% 40-494515.3%11.6% 50-595510.8% 60-69657.3%9.8% 70-79755.9%8.3% 80 and over 903.3%9.9%

11 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Example 4.3 A department supervisor is considering purchasing a photocopy machine. One consideration is how often the machine will need repairs. Let X denote the number of repairs during one year. Base on past performance, the distribution of X is shown as follows Number of Repairs, x 0123 p(x)0.20.30.40.1 1.What is the expected number of repairs during a year? 2.What are the variance and standard deviation of the number of repairs during a year?

12 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Solution 1.E(X)=∑xp(x) = (0)(0.2)+(1)(0.3)+(2)(0.4)+(3)(0.1)=1.4 2.V(X)= ∑(x-E(X)) 2 p(x) = (0-1.4) 2 (0.2)+(1-1.4) 2 (0.3)+(2-1.4) 2 (0.4)+(3-1.4) 2 (0.1) = 0.84. So the standard deviation is 0.92.

13 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Part 3. Some Properties

14 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Theorem 4.2 For any random variable X and constants a and b. 1.E(aX + b) = aE(X) + b 2. V(aX + b) = a 2 V(X) Theorem 4.2 For any random variable X and constants a and b. 1.E(aX + b) = aE(X) + b 2. V(aX + b) = a 2 V(X) Standardized random variable: If X has mean μ and standard deviation σ, then Y=(X – μ)/ σ has E(Y)=0 and V(Y)=1, thus Y can be called the standardized random variable of X. Standardized random variable: If X has mean μ and standard deviation σ, then Y=(X – μ)/ σ has E(Y)=0 and V(Y)=1, thus Y can be called the standardized random variable of X. Theorem 4.3 If X is a random variable with mean μ, then V(X)= E(X 2 ) – μ 2 Theorem 4.3 If X is a random variable with mean μ, then V(X)= E(X 2 ) – μ 2

15 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL The department supervisor in Example 4.3 wants to consider the cost of maintenance before purchasing the photocopy machine. The cost of maintenance consists of the expense of a service agreement and the cost of repairs. The service agreement can be purchased for $200. With the agreement, the cost of each repair is $50. Find the mean, variance and standard deviation of the annual costs of repair for the photocopy machine. Example 4.4 Solution: Now the annual cost of the maintenance is 50X + 200. Recall that E(X)=1.4 and V(X)=0.84 from Example 4.3, so we have E(50X+200)=50E(X)+200=(50)(1.4)+200=270; V(50X+200)=2500V(X)= (2500)(0.84)=2100, so the standard deviation is $45.83.

16 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Use the results of Theorem 4.3 to compute the variance of X as given in Example 4.3. Example 4.5 Solution: E(X)=1.4, E(X 2 )=∑x 2 p(x)=0 2 (0.2)+1 2 (0.3)+2 2 (0.4)+3 2 (0.1)=2.8 Then V(X)= E(X 2 )-E 2 (X) =2.8-1.56=0.84. Number of Repairs, x 0123 p(x)0.20.30.40.1

17 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Part 4. Tchebysheff’s Inequality

18 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Theorem 4.4 Tchebysheff’s Theorem. Let X be a random variable with mean μ and standard deviation σ. Then for any positive k, P(|X – μ|/ σ < k) ≥ 1/k 2 Tchebysheff’s Theorem. Let X be a random variable with mean μ and standard deviation σ. Then for any positive k, P(|X – μ|/ σ < k) ≥ 1/k 2 Consider Y=(X- μ)/ σ, then E(Y)=0 and V(Y)=1.

19 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Example 4.6 The daily production of electric motors at a certain factory averaged 120 with a standard deviation of 10. 1.What can be said about the fraction of days on which the production level falls between 100 and 140? 2.Find the shortest interval certain to contain at least 90% of the daily production levels. The daily production of electric motors at a certain factory averaged 120 with a standard deviation of 10. 1.What can be said about the fraction of days on which the production level falls between 100 and 140? 2.Find the shortest interval certain to contain at least 90% of the daily production levels. Solution: The interval from 100 to 140 means k=2 so that |X-μ|<2σ for μ=120 and σ=10. So based on Chebysheff’s inequality, we have 1-1/4=0.75, which mean at least 75% of all days will have a total production values that falls in this interval. TO find k, we set (1-1/k 2 )=0.9, then k=3.16, the interval will be from 120-(3.16)(10) to 120+(3.16)(10), or 88.4 to 151.6.

20 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Example 4.7 The annual cost of maintenance for a certain photocopy machine has a mean of $270 and a variance of $2100 (see example 4.4). The manager wants to budget enough for maintenance that he is likely to go over the budget amount. He is considering budgeting $400 for maintenance. How often will the maintenance cost exceed this amount? Solution: Let X=400, so k=(400-270)/45.8=2.84, then the interval 270- (2.84)(45.8) to 270 + (2.84)(45.8) or 140 to 400 contains at least 1- 1/(2.84*2.84) = 0.88, thus at most 0.12 of the probability mass can exceed $400.

21 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Example 4.8 Suppose the random variable X has the probability mass function given in the table Evaluate Tchebysheff’s inequality for k=2. Suppose the random variable X has the probability mass function given in the table Evaluate Tchebysheff’s inequality for k=2. x01 p(x)1/83/41/8 Solution: Find mean E(X)=0, find V(X)=1/8 + 1/8=0.25, so σ = 0.5, thus P(|X-E(X)|<2(0.5))=P(|X-E(X)|<1)=P(X=0)=3/4. By Chebysheff’s inequality, P(|X- E(X)|<2 σ) ≥1-1/4=0.75.

22 The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Homework #4 Page 100: 4.2 Page 101: 4.8 Page 102: 4.12 Page 116: 4.17 Page 118: 4.26 Page 119: 4.33 Page 120: 4.42 Homework #4 Page 100: 4.2 Page 101: 4.8 Page 102: 4.12 Page 116: 4.17 Page 118: 4.26 Page 119: 4.33 Page 120: 4.42


Download ppt "The UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Chapter 4. Discrete Probability Distributions Section 4.2. Expected Values of Random Variables Jiaping."

Similar presentations


Ads by Google