Expected Value, Variance and Moment Generating Functions Flashcards

1
Q

Expected Value

A

Let X be a random function, then we define its expected value E(X) = SUM_all x xP[X=x]

=SUM_all x xpX(x)

Also called mean and denoted by mu

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

Some properties of E(X)

A
  • E(cX) = cE(X)
  • E(c) = c
  • E(X + Y) = E(X) + E(Y)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Do example on page 41

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

Variance

A

Let X be a random variable. X has a variance Var(X) or sigma^2

Var(X) = E((X-mu)^2)

=SUM_all x (x- mu)^2P[X=x]

or

Var(X) = E(X^2) - (E(X))^2

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

Some properties of Var(X)

A
  • Var(cX) = c^2Var(X)
  • If X is discrete:
    • Var(X) = E(X^2) - (E(X))^2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Do example p.42

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

K-th moment of a Random Variable

A

We call E(X^k) the K-th moment of a random variable X.

We say that the K-th moment exists if E(|X|^k) < infty

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

Discrete uniform distribution

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

Bernoulli distribution

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

Binomial

A

E(X) = np

and

Var(X) = np(1-p)

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

Poisson

A

E(X) = lambda

and

Var(X) = lambda

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

Moment Generating Function

A

Let X be a discrete random variable. Then, we call

MX(t) = E(e^{tx}) = SUM_x e^{tx} P(X=x)

the moment generating function.

It is defined for all real values of t such that

SUM_x e^{tx} P(X=x)

converges.

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