Stats And Basic P Flashcards

(22 cards)

1
Q

Covariance(X,Y) formula

A

Cov(X, Y) = E[XY] - E[X].E[Y]

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

Correlation: ρ(X, Y) formula

A

Cov(X, Y) / sqrt(Var(X).Var(Y))

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

Covariance and correlation of independent variables

A

0

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

Var(aX + bY) formula

A

a^2 Var(X) + b^2 Var(Y) + 2ab.Cov(X, Y)

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

Var(aX-bY) formula

A

a^2 Var(X) + b^2 Var(Y) - 2ab.Cov(X, Y)

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

Covariance relation with correlation

A

ρ(X, Y) = Cov(X, Y) / (σ_X * σ_Y)

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

Linearity of Expectations
E[aX + bY]

A

E[aX + bY] = aE[X] + bE[Y]

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

Var(XY) formula

A

Var(XY) = E[X^2 Y^2] - (E[XY])^2

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

E[XY] for independent

A

E[X]. E[Y]

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

Martingale Property

A

A stochastic process {X_t} is a martingale w.r.t. a filtration {F_t} if:

  1. E[|X_t|] < ∞ for all t
  2. E[X_{t+1} | F_t] = X_t
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Markov Property

A

A stochastic process {X_t} is Markov if:

P(X_{t+1} | X_t, X_{t-1}, …, X_0) = P(X_{t+1} | X_t)

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

Martingale Property

A

A stochastic process {X_t} is a martingale w.r.t. a filtration {F_t} if:

  1. E[|X_t|] < ∞ for all t
  2. E[X_{t+1} | F_t] = X_t
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Symmetric random walk starting from 0 that stops at α or -β. P(α before β) formula

A

P(reaching α before -β) = β / (α + β),
where reaching α before -β,
β > 0,
α > 0

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

Cov(X, X)

A

Var(X)

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

Cov(cX, Y)

A

c.Cov(X, Y)

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

Cov(X, Y+Z)

A

Cov(X, Y) + Cov(X, Z)

17
Q

Conditional expectation of r.v.

A

E[X | Y = y] = ∫{-∞}^{∞} x · f{X|Y}(x | y) dx

where

f_{X|Y}(x | y) = f_{X,Y}(x, y) / f_Y(y)

18
Q

Inclusion Exclusion Principle. Eg: 3 couples sitting in linear line. Find P of 0 couples sitting next to each other

A

P = 0 sitting besides - 1 forced sitting + 2 forced sitting - 3 forced sitting.
Sol -> 6! - C(3,1).(2^1).(5!) + C(3, 2).(2^2).4! - C(3,3).(2^3).3!

19
Q

Cdf of standard normal = f(x)
What is f(-x)?

20
Q

Z score formula

A

X - U / sigma

21
Q

Characteristic function formula

A

E[exp(itx)], where i^2=(-1)

22
Q

Stars and bars approach. No. of non-negative solutions to x1 + x2 + … + xr = n?

A

C(n + r - 1, r - 1)
Eg: 10 candies, 4 children
Ans: C(10 + 4 - 1, 4 - 1) = C(13, 3)