Chapter 3-Probability Flashcards
Probability
The proportion or percentage of times the outcome would occur if we observed the random process an infinite number of times
Law of Large Numbers
As more observations are collect, the proportion or rate (p-subn) of occurrences with a particular outcome converges to the probability (p) of that outcome.
Disjoint or mutually exclusive
If two outcomes cannot both happen
Addition Rule of Disjoint Outcomes
P(A1 or A2) = P(A1) + P(A2)
READ: The probability of outcome 1 or outcome 2 happening is equal to the probability of 1 plus the probability of 2
Where A1 and A2 represent two disjoint outcomes
This can be applied to many disjoint outcomes
Venn Diagrams
Useful when outcomes can be categorized as part of or separate for two or three variables, attributes or random processes
General Addition Rule
P(A or B) = P(A) + P(B) - P(A and B)
Where A and B are any two events, disjoint or not, and P(A and B) is the probability that both events occur
Probability Distribution
A table of all disjoint outcomes and their probabilities
Rules for Probability Distributions
Probability distribution is a list of possible outcomes with corresponding probabilities that satisfy three rules:
1 - The outcomes must be disjointed
2 - Each probability must be between 0 and 1
3 - The probabilities must total 1
Sample Space
Set of all possible outcomes
Used to examine the scenario where an event does not occur
Complement
Within the sample space, it represents all the outcomes (A-supc) that are not in a specified event (A)
P(A) + P(A-supc) = 1
P(A) = 1 - P(A-supc)
Independent
When the outcome of two processes does not provide any useful info about the outcome of the other
Multiplication Rule for Independent Processes
P(A & B) = P(A) x P(B)
The probability of two events from two independent processes can be calculated as the product of their separate probabilities
You can do this for many events, just keep multiplying
Random Variable
A numeric quantity whose value depends on the outcome of a random event, either discrete (only integer values) or continuous (real values, including decimals).
Expected value
The average outcome of a random variable
mu = E(X) = Sum of x from i=1 to k of P(X=xi)
Sampling with Replacement
For each sample trial the probability is the same; draws are independent
i.e. suppose you have a bag with 5 red, 3 blue, and 2 orange chips. What is the probability of drawing a blue chip in the second draw?
Prob(2nd chip B|1st chip B) = 3/10 = .3
What is the probability of drawing a blue chip twice in a row?
Prob(1st chip B) * Prob(2nd Chip B|1st chipB = .3*.3 = .09