define event
subset of the sample space
the 3 kolmogorov’s axioms
mutually exclusive rule
P(A u B) = P(A) + P(B)
inclusion-exclusion principle
P(A u B) = P(A) + P(B) - P(A u B)
independent rule
P(A n B) = P(A).P(B)
rules with independence
bayes rule
P(A|B) = P(A n B)/P(B)
= P(B|A)P(A)/P(b)
total probability
P(B) = P(B n A1) + P(B n A2) + P(B n A3)
= P(B|A1).P(A1) + P(B|A2).P(A2) + P(B|A3).P(A3)
define random variables
probability distribution
a description of the probability of all outcomes in the sample space
2 methods to describe probability distributions
examples of discrete probability distributions
examples of continuous probability distributions
describe probability mass function
cummulative distribution functions
Fx(x) = P(X <= x)
functions of a random variable
if X is a discrete random variable, and g:R->R is any function, then Y = g(X) is also discrete random variable. its value is completely determined by X
linearity of expectation
if x is a discrete random variable, and Y = aX + b, then R(Y) = aE(X) + b for some a, b
law of the unconsious statistician
E(Y) = sum(g(x)fx(x))
variance
expected value with variance
standard deviation formula
ox = root(o^2x) = root(Var(x))
uniform distribution
PMF in uniform distribution
P(X = x) = 1/|A|