Discrete random variables Flashcards

1
Q

What is coding?

A

Taking a set of data amd peforming poerations on it to change it

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

What happens to E(X) when it is transformed by E(2X) and how do you prove it?

Hint: use identity for E(X)

A

E(X) = Σx / n

E(2X) = Σ2x / n = 2Σx / n

Therefore E(2X) = 2E(X)

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

What happens when E(X) is transform by E(X-1)

Hint: use identity for E(X)

A

E(X) = Σx / n

E(X-1) = Σ(x-1) / n = Σ(x) - n / n

Therefore E(X-1) = E(X) - 1

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

What happens to Var(X) under the transformation Var(2X+1)

A

Var(2X+1)=4Var(X)

Var(X) is scaled by the square of the square of the coefficient, however shifting the “position” of the data set makes no difference to how it varies

Proof here: https://math.stackexchange.com/questions/1708266/why-square-a-constant-when-determining-variance-of-a-random-variable

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

E(X1 +- X2) = ?

A

E(X1 +- X2) = E(X1) +- E(X2)

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

Var(X1 +- X2) = ?

A

Var(X1) + Var(X2)

Sign doesn’t matter variances are always summed

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