probability and statistics
play

Probability and Statistics for Computer Science Its straigh+orward - PowerPoint PPT Presentation

Probability and Statistics for Computer Science Its straigh+orward to link a number to the outcome of an experiment. The result is a Random variable . ---Prof. Forsythe Random variable is a funcCon, it is not the same as in X = X+1


  1. Probability and Statistics ì for Computer Science “Its straigh+orward to link a number to the outcome of an experiment. The result is a Random variable .” ---Prof. Forsythe Random variable is a funcCon, it is not the same as in X = X+1 Credit: wikipedia Hongye Liu, Teaching Assistant Prof, CS361, UIUC, 9.15.2020

  2. Last time

  3. Which is larger?

  4. Random numbers ✺ Amount of money on a bet ✺ Age at reCrement of a populaCon ✺ Rate of vehicles passing by the toll ✺ Body temperature of a puppy in its pet clinic ✺ Level of the intensity of pain in a toothache

  5. Random variable as vectors Brain imaging of Human emoCons A) Moral conflict B) MulC-task C) Rest A. McDonald et al. NeuroImage doi: 10.1016/ j.neuroimage.2016.10.048

  6. Content ✺ Random Variable

  7. Random variables

  8. Random variables ✺ The values of a random variable can be either discrete , con5nuous or mixed .

  9. Discrete Random variables ✺ The range of a discrete random variable is a countable set of real numbers.

  10. Random Variable Example ✺ Number of pairs in a hand of 5 cards ✺ Let a single outcome be the hand of 5 cards ✺ Each outcome maps to values in the set of numbers {0, 1, 2}

  11. Random Variable Example ✺ Number of pairs in a hand of 6 cards ✺ Let a single outcome be the hand of 6 cards ✺ What is the range of values of this random variable?

  12. Q: Random Variable ✺ If we roll a 3-sided fair die, and define random variable U, such that A. {-1, 0, 1} B. {0, 1}

  13. Three important facts of Random variables ✺ Random variables have probability func5ons ✺ Random variables can be condi5oned on events or other random variables ✺ Random variables have averages

  14. Random variables have probability functions ✺ Let X be a random variable ✺ The set of outcomes is an event with probability X is the random variable is any unique instance that X takes on

  15. Probability Distribution ✺ is called the probability P ( X = x ) distribuCon for all possible x ✺ is also denoted as or p ( x ) P ( X = x ) P ( x ) ✺ for all values that X can P ( X = x ) ≥ 0 take, and is 0 everywhere else ✺ The sum of the probability distribuCon is 1 � P ( x ) = 1 x

  16. Examples of Probability Distributions

  17. Cumulative distribution ✺ is called the cumulaCve P ( X ≤ x ) distribuCon funcCon of X ✺ is also denoted as f ( x ) P ( X ≤ x ) ✺ is a non-decreasing P ( X ≤ x ) funcCon of x

  18. Probability distribution and cumulative distribution ✺ Give the random variable X , � 1 outcome of ω is head X ( ω ) = 0 outcome of ω is tail p ( x ) f ( x ) P ( X = x ) P ( X ≤ x ) 1 1/2 1/2 0 1 1 0 X X

  19. Functions of random variables

  20. Q. Are these random variables the same?

  21. Function of random variables: die example Roll 4-sided fair die Y 4 twice. 3 Define these random 2 variables: 1 X X, the values of 1 st roll 1 2 3 4 Y, the values of 2 nd roll Sum S = X + Y Size of Sample Space = ? Difference D = X - Y

  22. Random variable: die example Roll 4-sided fair die Y 4 twice. 3 P ( X = 1) 2 1 P ( Y ≤ 2) X 1 2 3 4 P ( S = 7) P ( D ≤ − 1) Size of Sample Space x = 16

  23. Random variable: die example Roll 4-sided fair die Y 4 twice. 3 1 P ( X = 1) 2 4 1 P ( Y ≤ 2) 1 X 2 1 2 3 4 P ( S = 7) P ( D ≤ − 1) Size of Sample Space x = 16

  24. Random variable: die example S = X + Y D = X-Y Y Y 4 4 7 8 6 5 -1 0 -3 -2 3 3 0 1 -2 -1 6 5 4 7 2 2 2 -1 0 1 5 6 4 3 1 3 1 2 1 0 4 3 5 2 X X 1 2 3 4 1 2 3 4 P ( D ≤ − 1) P ( S = 7)

  25. Probability distribution of the sum of two random variables ✺ Give the random variable S in the 4- sided die, whose range is {2,3,4,5,6,7,8}, probability distribuCon of S. p ( s ) 1/16 S 5 6 8 2 3 4 7

  26. Probability distribution of the difference of two random variables ✺ Give the random variable D = X-Y , what is the probability distribu<on of D ? 1/16 0

  27. Conditional Probability ✺ The probability of A given B P ( A | B ) = P ( A ∩ B ) P ( B ) P ( B ) ̸ = 0 The “Size” analogy � P ( x | y ) = 1 Credit: Prof. Jeremy Orloff & Jonathan Bloom x

  28. Conditional probability distribution of random variables ✺ The condiConal probability distribuCon of X given Y is P ( x | y ) = P ( x, y ) P ( y ) ̸ = 0 P ( y )

  29. Conditional probability distribution of random variables ✺ The condiConal probability distribuCon of X given Y is P ( x | y ) = P ( x, y ) P ( y ) ̸ = 0 P ( y ) ✺ The joint probability distribuCon of two random variables X and Y is P ( { X = x } ∩ { Y = y } ) � P ( x | y ) = 1 x

  30. Get the marginal from joint distri. ✺ We can recover the individual probability distribuCons from the joint probability distribuCon � P ( x ) = P ( x, y ) y � P ( y ) = P ( x, y ) x

  31. Joint probabilities sum to 1 ✺ The sum of the joint probability distribuCon � � P ( x, y ) = 1 y x

  32. Joint Probability Example ✺ Tossing a coin twice, we define random variable X and Y for each toss . � 1 outcome of ω is head X ( ω ) = 0 outcome of ω is tail � 1 outcome of ω is head Y ( ω ) = 0 outcome of ω is tail

  33. Joint probability distribution example 1 X P ( y ) P ( x, y ) 0 0 Y 1 P ( x )

  34. Joint Probability Example Now we define Sum S = X + Y, Difference D = X – Y. S takes on values {0,1,2} and D takes on values {-1, 0, 1} � 1 outcome of ω is head X ( ω ) = 0 outcome of ω is tail � 1 outcome of ω is head Y ( ω ) = 0 outcome of ω is tail

  35. Joint Probability Example 2 nd toss D P(s, d) S Y =1 0 2 1 st toss X =1 1 1 Y =0 1 -1 Y =1 X =0 0 0 Y =0 Suppose coin is fair, and the tosses are independent

  36. Joint probability distribution example D P ( s, d ) -1 0 1 P ( s ) 0 0 0 S 1 0 2 0 0 P ( d )

  37. Independence of random variables ✺ Random variable X and Y are independent if P ( x, y ) = P ( x ) P ( y ) for all x and y ✺ In the previous coin toss example ✺ Are X and Y independent? ✺ Are S and D independent?

  38. Joint probability distribution example 1 X P ( y ) P ( x, y ) 0 1 1 1 0 Y 4 4 2 1 1 1 1 4 4 2 1 1 P ( x ) 2 2

  39. Joint probability distribution example D P ( s, d ) -1 0 1 P ( s ) 0 1 1 0 0 S 4 4 1 1 1 0 1 2 4 4 1 2 1 0 0 4 4 P ( d ) 1 1 1 2 4 4

  40. Conditional probability distribution example P ( s | d ) = P ( s, d ) P ( d ) -1 0 1 D 1 0 0 0 S 2 1 0 1 1 1 2 0 0 2

  41. Bayes rule for random variable ✺ Bayes rule for events generalizes to random variables P ( A | B ) = P ( B | A ) P ( A ) P ( B ) P ( x | y ) = P ( y | x ) P ( x ) P ( y ) P ( y | x ) P ( x ) Total Probability = � x P ( y | x ) P ( x )

  42. Conditional probability distribution example P ( s | d ) = P ( s, d ) D -1 0 1 P ( d ) 1 0 0 0 S 2 1 0 1 1 1 2 0 0 2 1 × 1 P ( D = − 1 | S = 1) = P ( S = 1 | D = − 1) P ( D = − 1) = 4 1 P ( S = 1) 2

  43. Assignments ✺ Chapter 4 of the textbook ✺ Next Cme: More random variable, ExpectaCons, Variance

  44. Additional References ✺ Charles M. Grinstead and J. Laurie Snell "IntroducCon to Probability” ✺ Morris H. Degroot and Mark J. Schervish "Probability and StaCsCcs”

  45. See you next time See You!

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend