Expected value and variance rules ML1

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

What is the expected value of a discrete X? so E[X] when discrete

See image

<p>See image</p>
2
New cards

What is the expected value of a continuous X? so E[X] when continuous

See image, and it would be the PDF over the max and min range of the function.

<p>See image, and it would be the PDF over the max and min range of the function.</p>
3
New cards

split up E[aX + bY]

where a and b are constants

a*E[X] + b*E[Y]

so keep in mind

E[X + Y] = E[X] + E[Y]

and 

E[X*5] = 5 * E[X]

4
New cards

Can you take a sum out of the expected value?

Yes you can.

<p>Yes you can.</p>
5
New cards

Can you always perform

E[X*Y] = E[X] * E[Y]

No you can not, this has to be when X and Y are independent from each other.

<p>No you can not, this has to be when X and Y are independent from each other.</p>
6
New cards
<p>How to express E[X] in form of E[X|Y]</p>

How to express E[X] in form of E[X|Y]

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

<p>E[X] = E[E[X|Y]]</p>
7
New cards

Write the variance in terms of Expectation

So VAR[X] = …

using only E[X]

VAR[X]  = E[(X-E[X])²]= E[X²] - (E[X])²

The proof is in the image.

<p>VAR[X]&nbsp; = E[(X-E[X])²]= E[X²] - (E[X])²</p><p>The proof is in the image.</p>
8
New cards

What is VAR[c] where c is a constant

VAR[c] = 0

9
New cards

Rewrite VAR[aX] where a is a constant

a² * VAR[x]

pay attention, that the constant is now squared

10
New cards

Rewrite VAR[X+b] where b is a constant

VAR[X+b] = VAR[X]

Adding a constant shifts the distribution but does not change the spread.

11
New cards

Rewrite Var[X+Y]

Var[X+Y] = Var[X] + Var[Y] + 2Cov[X,Y]

<p>Var[X+Y] = Var[X] + Var[Y] + 2Cov[X,Y]</p>
12
New cards

Write Cov[X,Y] in terms of E[X] and E[Y]

Cov[X,Y] = E[(X−E[X])(Y−E[Y])] = E[XY]−E[X]E[Y]

  • Positive covariance → Xand Y tend to increase together.

  • Negative covariance → one tends to increase while the other decreases.

<p>Cov[X,Y] = E[(X−E[X])(Y−E[Y])] = E[XY]−E[X]E[Y]</p><p></p><ul><li><p>Positive covariance → Xand Y tend to increase together.</p></li><li><p>Negative covariance → one tends to increase while the other decreases.</p></li></ul><p></p>
13
New cards

What is COV[X,X]

Cov[X,X] = Var[X]

14
New cards

Is covariance symmetric?

Yes, Cov[X,Y] = Cov[Y,X]

15
New cards

Rewrite Cov[aX,bY]

where a and b are constants

a*b*cov[X,Y]

<p>a*b*cov[X,Y]</p>
16
New cards

Rewrite

Cov(X+Y,Z)

and

Cov(X,Y+Z)

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

and

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

<p>Cov(X+Y,Z)=Cov(X,Z)+Cov(Y,Z)</p><p>and</p><p>Cov(X,Y+Z)=Cov(X,Y)+Cov(X,Z)</p>