Level 3 Flashcards

(11 cards)

1
Q

Given joint pdf f(x, y), what is
P(X > Y)?

A

Just use any 1 variable to show the inequality not both like:
P(X > Y) = ∫{-∞}^{∞} ∫{y}^{∞} f(x, y) dx dy

P(X > Y) = ∫{-∞}^{∞} ∫{-∞}^{x} f(x, y) dy dx

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

MGF of sum of independent r.v (Sn)

A

M_{X+Y}(t) = M_X(t) * M_Y(t)

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

Gamma function and value

A

Γ(n) = ∫_{0}^{∞} e^{-x} x^{n-1} dx
Γ(n) = (n - 1)!

∫_{0}^{∞} e^{-x} x^{n} dx = n!

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

Indicator variable trick use

A

X = Sum (Ii)
E[X] = Sum E[Ii]
E[X] = Sum P(favourable)

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

Coupon collector problem steps (# of Dice rolls to get all faces at least once)?

A

1) T = T1 + T2 +…+ T6
2) P(T1)=1, P(T2)=5/6, P(T3)=4/6…
3) E[T1]=1/1, E[T2]= 1/(5/6)…
4) E[T] = E[T1] + E[T2] +…+ E[T6]
= 6(1/1+1/2+…+1/6) = 14.7 rolls
Hn = ln(N) + Euler Mascheroni
Euler Mascheroni = 0.577

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

Linear transformation of r.v.
What is X = a + bY, where
Y ~ N(μ, σ²)?

A

X ~ N(a + bμ, b²σ²)

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

Law of total variance: Var(X) using conditional expectation and conditional variance

A

Var(X) = E[Var(X|Y)] + Var(E[X|Y])

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

Law of total expectation: E[X] using conditional

A

E[X] = E[E[X|Y]]

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

All odd and even moments of Normal Distribution values.

A

Odd moments = 0
E[X^(2n)] = (2n-1) !!
Where (2n - 1)!! = 1.3.5.7….(2n-1)

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

Ws, Wt ~ Brownian Motion
What is Cov(Ws, Wt)

A

min(s, t)

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

Affine function meaning.

A

A linear function plus a constant shift, not passing necessarily through the origin.

Eg: f(x) = 6x + 3 -> affine

An affine function in x: (a number times x plus another number).

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