Final Flashcards
Probability
The measure of the likelihood that an event will occur
Sample Space
The set of all possible outcomes of an experiment
Event
A subset of the sample space
Compliment
Denoted as A’ or A^c; all outcomes not in A.
Addition Rule
P(A∪B)=P(A)+P(B)−P(A∩B)
Multiplication Rule (for Independent Events)
P(A∩B)=P(A)⋅P(B)
Conditional Probability
P(A|B)= P(A∩B) / P(B)
Probability Mass Function (PMF)
Gives the probability of each possible value in a discrete random variable.
Probability Density Function (PDF)
Gives the probability density of a continuous random variable.
Expected Value (μ)
μ=∑(i=1, n) xi * P(X=xi)
Mean (X^-)
(X^-) = [∑(i=1, n) xi] / n
Variance (Var(x))
Var(x) = [∑(i=1, n) (xi-[X^-])^2] / n
Standard Deviation (σ)
σ = SQRT (Var(x))
Summation Notation
∑(i=1, n) xi
“The sum of xi from i=1 to n.”
Factorial Notation
n! = the product of all positive integers up to n
EX: 3! = 321 = 6