3.3 Expectation, Mean & Variance

Def:   The expected value or expectation of discrete random variable  X  is denoted  E(X) and is defined as the weighted average of all possible values of X, with each value weighted by the probability that value will occur:
   
i.e.,  
E(X) is also called the mean of X, denoted m
 

ex:

 
ex: If random variable Y is a function of random variable X, Y = H(X), the expected value of Y is defined to be ex: ex:  

Note:  If we know all of moments, can reconstruct the density function of X other words, the moments completely determine the random variable.
 
 

Rules for Expectation
Given random variables X, Y, constant C. then

  1. E(c) = c
  2. E(cX) = cE(X)
  3. E(X + Y) = E(X) + E(Y)
 

Note: E(XY) * E(X) · E(Y), in general!

ex:

 
Def:   The variance of random variable X is defined as The standard deviation (s.d.), s, is    
 

Simplified formula for computing var(X):

 

ex:

 
 

Rules for variances
Given random variables X, Y, constant c.

  1. var(c) = 0
  2. var(cX) = c2 var(X)
  3. If X & Y are independent random variables, var(X + Y) = var(X) + var(Y)
Note:  X, Y are independent if the value obtained for X doesn’t influence the value obtained for Y,i.e., the value of Y doesn't depend on the value of X; more on this later!

ex:
independent vs. dependent random variables

 


Previous section  Next section