Descriptive Stats/Probability Flashcards

(30 cards)

1
Q

What are the conditions or axioms of probability?

A
  1. P(A) ≥ 0
  2. P(Ω) = 1
  3. For any {Ai} i=1 to n (s.t. the union of Ai & Aj = 0) the P(Aj ∪ Ai) = Σ P(Ai)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What can we use Chebyshev’s Inequality for?

A

For setting the upper bound of a probabilistic event

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Bayes Theorem?

A

Memorize on paper

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the expected value formula?

A

E(X) = Σi xi px(xi) **for discrete

E(X) = ∫ x * fx(x)dx****for continuous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the total probability theorem?

A

P(B) = P(B|A) * P(A) + P(B|Ac) * P(Ac)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the basic operations in probability?

A
  1. Ω = certain event
  2. Ø = impossible event
  3. If A is an event, then Ac is the complement
  4. A ∪ B is true ⇔ A, B, or both are true
  5. A ∩ B is true ⇔ A and B are both true
  6. A ∩ B = 0 ⇒ A and B are independent (disjoint)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the properties of the probability measures?

A
  1. If A belongs to B ⇒ P(A) ≤ P(B)
  2. P(A) € [0,1]
  3. P(A ∪ B) = P(A) + P(B) - P(A ∩ B) (same is true if one element is complement)
  4. P(Ac) = 1 - P(A)
  5. P(Ø) = 0
  6. P(Ac ∩ B) = P(B) - P(A ∩ B)
  7. P(Ac ∪ Bc) = 1 - P(A ∩ B) (same is true for intersection)
  8. P(A ∩ B) ≥ P(A) + P(B) - 1
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the distributive properties of the probabilistic operations?

A
  1. A ∩ (B ∪ C) = (A ∩ B) ∪ (A ∩ C)
    * The same is true for the union operation*
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the conditional probability of P(A|B)?

A

P(A ∩ B) / P(B)

***if P(B|A), intersection remains while denominator changes to P(A)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What can we say about two random variables, X and Y, if P(X € A) = P(Y € A)?

** or if Fx(z) = Fy(z) ?

A

They are identically distributed (but not that X = Y)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Chebyshev’s Inequality?

A

P( |X - E(X)| ≥ c ) ≤ σ2/c2

**where σ2 = Var(X)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the relationship between the CDF and PDF?

A

PDF is the derivative of the CDF

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the formula for Variance?

A

Same as that for mean (both discrete and continuous), but with (xi - E(X))2 substituted for the first x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the properties of the CDF?

A
  1. The limit as x approaches -∞ equals 0
  2. The limit as x approaches ∞ equals 1
  3. 0 ≤ Fx(x) ≤ 1
  4. Fx(x + h) ≥ Fx(x) **function is not decreasing
  5. The limit of Fx(x + h) as h → 0 = Fx(x) **continuous from the right
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are the properties of variance?

A
  1. Var(X) = M[(X - μ)2] = M(X2) - μ2
  2. Var(X) = 0 ⇔ X = μ (constant)
  3. Var(X + a) = Var(X) (just shifts the distribution)
  4. Var(bX) = b2Var(X)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the median?

A

A specific case of quantile that divides the distribution of a variable into two equal parts (may not be unique if X is discrete)

17
Q

If X is a continuous r.v. and fx is its density function, what can be said of P(X = x)?

A

It is 0

**integral of a number from itself to itself is 0

18
Q

What are the properties of the expected value?

A
  1. E(a + bX) = a + bE(X)
  2. E [X - E(X)] = 0
  3. E [(X - E(X))2] ≤ E [(X - a)2]
19
Q

What are the properties of a PDF?

A
  1. fx(x) ≥ 0
  2. ∫ fx(x) dx = 1
20
Q

What is the formula for variance?

21
Q

What are the 3 properties of the arithmetic mean?

A
  1. The mean is a linear operator: M(a + bx) = a + bM(x)
  2. M(x - μ) = 0
  3. μ is the minimizer of M[(x - μ)2]

That is: M[(x - a)2] >= M[(x - μ)2]

22
Q

A and B are stochastically independent if and only if:

A

P(A ∩ B) = P(A) * P(B)

23
Q

Can the CDF and/or PDF ever be decreasing?

A

The CDF cannot be

24
Q

What are the properties of Variance?

A
  1. If Var(X) = 0 –> X is constant
  2. Var(X) = E(X2) - [E(X)]2
  3. Var(a +bX) = b2Var(X)
25
How do we represent the median probabilistically?
P(X ≥ m) ≥ .5 P(X ≤ m) ≥ .5
26
What is Cov(X, Y) if both are discrete?
ΣΣ(xi - µx)(yj - µy) px(xi, yj) or Σ(X - µx)(Y - µy) / n
27
What is the formula for Corr(X, Y)?
þxy(X, Y) = Cov(X, Y)/σxσy and -1 ≤ þxy(X, Y) ≤ 1 \*\*where þ = correlation coefficient
28
What does it mean if |þ| = 1 ?
The linear association is perfect
29
What are covariance and correlation?
Two indices of linear association between two variables
30
What can be said if Cov(X, Y) = 0 ?
X and Y are statistically independent ## Footnote *\*\*the opposite is NOT necessarily true*