1 / 41

Chapter 7 Section 7.1

Chapter 7 Section 7.1. Definition: a random variable is a variable whose value is a numerical outcome of a random phenomenon. Discrete random variable.

gale
Download Presentation

Chapter 7 Section 7.1

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Chapter 7 Section 7.1

  2. Definition: a random variable is a variable whose value is a numerical outcome of a random phenomenon.

  3. Discrete random variable A discrete random variable X has a countable number of possible values. The probability distribution of X lists the values and their probabilities. Value of X: x1 x2 x3 x4 ……. xk Probability: p1 p2 p3 p4……….pk The probabilities pi must satisfy two requirements: Every probability is a number between 0and 1 2. p1 + p2 + p3 + p4………+ .pk = 1 Find the probability of any event by adding the probabilities pi of the particular values ofx1 that make up the event.

  4. Probability distributionExample 7.1 pg 393 • Grade: 0 1 2 3 4 • Probability: .10 .15 .30 .30 .15

  5. Discrete and Continuous Variables

  6. The height of each bar shows the probability of the outcome at its base. Probability histogram for random digits 1 to 9

  7. The height of each bar shows the probability of the outcome at its base. Probability histogram for Benford’s law

  8. Possible outcomes in four tosses of a coin. The random variable X is the number of heads.

  9. X = number of heads • P ( X= 0) TTTT = ½∙ ½∙ ½∙ ½ = 1/16 or .0625 • P (X = 1) TTTH = ½∙ ½∙ ½∙ ½ = .0625 TTHT = ½∙ ½∙ ½∙ ½ = .0625 THTT = ½∙ ½∙ ½∙ ½ = .0625 HTTT = ½∙ ½∙ ½∙ ½ = .0625 P (X =1) = .0625(4) = .25

  10. Probability histogram for the number of heads in four tosses of a coin.

  11. Do Problem 7.1

  12. A spinner that generates a random number between 0 and 1.

  13. Do problem 7.7 • (a) P(x ≤.49) • (b) P (x ≥.27) • (c) P(.27 ≤ x ≤ 1.27) = • (d) P(.1≤ x ≤ .2) or P(.8 ≤ x ≤ .9 ) = • (e) P( x < .3) or P (x >.8) = • (f) P (x = .5)

  14. Do problem 7.7 • (a) P (x ≤.49) = .49 • (b) P (x ≥.27) = .73 • (c) P(.27 ≤ x ≤ 1.27) = P(.27 ≤ x ≤ 1 ) = .73 • (d) P(.1≤ x ≤ .2) or P(.8 ≤ x ≤ .9 ) = .1 + .1 = .2 • (e) P( x < .3) or P (x >.8) = .2 + .2 = .4 • (f) P (x = .5) = 0 a continuous distribution assigns probability of 0 to every individual outcome

  15. Def. 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 probability of any event is the area under the density curve and about the values of X that make up the event.

  16. In the language of random variables, if X has the N(μ , σ) Distribution, then the Standardized Variable Z = X – μ σ Is a standard normal random variable having the distribution N(0,1)

  17. Do Example 7.18 pg 405

  18. This continuous random variable takes values between 0 and 2. The density curve for the sum of two random numbers.

  19. End of Section 7.1

  20. Mean of a Discrete Random Variable Suppose that X is a discrete random variable whose distribution is Value of X: x1 x2 x3 x4 ……. xk Probability: p1 p2 p3 p4……….pk To find the mean of X, multiply each possible value by its probability, then add all the products: μx=x1 p1+ x2 p2 +x3 p3 +…. + xk pk =Σ xi pi

  21. Locating the mean of a discrete random variable on the probability histogram for digits between 1 and 9 chosen at random.

  22. Locating the mean of a discrete random variable on the probability histogram for digits between 1 and 9 chosen from records that obey Benford’s law

  23. Variance of a Discrete Random Variable Suppose that X is a discrete random variable whose distribution is Value of X: x1 x2 x3 x4 ……. xk Probability: p1 p2 p3 p4……….pk and that μ is the mean of X. The variance of X is σ2x = (x1– μx)2 p1 + (x2– μx)2 p2 +…+ (xk– μx)2 pk = Σ(xi– μx)2 pi The standard deviation σxof X is the square root of the variance.

  24. Do problem 7.22 and 7.26

  25. Do Example 7.42 pg 427

  26. Expected Value – • E (x) μ is the long term average value of a random variable. μ = Σ x ∙ p (x)

  27. Day0 Day1 Day2 prob. 1000 1300 1000 1300 1000 750 1000 750

  28. Day0 Day1 Day2 prob. 1000 1300 1690 1000 1300 975 1000 750 975 1000 750 562.50

  29. Day0 Day1 Day2 prob. 1000 1300 1690¼ 1000 1300 975½ 1000 750 975 1000 750 562.50¼

  30. Day0 Day1 Day2 prob. 1000 1300 1690 ¼ 1000 1300 975½ 1000 750 975 1000 750 562.50¼ P( worth >1000) = ¼ or .25 Mean value (expected value) = 1690 (.25) + 975 (.5) + 562.50 (.25) = $1051

  31. Law of Large Numbers Draw independent observations at random from any population with finite mean μ. Decide how accurately you would like to estimate μ. As the number of observations drawn increases, the mean x bar of the observed values eventually approaches the mean μ of the population as closely as you specified and then stays that close.

  32. The law of large numbers in action. As we increase the size of our sample, the sample mean x bar always approaches the mean μ of the population.

  33. Rule for Means and Variances with random independent variables: μa+bx = a + bμxμxy = μx + μy σ2a + bx = b2σ2 xσ2 x+y = σ2 x + σ2 y

  34. These patterns do not extend to standard deviation. It is not true that σx+y = σx + σy If x and y have a correlation ρ then σ2x+y = σ2x + σ2y +2 ρσxσy σ2x-y = σ2x + σ2y ‒2 ρσxσy

  35. Do problem 7.32 pg 417

  36. The normal probability calculation for Example 7.14.

  37. Do problem 7.60 pg 433

  38. End of Section 7.2

More Related