Descriptive Stats/Probability Flashcards
(30 cards)
What are the conditions or axioms of probability?
- P(A) ≥ 0
- P(Ω) = 1
- For any {Ai} i=1 to n (s.t. the union of Ai & Aj = 0) the P(Aj ∪ Ai) = Σ P(Ai)
What can we use Chebyshev’s Inequality for?
For setting the upper bound of a probabilistic event
What is Bayes Theorem?
Memorize on paper
What is the expected value formula?
E(X) = Σi xi px(xi) **for discrete
E(X) = ∫ x * fx(x)dx****for continuous
What is the total probability theorem?
P(B) = P(B|A) * P(A) + P(B|Ac) * P(Ac)
What are the basic operations in probability?
- Ω = certain event
- Ø = impossible event
- If A is an event, then Ac is the complement
- A ∪ B is true ⇔ A, B, or both are true
- A ∩ B is true ⇔ A and B are both true
- A ∩ B = 0 ⇒ A and B are independent (disjoint)
What are the properties of the probability measures?
- If A belongs to B ⇒ P(A) ≤ P(B)
- P(A) € [0,1]
- P(A ∪ B) = P(A) + P(B) - P(A ∩ B) (same is true if one element is complement)
- P(Ac) = 1 - P(A)
- P(Ø) = 0
- P(Ac ∩ B) = P(B) - P(A ∩ B)
- P(Ac ∪ Bc) = 1 - P(A ∩ B) (same is true for intersection)
- P(A ∩ B) ≥ P(A) + P(B) - 1
What are the distributive properties of the probabilistic operations?
- A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
* The same is true for the union operation*
What is the conditional probability of P(A|B)?
P(A ∩ B) / P(B)
***if P(B|A), intersection remains while denominator changes to P(A)
What can we say about two random variables, X and Y, if P(X € A) = P(Y € A)?
** or if Fx(z) = Fy(z) ?
They are identically distributed (but not that X = Y)
What is Chebyshev’s Inequality?
P( |X - E(X)| ≥ c ) ≤ σ2/c2
**where σ2 = Var(X)
What is the relationship between the CDF and PDF?
PDF is the derivative of the CDF
What is the formula for Variance?
Same as that for mean (both discrete and continuous), but with (xi - E(X))2 substituted for the first x
What are the properties of the CDF?
- The limit as x approaches -∞ equals 0
- The limit as x approaches ∞ equals 1
- 0 ≤ Fx(x) ≤ 1
- Fx(x + h) ≥ Fx(x) **function is not decreasing
- The limit of Fx(x + h) as h → 0 = Fx(x) **continuous from the right
What are the properties of variance?
- Var(X) = M[(X - μ)2] = M(X2) - μ2
- Var(X) = 0 ⇔ X = μ (constant)
- Var(X + a) = Var(X) (just shifts the distribution)
- Var(bX) = b2Var(X)
What is the median?
A specific case of quantile that divides the distribution of a variable into two equal parts (may not be unique if X is discrete)
If X is a continuous r.v. and fx is its density function, what can be said of P(X = x)?
It is 0
**integral of a number from itself to itself is 0
What are the properties of the expected value?
- E(a + bX) = a + bE(X)
- E [X - E(X)] = 0
- E [(X - E(X))2] ≤ E [(X - a)2]
What are the properties of a PDF?
- fx(x) ≥ 0
- ∫ fx(x) dx = 1
What is the formula for variance?
- M([X - μ]2)
What are the 3 properties of the arithmetic mean?
- The mean is a linear operator: M(a + bx) = a + bM(x)
- M(x - μ) = 0
- μ is the minimizer of M[(x - μ)2]
That is: M[(x - a)2] >= M[(x - μ)2]
A and B are stochastically independent if and only if:
P(A ∩ B) = P(A) * P(B)
Can the CDF and/or PDF ever be decreasing?
The CDF cannot be
What are the properties of Variance?
- If Var(X) = 0 –> X is constant
- Var(X) = E(X2) - [E(X)]2
- Var(a +bX) = b2Var(X)