Probability, Random Processes and Inference

Size: px
Start display at page:

Download "Probability, Random Processes and Inference"

Transcription

1 INSTITUTO POLITÉCNICO NACIONAL CENTRO DE INVESTIGACION EN COMPUTACION Laboratorio de Ciberseguridad Probability, Random Processes and Inference Dr. Ponciano Jorge Escamilla Ambrosio

2 Probability, Random Processes and Inference CIC Instructor Dr. Ponciano Jorge Escamilla Ambrosio Class meetings Mondays and Wednesdays 12:00 14:00 hrs. Classroom Aula A3 2

3 Course web site Course web site: Reader material and homework exercises, etc. 3

4 Course Objective The student will learn the fundamentals of probability theory: probabilistic models, discrete and continuous random variables, multiple random variables and limit theorems as well as an introduction to more advanced topics such as random processes and statistical inference. At the end of the course the student will be able to develop and analyse probabilistic models in a manner that combines intuitive understanding and mathematical precision. 4

5 Course content 1. Probability What is Probability? Statistical Probability Probability as a Measure of Uncertainty Sample Space and Probability Probabilistic Models Conditional Probability Total Probability Theorem and Bayes Rule Independence Counting The probabilistic Method 5

6 Course content Discrete Random Variables Basic Concepts Probability Mass Functions Functions of Random Variables Expectation and Variance Joint PMFs of Multiple Random Variables Conditioning Independence 6

7 Course content General Random Variables Continuous Random Variables and PDFs Cumulative Distribution Function Normal Random Variables Joint PDFs of Multiple Random Variables Conditioning The Continuous Bayes Rule The Strong Law of Large Numbers 7

8 Course content 2. Introduction to Random Processes 2.1. Markov Chains Discrete Time Markov Chains Classification of States Steady State Behavior Absorption Probabilities and Expected Time to Absorption Continuous Time Markov Chains Ergodic Theorem for Discrete Markov Chains Markov Chain Montecarlo Method Queuing Theory 8

9 Course content 3. Statistics 3.2. Classical Statistical Inference Classical Parameter Estimation Linear Regression Analysis of Variance and Regression Binary Hypothesis Testing Significance Testing 9

10 Course text books Dimitri P. Bertsekas and John N. Tsitsiklis. Introduction to probability, 2nd Edition, Athena Scientific, Joseph Blitzstein, Jessica Hwang. Introduction to probability, CRC Press Hwang/

11 Course text books William Feller. An introduction to probability theory and its applications, Vol. 1, 3rd Edition, Wiley, Géza Schay, Introduction to probability with statistical applications, Birkhauser, Boston,

12 Grading Midterm exam 15% Final exam 15% Homework assignments 20% One written departmental exam 50% 12

13 Course Schedule A

14 Probability 1. What is Probability? Statistical Probability Probability as a Measure of Uncertainty 14

15 What is Probability? 15

16 What is Probability? The relative is trying to use the concept of probability to discuss an uncertain situation Luck, Coincidence, Randomness, Uncertainty, Risk, Doubt, Fortune, Chance Used in a vague, casual way! A first approach to define probability is in terms of frequency of occurrence, as a percentage of success 16

17 What is Probability? For example, if we toss a coin, and observe whether it lands head (H) or tail (T) up What is the probability of either result? Why? 17

18 What is Probability? P A = # Favorable outcomes # Possible outcomes Example: Flip a coin twice 18

19 Sample space Definition 1 (Sample space and event). The sample space S of an experiment is the set of all possible outcomes of an experiment. An event A is a subset of the sample space S, and we say that A occurred if the actual outcome is in A. 19

20 Sample space Tossing twice a coin experiment, example 20

21 What is Probability? Probability is logical framework for quantifying uncertainty and randomness [Blitzstein and Hwang, 2014] Probability theory is a branch of mathematics that deals with repetitive events whose occurrence or nonoccurrence is subject to chance variation. [Schay, 2007] 21

22 What is Probability? Provides tools for understanding and explaining variation, separating signal from noise, and modeling complex phenomena. (engineer definition) 22

23 What is Probability? There are situation where the frequency interpretation is not appropriate Example: A scholar asserts that the Iliad and the Odyssey were composed by the same person, with probability 90% It is based on the scholar s subjective belief 23

24 What is Probability? The theory of probability is useful in a broad variety of contexts and applications: Statistics, Physics, Biology, Computer Science, Meteorology, Gambling, Finance, Political Science, Medicine, Life. Assignment 1a: Give an example of the application of probability theory in each area Assignment 1b: Read math review: iew_handout.pdf 24

25 Probabilistic Model 25

26 Elements of a Probabilistic Model The sample space S, which is the set of all possible outcomes of an experiment. The probability law, which assigns to a set A of possible outcomes (also called an event) a nonnegative number P(A) (called the probability of A) that encodes our knowledge or belief about the collective likelihood of the elements of A. The probability law must satisfy certain properties. 26

27 Experiments and events The experiment will produce exactly one out of several possible outcomes. A subset of the sample space, that is, a collection of possible outcomes, is called an event. It means that any collection of possible outcomes, including the entire sample space S and its complement, the empty set, may qualify as an event. Strictly speaking, however, some sets have to be excluded. In particular when dealing with probabilistic models involving an uncountable infinite sample space, there are certain unusual subsets for which one cannot associate meaningful probabilities. 27

28 Experiments and events There is no restriction on what constitutes an experiment. The events to be considered can be described by such statements as a toss of a given coin results in head, a card drawn at random from a regular 52 card deck is an Ace, or this book is green. Associated with each statement there is a set S of possibilities, or possible outcomes. 28

29 Experiments and events Examples of experiments and events: Tossing a Coin. For a coin toss, S may be taken to consist of two possible outcomes, which we may abbreviate as H and T for head and tail. We say that H and T are the members, elements or points of S, and write S = {H, T}. Tossing two coins but ignore one of them. In this case S = {HH, HT, TH, TT}. In this case, for instance, the outcome the first coin shows H is represented by the set {HH, HT}, that is, this statement is true if we obtain HH or HT and false if we obtain TH or TT. 29

30 Experiments and events Tossing a Coin Until an H is Obtained. If we toss a coin until an H is obtained, we cannot say in advance how many tosses will be required, and so the natural sample space is S = {H, TH, TTH, TTTH,... }, an infinite set. We can use, of course, many other sample spaces as well, for instance, we may be interested only in whether we had to toss the coin more than twice or not, in which case S = {1 or 2, more than 2} is adequate. Selecting a Number from an Interval. Sometimes, we need an uncountable set for a sample space. For instance, if the experiment consists of choosing a random number between 0 and 1, we may use S = {x : 0 < x < 1}. 30

31 The probability law Specifies the likelihood of any outcome, or of any set of possible outcomes. Assigns to every event A, a number P(A), called the probability of A. 31

32 Probability Space [Schay 2007] Given a sample space S and a certain collection F of its subsets, called events, an assignment P of a number P(A) to each event A in F is called a probability measure, and P(A) the probability of A, if P has the following properties: 1. P(A) 0 for every A, 2. P(S) = 1, and 3. P(A1 A2 ) = P(A1)+ P(A2) + for any finite or countably infinite set of mutually exclusive events A1, A2, Then, the sample space S together with F and P is called a probability space. 32

33 Probability Axioms [Bertsekas and Tsitsiklis, 2008] CIC P(S) = 1. S 33

34 Probability Space [Blitzstein and Hwang, 2015] Definition (General definition of probability). A probability space consists of a sample space S and a probability function P which takes an event A S as input and returns P(A), a real number between 0 and 1, as output. The function P must satisfy the following axioms: 1. P( ) = 0, P(S) = If A 1, A 2,... are disjoint events, then: (Saying that these events are disjoint means that they are mutually exclusive: A i A j = for i j.) 34

35 Properties of probabilities The Probability of the Empty Set Is 0. In any probability space, P( ) = 0. Proof: 1 = P(S) = P(S ) = P(S) + P( ) = 1 + P( ) 35

36 Properties of probabilities The Probability of the Union of Two Events. For any two events A and B, Proof: P(A B) = P(A) + P(B) P(A B) 36

37 Properties of probabilities Probability of Complements. For any event A, P(A c ) = 1 P(A) Proof: A c A = and A c A = S by the definition of A c. Thus, by Axiom 3, P(S) = P(A c A) = P(A c ) + P(A). Now, Axiom 2 says that P(S) = 1, and so, comparing these two values of P(S), we obtain P(A c ) + P(A) = 1. 37

38 Properties of probabilities Probability of Subsets. If A B, Proof: then P(A) P(B). If A B, then we can write B as the union of A and B A c, where B A c is the part of B not also in A. Since A and B A c are disjoint, we can apply the second axiom: P(B) = P(A (B A c )) = P(A) + P(B A c ) Probability is nonnegative, so P(B A c ) 0, proving that P(B) P(A). 38

39 Properties of probabilities Inclusion-exclusion. For any events A1,...,An, 39

40 Properties of probabilities Example: 40

41 Properties of Probability Laws 41

42 Discrete Probability Law 42

43 Discrete Uniform Probability Law In the special case where the probabilities P(s 1 ),, P(s n ) are all the same, by necessity equal to 1/n, in view of the normalization axiom, we obtain: 43

44 Discrete Uniform Probability Law 44

45 Discrete Uniform Probability Law 45

46 Counting The calculation of probabilities often involves counting the number of outcomes in various events. When the sample space S has finite number of equally likely outcomes, so that the discrete uniform probability law applies. Then, the probability of any event A is given by: P A = number of elements of A number of elements of S = k n When we want to calculate the probability of an event A with a finite number of equally likely outcomes, each of which has an already known probability p. Then the probability of A is given by: P A = p (number of elements of A) 46

47 Basic Counting Principle In how many ways you can dress today if you find: 4 shirts 3 ties 2 jackets in your closet? 47

48 The Multiplication Principle Consider a process that consists of r stages. Suppose that: a) There are n 1 possible results at the firs stage. b) For every possible result at the first stage, there are n 2 possible results at the second stage. c) More generally, for any sequence of possible results at the first i 1 stage, there are n i possible results at the ith stage. Then, the total number of possible results of the r-stage process is: n 1 n 2 n r 48

49 The Multiplication Principle 49

50 The Multiplication Principle Example 1. The number of telephone numbers. A local telephone company number is a 7-digit sequence, but the first digit has to be different from 0 or 1. How many distinct telephone numbers are there? 50

51 The Multiplication Principle Example 2. The number of subsets of an n- element set. Consider an n-element set {s 1, s 2,, s n }. How many subsets it have, including itself and the empty set? Example, in the set {1,2,3}? 51

52 The Multiplication Principle This is a sequential process where we take in turn each of the n elements and decide whether to include it in the desired subset or not. Thus we have n steps, and in each step two choices, namely yes or no to the question of whether the element belongs to the desired subset. Therefore the number of subsets is: for n = 1? 52

53 Number of subsets Example 3. Drawing three cards. What is the number of ways three cards can be drawn one after the other from a regular 52 cards deck without replacement? n 1 = 52, n 2 = 51, n 3 = What is this number if we replace each card before the next one is drawn? n 1 = n 2 = n 3 =

54 Permutation and Combination Involve the selection of k objects out of a collection of n objects. If the order of selection matters, the selection is called a permutation. If the order of selection does not matter, the selection is called a combination. 54

55 Permutation k permutations Assume there are n distinct objects, and let k be some positive integer with k n. We want to count the number of different ways that we can pick k out of these n objects and arrange them in a sequence, e.g. the number of distinct k-object sequences. 55

56 Permutation In place 1 we can put n objects, which we can write as n 1+1; In place 2 we can put n 1 = n 2+1 objects; and so on. Thus the kth factor will be n k + 1, and so, for any 2 positive integers n and k n: n(n 1)(n 2) (n k + 1) = P n,k In the special case where k = n: n(n 1)(n 2) = n! The number of possible sequences is simple called permutations 56

57 Permutation From the definitions of n!, (n k)! and P n,k we can obtain the following relation: n! = [n(n 1)(n 2) (n k + 1)][(n k)(n k 1) 2 1] = P n,k (n k)! and so: with 0! = 1. P n,k = n! n k! 57

58 Probability calculation Example 4. Six rolls of a die. Find the probability that: Six rolls of a (six sided) die all give different numbers Assume all outcomes are equally likely P(all six rolls give different numbers) =? P A = number of elements of A number of elements of S = k n P A = p (number of elements of A) p = probability of each equally likely outcome in A 58

59 Probability calculation Example 4. Six rolls of a die. Find the probability that: Six rolls of a (six sided) die all give different numbers Assume all outcomes are equally likely P(all six rolls give different numbers) =? P A = number of elements of A number of elements of S = k n = A = P 6,6 # elements in S = 6! 6 6 P A = p number of elements of A = ! p = probability of each equally likely outcome in A 59

60 Permutation Example 5. Dealing Three Cards. In how many ways can three cards be dealt from a regular deck of 52 cards? 60

61 Permutation Example 5. Dealing Three Cards. In how many ways can three cards be dealt from a regular deck of 52 cards? n! P 52,3 = P n,k = n k! = = 132,

62 Permutation Example 6. Birthday problem. There are k people in a room. Assume each person s birthday is equally likely to be any of the 365 days of the year (we exclude February 29), and that people s birthdays are independent (we assume there are no twins in the room). What is the probability that two or more people in the group have the same birthday? 62

63 Permutation This amounts to sampling the 365 days of the year without replacement, so: (365 k +1) for k 365 Therefore the probability of no birthday matches in a group of k people is: and the probability of at least one birthday match is: 63

64 Permutation Probability that in a room of k people, at least two were born on the same day. This probability first exceeds 0.5 when k =

65 Combinations The number of possible unordered selections of k different things out of n different ones is denoted by C n,k, and each such selection is called a combination of the given things. If we select k things out of n without regard to order, then, this can be done in C n,k ways. In each case we have k things which can be ordered k! ways. Thus, by the multiplication principle, the number of ordered selections is C n,k k! On the other hand, this number is, by definition, P n,k. Therefore C n,k k! = P n,k, and so: C n,k = P n,k n! = k! k! n k! 65

66 Combinations The quantity on the right-hand side is usually abbreviated as n k, and is called a binomial coefficient. Thus, for any positive integer n and k = 1, 2,..., n: C n,k = n k n(n 1)(n 2) (n k + 1) = k! n! = k! n k! n! = [n (n 1)(n 2) (n k + 1)][(n k)(n k 1) 2 1] 66

67 Combinations 67

68 Binomial probabilities Binomial coefficient n k Binomial probabilities n 1 independent coin tosses: P(H) = p; P(k heads) =? Example: P(HTTTHH) =? P(particular sequence) =? P(particular k-head sequence) =? 68

69 Partitions A combination can be seen as a partition of the set in two: one part contains k elements and the other contains the remaining n k elements. Given an n-element set and nonnegative integers n 1, n 2,, n r, whose sum is equal to n; consider partitions of the set into r disjoint subsets, with the ith subset containing exactly n i elements. In how many ways this can be done? 69

70 Partitions There are n n 1 ways of forming the first subset. Having formed the first subset, there are left n n 1 elements. We need to choose n 2 of them in order to form the second subset, and have n n 1 n 2 Thus, using the Counting Principle: choices, and so on. 70

71 Partitions As several terms cancel, it results: This is called the multinomial coefficient and is usually denoted by: 71

72 Partitions 72

73 Partitions Example 7. Each person gets an ace. There is a 52- card deck, dealt (fairly) to four players. What is the probability of each player getting an ace? 73

74 Partitions Example 7. Each person gets an ace. There is a 52- card deck, dealt (fairly) to four players. What is the probability of each player getting an ace? The size of the sample space is: 13!13!13!13! Constructing an outcome with one ace for each person: o # of different ways of distributing the 4 aces to 4 players: 4! 52! o Distribution of the remaining 48 cards: 48! 12!12!12!12! 74

75 Summary of Counting Results 75

76 Conditional Probability Conditional probability provides us with a way to reason about the outcome of an experiment, based on partial information. Examples: A) In an experiment involving two successive rolls of a die, you are told that the sum of the two rolls is 9. How likely is that the first roll was 6? B) In a word guessing game, the first letter of the word is a t. What is the likelihood that the second letter is an h? 76

77 Conditional Probability C) How likely is it that a person has certain disease given that a medical test was negative? D) A spot shows up on a radar screen. How likely is it to correspond to an aircraft? 77

78 Conditional Probability Given: An experiment A corresponding sample space A probability law We know that the outcome is within some given event B. Quantify the likelihood that the outcome also belongs to some other given event A. 78

79 Conditional Probability Construct a new probability law that takes into account the available knowledge. A probability law that for any event A, specifies the conditional probability of A given B, P(A B). The conditional probabilities P(A B) of different events A should satisfy the probability axioms. 79

80 Conditional Probability Example: Suppose that all six possible outcomes of a fair die roll are equally likely. If the outcome is even, then there are only three possible outcomes: 2, 4 and 6. What is the probability of the outcome being 6 given that the outcome is even? 80

81 Conditional Probability If all possible outcomes are equally likely: Conditional probability definition: With P(B) > 0. The total probability of the elements of B, P(A B) is the fraction that is assigned to possible outcomes that also belong to A. 81

82 Conditional Probability Probability law of conditional probabilities satisfy the three axioms: 1. P(A B) 0 for every event A, 2. P(S B) = 1, 3. P(A 1 A 2 B) = P(A 1 B)+ P(A 2 B) + for any finite or countably infinite number of mutually exclusive events A 1, A 2,

83 Conditional Probability Proofs: 1. In the definition of P(A B) the numerator is nonnegative by Axiom 1, and the denominator is positive by assumption. Thus, the fraction is nonnegative. 2. Taking A = S in the definition of P(A B), we get: 83

84 Conditional Probability 3. 84

85 Conditional Probability Knowledge that event B has occurred implies that the outcome of the experiment is in the set B. In computing P(A B) we can therefore view the experiment as now having the reduced sample space B. The event A occurs in the reduced sample space if and only if the outcome ζ is in A B. The equation simply renormalizes the probability of events that occur jointly with B. 85

86 Conditional Probability Suppose that we learn that B occurred. Upon obtaining this information, we get rid of all the pebbles in B c because they are incompatible with the knowledge that B has occurred. Then P(A B) is the total mass of the pebbles remaining in A. Finally, we renormalize, that is, divide all the masses by a constant so that the new total mass of the remaining pebbles is 1. This is achieved by dividing by P(B), the total mass of the pebbles in B. The updated mass of the outcomes corresponding to event A is the conditional probability P(A B) = P(A B)/P(B). 86

87 Conditional Probability If we interpret probability as relative frequency: P(A B) should be the relative frequency of the event P(A B) in experiments where B occurred. Suppose that the experiment is performed n times, and suppose that event B occurs n B times, and that event A B occurs n A B times. The relative frequency of interest is then: where we have implicitly assumed that P(B) > 0. 87

88 Conditional Probability Example 1. Given the figure below, obtain P(A B) 88

89 Conditional Probability Example 2. A ball is selected from an urn containing two black balls, numbered 1 and 2, and two white balls, numbered 3 and 4. The number and color of the ball is noted, so the sample space is {(1,b),(2,b), (3,w), (4,w)}. Assuming that the four outcomes are equally likely, find P(A B) and P(A C), where A, B, and C are the following events: 89

90 Conditional Probability Example 3. From all families with three children, we select one family at random. What is the probability that the children are all boys, if we know that a) the first one is a boy, and b) at least one is a boy? (Assume that each child is a boy or a girl with probability 1/2, independently of each other.) 90

91 Conditional Probability Example 4. A card is drawn at random from a deck of 52 cards. What is the probability that it is a King or a 2, given that it is a face card (J, Q, K)? 91

92 Total Probability Theorem and Bayes Rule CIC If we multiply both sides of the definition of P(A B) by P(B) we obtain: P(A B) = P(A B) P(B) Similarly, if we multiply both sides of the definition of P(B A) by P(A) we obtain: P(B A) = P(B A) P(A) 92

93 Total Probability Theorem and Bayes Rule CIC Joint Probability of Two Events. For any events A and B with positive probabilities: P(A B) = P(B) P(A B) = P(A) P(B A) Joint Probability of Three Events P(A B C) = P(A) P(B A) P(C A B) P(A 1 A 2 A 3 ) = P(A 1 ) P(A 2 A 1 ) P(A 3 A 1 A 2 ) 93

94 Total Probability Theorem and Bayes Rule CIC Applying repeatedly, we can generalise to the intersection of n events. 94

95 Total Probability Theorem and Bayes Rule CIC 95

96 Total Probability Theorem Total Probability Theorem: 96

97 Total Probability Theorem P(B) = P(A 1 ) P(B A 1 ) + + P(A n ) P(B A n ) The probability that B occurs is a weighted average of its conditional probability under each scenario, where each scenario is weighted according to its (unconditional) probability. The A i partition the sample space; P(B) is equal to: 97

98 Total Probability Theorem 98

99 Total Probability Theorem Example 1. Radar detection. If an aircraft is present in certain area, a radar detects it and generates an alarm signal with probability If an aircraft is not present, the radar generates a (false) alarm, with probability We assume that an aircraft is present with probability What is the probability of no aircraft presence and false alarm? What is the probability of aircraft presence and no detection? 99

100 Total Probability Theorem Sequential representation in a tree diagram 100

101 Total Probability Theorem Sequential Representation in a tree diagram 101

102 Total Probability Theorem Example 2. Picking Balls from Urns. Suppose we have two urns, with the first one containing 2 white and 6 black balls, and the second one containing 2 white and 2 black balls. We pick an urn at random, and then pick a ball from the chosen urn at random. What is the probability of picking a white ball? 102

103 Total Probability Theorem Tree diagram What is the probability of picking a black ball? 103

104 Total Probability Theorem Dealing Three Cards. From a deck of 52 cards three are drawn without replacement. What is the probability of the event E of getting two Aces and one King in any order? Denote the relevant outcomes by A, K and O (for other ), 104

105 Total Probability Theorem 105

106 Total Probability Theorem 106

107 Bayes Rule 107

108 Bayes Rule To verify Bayes rule, by the definition of conditional probability: P(B) follows from the total probability theorem. 108

109 Bayes Rule 109

110 Bayes Rule 110

111 Bayes Rule Example 1. Rare disease. A test for a rare disease is assumed to be correct 95% of the time: if a person has the disease, the test results are positive with probability 0.95, and if the person does not have the disease, the results are negative with probability A random person drawn from a certain population has probability of having the disease. Given that the person just tested positive, what is the probability of having the disease? A={ the person has the disease } B={ the test results are positive } P(A B)=? 111

112 Bayes Rule A rare disease we need a much more accurate test. The probability of a false positive result must be of a lower order of magnitude than the fraction of people with the disease. 112

113 Bayes Rule Example 2. Random coin. You have one fair coin, and one biased coin which lands Heads with probability 3/4. You pick one of the coins at random and flip it three times. It lands Heads all three times. Given this information, what is the probability that the coin you picked is the fair one? 113

114 Bayes Rule Before flipping the coin, we thought we were equally likely to have picked the fair coin as the biased coin: P(F) = P(F c ) = 1/2. Upon observing three Heads, however, it becomes more likely that we ve chosen the biased coin than the fair coin, so P(F A) is only about

115 Independence Independence of two events. Events A and B are independent if P(A B) = P(A) P(B) If P(A) > 0 and P(B) > 0, then this is equivalent to: and also equivalent to: P(A B) = P(A) P(B A) = P(B) 115

116 Independence Two events are independent if we can obtain the probability of their intersection by multiplying their individual probabilities. Alternatively, A and B are independent if learning that B occurred gives us no information that would change our probabilities for A occurring (and vice versa). Independence is a symmetric relation: if A is independent of B, then B is independent of A. 116

117 Independence Independence is completely different from disjointness. If A and B are disjoint, then P(A B) = 0, so disjoint events can be independent only if P(A) = 0 or P(B) = 0. Knowing that A occurs tells us that B definitely did not occur, so A clearly conveys information about B, meaning the two events are not independent (except if A or B already has zero probability). 117

118 Independence If A and B are independent, then A and B c are independent, A c and B are independent, and A c and B c are independent. Proof. Let A and B be independent. Then P(B c A) = 1 P(B A) = 1 P(B) = P(B c ) so A and B c are independent. Swapping the roles of A and B, we have that A c and B are independent. Using the fact that A, B independent implies A, B c independent, with A c playing the role of A, we also have that A c and B c are independent. 118

119 Independence Independence of three events. Events A, B, and C are said to be independent if all of the following equations hold: P(A B) = P(A)P(B) P(A C) = P(A)P(C) P(B C) = P(B)P(C) P(A B C) = P(A)P(B)P(C) 119

120 Independence 120

121 Independence Independence of many events. For n events A 1,A 2,..., A n to be independent, we require any pair to satisfy: any triplet to satisfy: P(A i A j ) = P(A i )P(A j ) (for i j), P(A i A j A k ) = P(A i )P(A j )P(A k ) (for i, j, k distinct) And similarly for all quadruplets, quintuplets, and so on. For infinitely many events, we say that they are independent if every finite subset of the events is independent. 121

122 Conditional independence Given an event C, the events A and B are said to be conditionally independent if: P(A B C) = P(A C) P(B C) 122

123 Conditional independence The previous relation states that if C is known to have occurred, the additional knowledge that B also occurred does not change the probability of A. The independence of two events A and B with respect to the unconditional probability law, does not imply conditional independence, and vice versa. 123

124 Independence Example 2. Reliability. p i : probability that unit i is up u i : ith unit is up u 1, u 2,, u n are independent f i : ith unit is down f i are independent P(system is up) =? 124

Lecture Notes 1 Basic Probability. Elements of Probability. Conditional probability. Sequential Calculation of Probability

Lecture Notes 1 Basic Probability. Elements of Probability. Conditional probability. Sequential Calculation of Probability Lecture Notes 1 Basic Probability Set Theory Elements of Probability Conditional probability Sequential Calculation of Probability Total Probability and Bayes Rule Independence Counting EE 178/278A: Basic

More information

Module 1. Probability

Module 1. Probability Module 1 Probability 1. Introduction In our daily life we come across many processes whose nature cannot be predicted in advance. Such processes are referred to as random processes. The only way to derive

More information

Probability, Random Processes and Inference

Probability, Random Processes and Inference INSTITUTO POLITÉCNICO NACIONAL CENTRO DE INVESTIGACION EN COMPUTACION Laboratorio de Ciberseguridad Probability, Random Processes and Inference Dr. Ponciano Jorge Escamilla Ambrosio pescamilla@cic.ipn.mx

More information

STAT:5100 (22S:193) Statistical Inference I

STAT:5100 (22S:193) Statistical Inference I STAT:5100 (22S:193) Statistical Inference I Week 3 Luke Tierney University of Iowa Fall 2015 Luke Tierney (U Iowa) STAT:5100 (22S:193) Statistical Inference I Fall 2015 1 Recap Matching problem Generalized

More information

Chapter 2. Conditional Probability and Independence. 2.1 Conditional Probability

Chapter 2. Conditional Probability and Independence. 2.1 Conditional Probability Chapter 2 Conditional Probability and Independence 2.1 Conditional Probability Probability assigns a likelihood to results of experiments that have not yet been conducted. Suppose that the experiment has

More information

EE 178 Lecture Notes 0 Course Introduction. About EE178. About Probability. Course Goals. Course Topics. Lecture Notes EE 178

EE 178 Lecture Notes 0 Course Introduction. About EE178. About Probability. Course Goals. Course Topics. Lecture Notes EE 178 EE 178 Lecture Notes 0 Course Introduction About EE178 About Probability Course Goals Course Topics Lecture Notes EE 178: Course Introduction Page 0 1 EE 178 EE 178 provides an introduction to probabilistic

More information

Announcements. Topics: To Do:

Announcements. Topics: To Do: Announcements Topics: In the Probability and Statistics module: - Sections 1 + 2: Introduction to Stochastic Models - Section 3: Basics of Probability Theory - Section 4: Conditional Probability; Law of

More information

HW MATH425/525 Lecture Notes 1

HW MATH425/525 Lecture Notes 1 HW MATH425/525 Lecture Notes 1 Definition 4.1 If an experiment can be repeated under the same condition, its outcome cannot be predicted with certainty, and the collection of its every possible outcome

More information

LECTURE 1. 1 Introduction. 1.1 Sample spaces and events

LECTURE 1. 1 Introduction. 1.1 Sample spaces and events LECTURE 1 1 Introduction The first part of our adventure is a highly selective review of probability theory, focusing especially on things that are most useful in statistics. 1.1 Sample spaces and events

More information

Probabilistic models

Probabilistic models Probabilistic models Kolmogorov (Andrei Nikolaevich, 1903 1987) put forward an axiomatic system for probability theory. Foundations of the Calculus of Probabilities, published in 1933, immediately became

More information

Basic Statistics and Probability Chapter 3: Probability

Basic Statistics and Probability Chapter 3: Probability Basic Statistics and Probability Chapter 3: Probability Events, Sample Spaces and Probability Unions and Intersections Complementary Events Additive Rule. Mutually Exclusive Events Conditional Probability

More information

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 14

Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 14 CS 70 Discrete Mathematics and Probability Theory Spring 2016 Rao and Walrand Note 14 Introduction One of the key properties of coin flips is independence: if you flip a fair coin ten times and get ten

More information

Probabilistic models

Probabilistic models Kolmogorov (Andrei Nikolaevich, 1903 1987) put forward an axiomatic system for probability theory. Foundations of the Calculus of Probabilities, published in 1933, immediately became the definitive formulation

More information

2. AXIOMATIC PROBABILITY

2. AXIOMATIC PROBABILITY IA Probability Lent Term 2. AXIOMATIC PROBABILITY 2. The axioms The formulation for classical probability in which all outcomes or points in the sample space are equally likely is too restrictive to develop

More information

Probability and Statistics Notes

Probability and Statistics Notes Probability and Statistics Notes Chapter One Jesse Crawford Department of Mathematics Tarleton State University (Tarleton State University) Chapter One Notes 1 / 71 Outline 1 A Sketch of Probability and

More information

Econ 325: Introduction to Empirical Economics

Econ 325: Introduction to Empirical Economics Econ 325: Introduction to Empirical Economics Lecture 2 Probability Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Ch. 3-1 3.1 Definition Random Experiment a process leading to an uncertain

More information

CS626 Data Analysis and Simulation

CS626 Data Analysis and Simulation CS626 Data Analysis and Simulation Instructor: Peter Kemper R 104A, phone 221-3462, email:kemper@cs.wm.edu Today: Probability Primer Quick Reference: Sheldon Ross: Introduction to Probability Models 9th

More information

Statistical Inference

Statistical Inference Statistical Inference Lecture 1: Probability Theory MING GAO DASE @ ECNU (for course related communications) mgao@dase.ecnu.edu.cn Sep. 11, 2018 Outline Introduction Set Theory Basics of Probability Theory

More information

Chapter 2 Class Notes

Chapter 2 Class Notes Chapter 2 Class Notes Probability can be thought of in many ways, for example as a relative frequency of a long series of trials (e.g. flips of a coin or die) Another approach is to let an expert (such

More information

Statistical Theory 1

Statistical Theory 1 Statistical Theory 1 Set Theory and Probability Paolo Bautista September 12, 2017 Set Theory We start by defining terms in Set Theory which will be used in the following sections. Definition 1 A set is

More information

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y

Presentation on Theo e ry r y o f P r P o r bab a il i i l t i y Presentation on Theory of Probability Meaning of Probability: Chance of occurrence of any event In practical life we come across situation where the result are uncertain Theory of probability was originated

More information

Chapter 2. Conditional Probability and Independence. 2.1 Conditional Probability

Chapter 2. Conditional Probability and Independence. 2.1 Conditional Probability Chapter 2 Conditional Probability and Independence 2.1 Conditional Probability Example: Two dice are tossed. What is the probability that the sum is 8? This is an easy exercise: we have a sample space

More information

Fundamentals of Probability CE 311S

Fundamentals of Probability CE 311S Fundamentals of Probability CE 311S OUTLINE Review Elementary set theory Probability fundamentals: outcomes, sample spaces, events Outline ELEMENTARY SET THEORY Basic probability concepts can be cast in

More information

Outline Conditional Probability The Law of Total Probability and Bayes Theorem Independent Events. Week 4 Classical Probability, Part II

Outline Conditional Probability The Law of Total Probability and Bayes Theorem Independent Events. Week 4 Classical Probability, Part II Week 4 Classical Probability, Part II Week 4 Objectives This week we continue covering topics from classical probability. The notion of conditional probability is presented first. Important results/tools

More information

Notes Week 2 Chapter 3 Probability WEEK 2 page 1

Notes Week 2 Chapter 3 Probability WEEK 2 page 1 Notes Week 2 Chapter 3 Probability WEEK 2 page 1 The sample space of an experiment, sometimes denoted S or in probability theory, is the set that consists of all possible elementary outcomes of that experiment

More information

Chapter 2 PROBABILITY SAMPLE SPACE

Chapter 2 PROBABILITY SAMPLE SPACE Chapter 2 PROBABILITY Key words: Sample space, sample point, tree diagram, events, complement, union and intersection of an event, mutually exclusive events; Counting techniques: multiplication rule, permutation,

More information

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1

Topic -2. Probability. Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Topic -2 Probability Larson & Farber, Elementary Statistics: Picturing the World, 3e 1 Probability Experiments Experiment : An experiment is an act that can be repeated under given condition. Rolling a

More information

Lecture 10: Probability distributions TUESDAY, FEBRUARY 19, 2019

Lecture 10: Probability distributions TUESDAY, FEBRUARY 19, 2019 Lecture 10: Probability distributions DANIEL WELLER TUESDAY, FEBRUARY 19, 2019 Agenda What is probability? (again) Describing probabilities (distributions) Understanding probabilities (expectation) Partial

More information

The probability of an event is viewed as a numerical measure of the chance that the event will occur.

The probability of an event is viewed as a numerical measure of the chance that the event will occur. Chapter 5 This chapter introduces probability to quantify randomness. Section 5.1: How Can Probability Quantify Randomness? The probability of an event is viewed as a numerical measure of the chance that

More information

PROBABILITY VITTORIA SILVESTRI

PROBABILITY VITTORIA SILVESTRI PROBABILITY VITTORIA SILVESTRI Contents Preface. Introduction 2 2. Combinatorial analysis 5 3. Stirling s formula 8 4. Properties of Probability measures Preface These lecture notes are for the course

More information

Probability Notes (A) , Fall 2010

Probability Notes (A) , Fall 2010 Probability Notes (A) 18.310, Fall 2010 We are going to be spending around four lectures on probability theory this year. These notes cover approximately the first three lectures on it. Probability theory

More information

Discrete Probability

Discrete Probability Discrete Probability Counting Permutations Combinations r- Combinations r- Combinations with repetition Allowed Pascal s Formula Binomial Theorem Conditional Probability Baye s Formula Independent Events

More information

Axiomatic Foundations of Probability. Definition: Probability Function

Axiomatic Foundations of Probability. Definition: Probability Function Chapter 1 sections We will SKIP a number of sections Set theory SKIP Real number uncountability Definition of probability Finite sample spaces Counting methods Combinatorial methods SKIP tennis tournament

More information

CIS 2033 Lecture 5, Fall

CIS 2033 Lecture 5, Fall CIS 2033 Lecture 5, Fall 2016 1 Instructor: David Dobor September 13, 2016 1 Supplemental reading from Dekking s textbook: Chapter2, 3. We mentioned at the beginning of this class that calculus was a prerequisite

More information

Chapter 3 : Conditional Probability and Independence

Chapter 3 : Conditional Probability and Independence STAT/MATH 394 A - PROBABILITY I UW Autumn Quarter 2016 Néhémy Lim Chapter 3 : Conditional Probability and Independence 1 Conditional Probabilities How should we modify the probability of an event when

More information

MAT 271E Probability and Statistics

MAT 271E Probability and Statistics MAT 71E Probability and Statistics Spring 013 Instructor : Class Meets : Office Hours : Textbook : Supp. Text : İlker Bayram EEB 1103 ibayram@itu.edu.tr 13.30 1.30, Wednesday EEB 5303 10.00 1.00, Wednesday

More information

Lecture 2: Probability, conditional probability, and independence

Lecture 2: Probability, conditional probability, and independence Lecture 2: Probability, conditional probability, and independence Theorem 1.2.6. Let S = {s 1,s 2,...} and F be all subsets of S. Let p 1,p 2,... be nonnegative numbers that sum to 1. The following defines

More information

Discrete Random Variable

Discrete Random Variable Discrete Random Variable Outcome of a random experiment need not to be a number. We are generally interested in some measurement or numerical attribute of the outcome, rather than the outcome itself. n

More information

Dept. of Linguistics, Indiana University Fall 2015

Dept. of Linguistics, Indiana University Fall 2015 L645 Dept. of Linguistics, Indiana University Fall 2015 1 / 34 To start out the course, we need to know something about statistics and This is only an introduction; for a fuller understanding, you would

More information

MAT 271E Probability and Statistics

MAT 271E Probability and Statistics MAT 271E Probability and Statistics Spring 2011 Instructor : Class Meets : Office Hours : Textbook : Supp. Text : İlker Bayram EEB 1103 ibayram@itu.edu.tr 13.30 16.30, Wednesday EEB? 10.00 12.00, Wednesday

More information

Origins of Probability Theory

Origins of Probability Theory 1 16.584: INTRODUCTION Theory and Tools of Probability required to analyze and design systems subject to uncertain outcomes/unpredictability/randomness. Such systems more generally referred to as Experiments.

More information

3 PROBABILITY TOPICS

3 PROBABILITY TOPICS Chapter 3 Probability Topics 135 3 PROBABILITY TOPICS Figure 3.1 Meteor showers are rare, but the probability of them occurring can be calculated. (credit: Navicore/flickr) Introduction It is often necessary

More information

Single Maths B: Introduction to Probability

Single Maths B: Introduction to Probability Single Maths B: Introduction to Probability Overview Lecturer Email Office Homework Webpage Dr Jonathan Cumming j.a.cumming@durham.ac.uk CM233 None! http://maths.dur.ac.uk/stats/people/jac/singleb/ 1 Introduction

More information

Lecture 3 Probability Basics

Lecture 3 Probability Basics Lecture 3 Probability Basics Thais Paiva STA 111 - Summer 2013 Term II July 3, 2013 Lecture Plan 1 Definitions of probability 2 Rules of probability 3 Conditional probability What is Probability? Probability

More information

ELEG 3143 Probability & Stochastic Process Ch. 1 Probability

ELEG 3143 Probability & Stochastic Process Ch. 1 Probability Department of Electrical Engineering University of Arkansas ELEG 3143 Probability & Stochastic Process Ch. 1 Probability Dr. Jingxian Wu wuj@uark.edu OUTLINE 2 Applications Elementary Set Theory Random

More information

2011 Pearson Education, Inc

2011 Pearson Education, Inc Statistics for Business and Economics Chapter 3 Probability Contents 1. Events, Sample Spaces, and Probability 2. Unions and Intersections 3. Complementary Events 4. The Additive Rule and Mutually Exclusive

More information

Monty Hall Puzzle. Draw a tree diagram of possible choices (a possibility tree ) One for each strategy switch or no-switch

Monty Hall Puzzle. Draw a tree diagram of possible choices (a possibility tree ) One for each strategy switch or no-switch Monty Hall Puzzle Example: You are asked to select one of the three doors to open. There is a large prize behind one of the doors and if you select that door, you win the prize. After you select a door,

More information

Section 13.3 Probability

Section 13.3 Probability 288 Section 13.3 Probability Probability is a measure of how likely an event will occur. When the weather forecaster says that there will be a 50% chance of rain this afternoon, the probability that it

More information

PROBABILITY. Contents Preface 1 1. Introduction 2 2. Combinatorial analysis 5 3. Stirling s formula 8. Preface

PROBABILITY. Contents Preface 1 1. Introduction 2 2. Combinatorial analysis 5 3. Stirling s formula 8. Preface PROBABILITY VITTORIA SILVESTRI Contents Preface. Introduction. Combinatorial analysis 5 3. Stirling s formula 8 Preface These lecture notes are for the course Probability IA, given in Lent 09 at the University

More information

Probability theory basics

Probability theory basics Probability theory basics Michael Franke Basics of probability theory: axiomatic definition, interpretation, joint distributions, marginalization, conditional probability & Bayes rule. Random variables:

More information

P (A B) P ((B C) A) P (B A) = P (B A) + P (C A) P (A) = P (B A) + P (C A) = Q(A) + Q(B).

P (A B) P ((B C) A) P (B A) = P (B A) + P (C A) P (A) = P (B A) + P (C A) = Q(A) + Q(B). Lectures 7-8 jacques@ucsdedu 41 Conditional Probability Let (Ω, F, P ) be a probability space Suppose that we have prior information which leads us to conclude that an event A F occurs Based on this information,

More information

4. Probability of an event A for equally likely outcomes:

4. Probability of an event A for equally likely outcomes: University of California, Los Angeles Department of Statistics Statistics 110A Instructor: Nicolas Christou Probability Probability: A measure of the chance that something will occur. 1. Random experiment:

More information

STAT Chapter 3: Probability

STAT Chapter 3: Probability Basic Definitions STAT 515 --- Chapter 3: Probability Experiment: A process which leads to a single outcome (called a sample point) that cannot be predicted with certainty. Sample Space (of an experiment):

More information

MATH MW Elementary Probability Course Notes Part I: Models and Counting

MATH MW Elementary Probability Course Notes Part I: Models and Counting MATH 2030 3.00MW Elementary Probability Course Notes Part I: Models and Counting Tom Salisbury salt@yorku.ca York University Winter 2010 Introduction [Jan 5] Probability: the mathematics used for Statistics

More information

Probability Theory and Applications

Probability Theory and Applications Probability Theory and Applications Videos of the topics covered in this manual are available at the following links: Lesson 4 Probability I http://faculty.citadel.edu/silver/ba205/online course/lesson

More information

Mathematical Foundations of Computer Science Lecture Outline October 18, 2018

Mathematical Foundations of Computer Science Lecture Outline October 18, 2018 Mathematical Foundations of Computer Science Lecture Outline October 18, 2018 The Total Probability Theorem. Consider events E and F. Consider a sample point ω E. Observe that ω belongs to either F or

More information

1 The Basic Counting Principles

1 The Basic Counting Principles 1 The Basic Counting Principles The Multiplication Rule If an operation consists of k steps and the first step can be performed in n 1 ways, the second step can be performed in n ways [regardless of how

More information

PERMUTATIONS, COMBINATIONS AND DISCRETE PROBABILITY

PERMUTATIONS, COMBINATIONS AND DISCRETE PROBABILITY Friends, we continue the discussion with fundamentals of discrete probability in the second session of third chapter of our course in Discrete Mathematics. The conditional probability and Baye s theorem

More information

Lecture Lecture 5

Lecture Lecture 5 Lecture 4 --- Lecture 5 A. Basic Concepts (4.1-4.2) 1. Experiment: A process of observing a phenomenon that has variation in its outcome. Examples: (E1). Rolling a die, (E2). Drawing a card form a shuffled

More information

Lectures Conditional Probability and Independence

Lectures Conditional Probability and Independence Lectures 5 11 Conditional Probability and Independence Purpose: Calculate probabilities under restrictions, conditions or partial information on the random experiment. Break down complex probabilistic

More information

Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com

Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com 1 School of Oriental and African Studies September 2015 Department of Economics Preliminary Statistics Lecture 2: Probability Theory (Outline) prelimsoas.webs.com Gujarati D. Basic Econometrics, Appendix

More information

Lecture 2: Probability

Lecture 2: Probability Lecture 2: Probability MSU-STT-351-Sum-17B (P. Vellaisamy: MSU-STT-351-Sum-17B) Probability & Statistics for Engineers 1 / 39 Chance Experiment We discuss in this lecture 1 Random Experiments 2 Sample

More information

ELEG 3143 Probability & Stochastic Process Ch. 1 Experiments, Models, and Probabilities

ELEG 3143 Probability & Stochastic Process Ch. 1 Experiments, Models, and Probabilities Department of Electrical Engineering University of Arkansas ELEG 3143 Probability & Stochastic Process Ch. 1 Experiments, Models, and Probabilities Dr. Jing Yang jingyang@uark.edu OUTLINE 2 Applications

More information

Event A: at least one tail observed A:

Event A: at least one tail observed A: Chapter 3 Probability 3.1 Events, sample space, and probability Basic definitions: An is an act of observation that leads to a single outcome that cannot be predicted with certainty. A (or simple event)

More information

Week 2: Probability: Counting, Sets, and Bayes

Week 2: Probability: Counting, Sets, and Bayes Statistical Methods APPM 4570/5570, STAT 4000/5000 21 Probability Introduction to EDA Week 2: Probability: Counting, Sets, and Bayes Random variable Random variable is a measurable quantity whose outcome

More information

CMPSCI 240: Reasoning about Uncertainty

CMPSCI 240: Reasoning about Uncertainty CMPSCI 240: Reasoning about Uncertainty Lecture 2: Sets and Events Andrew McGregor University of Massachusetts Last Compiled: January 27, 2017 Outline 1 Recap 2 Experiments and Events 3 Probabilistic Models

More information

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head}

Example. What is the sample space for flipping a fair coin? Rolling a 6-sided die? Find the event E where E = {x x has exactly one head} Chapter 7 Notes 1 (c) Epstein, 2013 CHAPTER 7: PROBABILITY 7.1: Experiments, Sample Spaces and Events Chapter 7 Notes 2 (c) Epstein, 2013 What is the sample space for flipping a fair coin three times?

More information

I - Probability. What is Probability? the chance of an event occuring. 1classical probability. 2empirical probability. 3subjective probability

I - Probability. What is Probability? the chance of an event occuring. 1classical probability. 2empirical probability. 3subjective probability What is Probability? the chance of an event occuring eg 1classical probability 2empirical probability 3subjective probability Section 2 - Probability (1) Probability - Terminology random (probability)

More information

Probability- describes the pattern of chance outcomes

Probability- describes the pattern of chance outcomes Chapter 6 Probability the study of randomness Probability- describes the pattern of chance outcomes Chance behavior is unpredictable in the short run, but has a regular and predictable pattern in the long

More information

Probability Theory for Machine Learning. Chris Cremer September 2015

Probability Theory for Machine Learning. Chris Cremer September 2015 Probability Theory for Machine Learning Chris Cremer September 2015 Outline Motivation Probability Definitions and Rules Probability Distributions MLE for Gaussian Parameter Estimation MLE and Least Squares

More information

Probability Theory and Simulation Methods

Probability Theory and Simulation Methods Feb 28th, 2018 Lecture 10: Random variables Countdown to midterm (March 21st): 28 days Week 1 Chapter 1: Axioms of probability Week 2 Chapter 3: Conditional probability and independence Week 4 Chapters

More information

What is the probability of getting a heads when flipping a coin

What is the probability of getting a heads when flipping a coin Chapter 2 Probability Probability theory is a branch of mathematics dealing with chance phenomena. The origins of the subject date back to the Italian mathematician Cardano about 1550, and French mathematicians

More information

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2

Probability Experiments, Trials, Outcomes, Sample Spaces Example 1 Example 2 Probability Probability is the study of uncertain events or outcomes. Games of chance that involve rolling dice or dealing cards are one obvious area of application. However, probability models underlie

More information

Discrete Probability. Chemistry & Physics. Medicine

Discrete Probability. Chemistry & Physics. Medicine Discrete Probability The existence of gambling for many centuries is evidence of long-running interest in probability. But a good understanding of probability transcends mere gambling. The mathematics

More information

Introduction to Probability

Introduction to Probability Introduction to Probability Gambling at its core 16th century Cardano: Books on Games of Chance First systematic treatment of probability 17th century Chevalier de Mere posed a problem to his friend Pascal.

More information

Introduction to Stochastic Processes

Introduction to Stochastic Processes Stat251/551 (Spring 2017) Stochastic Processes Lecture: 1 Introduction to Stochastic Processes Lecturer: Sahand Negahban Scribe: Sahand Negahban 1 Organization Issues We will use canvas as the course webpage.

More information

MAT 271E Probability and Statistics

MAT 271E Probability and Statistics MAT 7E Probability and Statistics Spring 6 Instructor : Class Meets : Office Hours : Textbook : İlker Bayram EEB 3 ibayram@itu.edu.tr 3.3 6.3, Wednesday EEB 6.., Monday D. B. Bertsekas, J. N. Tsitsiklis,

More information

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is

Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is Chapter 13, Probability from Applied Finite Mathematics by Rupinder Sekhon was developed by OpenStax College, licensed by Rice University, and is available on the Connexions website. It is used under a

More information

Elementary Discrete Probability

Elementary Discrete Probability Elementary Discrete Probability MATH 472 Financial Mathematics J Robert Buchanan 2018 Objectives In this lesson we will learn: the terminology of elementary probability, elementary rules of probability,

More information

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability

Probability. Chapter 1 Probability. A Simple Example. Sample Space and Probability. Sample Space and Event. Sample Space (Two Dice) Probability Probability Chapter 1 Probability 1.1 asic Concepts researcher claims that 10% of a large population have disease H. random sample of 100 people is taken from this population and examined. If 20 people

More information

9/6. Grades. Exam. Card Game. Homework/quizzes: 15% (two lowest scores dropped) Midterms: 25% each Final Exam: 35%

9/6. Grades. Exam. Card Game. Homework/quizzes: 15% (two lowest scores dropped) Midterms: 25% each Final Exam: 35% 9/6 Wednesday, September 06, 2017 Grades Homework/quizzes: 15% (two lowest scores dropped) Midterms: 25% each Final Exam: 35% Exam Midterm exam 1 Wednesday, October 18 8:50AM - 9:40AM Midterm exam 2 Final

More information

Chapter. Probability

Chapter. Probability Chapter 3 Probability Section 3.1 Basic Concepts of Probability Section 3.1 Objectives Identify the sample space of a probability experiment Identify simple events Use the Fundamental Counting Principle

More information

7.1 What is it and why should we care?

7.1 What is it and why should we care? Chapter 7 Probability In this section, we go over some simple concepts from probability theory. We integrate these with ideas from formal language theory in the next chapter. 7.1 What is it and why should

More information

Topic 2 Probability. Basic probability Conditional probability and independence Bayes rule Basic reliability

Topic 2 Probability. Basic probability Conditional probability and independence Bayes rule Basic reliability Topic 2 Probability Basic probability Conditional probability and independence Bayes rule Basic reliability Random process: a process whose outcome can not be predicted with certainty Examples: rolling

More information

Mutually Exclusive Events

Mutually Exclusive Events 172 CHAPTER 3 PROBABILITY TOPICS c. QS, 7D, 6D, KS Mutually Exclusive Events A and B are mutually exclusive events if they cannot occur at the same time. This means that A and B do not share any outcomes

More information

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e

Chapter 5 : Probability. Exercise Sheet. SHilal. 1 P a g e 1 P a g e experiment ( observing / measuring ) outcomes = results sample space = set of all outcomes events = subset of outcomes If we collect all outcomes we are forming a sample space If we collect some

More information

Probability deals with modeling of random phenomena (phenomena or experiments whose outcomes may vary)

Probability deals with modeling of random phenomena (phenomena or experiments whose outcomes may vary) Chapter 14 From Randomness to Probability How to measure a likelihood of an event? How likely is it to answer correctly one out of two true-false questions on a quiz? Is it more, less, or equally likely

More information

Probability. 25 th September lecture based on Hogg Tanis Zimmerman: Probability and Statistical Inference (9th ed.)

Probability. 25 th September lecture based on Hogg Tanis Zimmerman: Probability and Statistical Inference (9th ed.) Probability 25 th September 2017 lecture based on Hogg Tanis Zimmerman: Probability and Statistical Inference (9th ed.) Properties of Probability Methods of Enumeration Conditional Probability Independent

More information

2.6 Tools for Counting sample points

2.6 Tools for Counting sample points 2.6 Tools for Counting sample points When the number of simple events in S is too large, manual enumeration of every sample point in S is tedious or even impossible. (Example) If S contains N equiprobable

More information

Conditional Probability, Total Probability Theorem and Bayes Rule

Conditional Probability, Total Probability Theorem and Bayes Rule Conditional robability, Total robability Theorem and Bayes Rule Berlin Chen Department of Computer Science & Information Engineering National Taiwan Normal University Reference: - D.. Bertsekas, J. N.

More information

TOPIC 12 PROBABILITY SCHEMATIC DIAGRAM

TOPIC 12 PROBABILITY SCHEMATIC DIAGRAM TOPIC 12 PROBABILITY SCHEMATIC DIAGRAM Topic Concepts Degree of Importance References NCERT Book Vol. II Probability (i) Conditional Probability *** Article 1.2 and 1.2.1 Solved Examples 1 to 6 Q. Nos

More information

Probability. Lecture Notes. Adolfo J. Rumbos

Probability. Lecture Notes. Adolfo J. Rumbos Probability Lecture Notes Adolfo J. Rumbos October 20, 204 2 Contents Introduction 5. An example from statistical inference................ 5 2 Probability Spaces 9 2. Sample Spaces and σ fields.....................

More information

STT When trying to evaluate the likelihood of random events we are using following wording.

STT When trying to evaluate the likelihood of random events we are using following wording. Introduction to Chapter 2. Probability. When trying to evaluate the likelihood of random events we are using following wording. Provide your own corresponding examples. Subjective probability. An individual

More information

Formalizing Probability. Choosing the Sample Space. Probability Measures

Formalizing Probability. Choosing the Sample Space. Probability Measures Formalizing Probability Choosing the Sample Space What do we assign probability to? Intuitively, we assign them to possible events (things that might happen, outcomes of an experiment) Formally, we take

More information

STA Module 4 Probability Concepts. Rev.F08 1

STA Module 4 Probability Concepts. Rev.F08 1 STA 2023 Module 4 Probability Concepts Rev.F08 1 Learning Objectives Upon completing this module, you should be able to: 1. Compute probabilities for experiments having equally likely outcomes. 2. Interpret

More information

UNIT Explain about the partition of a sampling space theorem?

UNIT Explain about the partition of a sampling space theorem? UNIT -1 1. Explain about the partition of a sampling space theorem? PARTITIONS OF A SAMPLE SPACE The events B1, B2. B K represent a partition of the sample space 'S" if (a) So, when the experiment E is

More information

Probability and distributions. Francesco Corona

Probability and distributions. Francesco Corona Probability Probability and distributions Francesco Corona Department of Computer Science Federal University of Ceará, Fortaleza Probability Many kinds of studies can be characterised as (repeated) experiments

More information

1 Probability Theory. 1.1 Introduction

1 Probability Theory. 1.1 Introduction 1 Probability Theory Probability theory is used as a tool in statistics. It helps to evaluate the reliability of our conclusions about the population when we have only information about a sample. Probability

More information

1 Preliminaries Sample Space and Events Interpretation of Probability... 13

1 Preliminaries Sample Space and Events Interpretation of Probability... 13 Summer 2017 UAkron Dept. of Stats [3470 : 461/561] Applied Statistics Ch 2: Probability Contents 1 Preliminaries 3 1.1 Sample Space and Events...........................................................

More information

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail}

The enumeration of all possible outcomes of an experiment is called the sample space, denoted S. E.g.: S={head, tail} Random Experiment In random experiments, the result is unpredictable, unknown prior to its conduct, and can be one of several choices. Examples: The Experiment of tossing a coin (head, tail) The Experiment

More information