Next: The Binomial Distribution
Previous: Discrete Random Variables: Basic Concepts
Suppose X is a random variable with p.m.f. p(x) and the values that it can possibly take on are in the set S.
The expected value (or mean) of X denoted by E(X) or mX (or more commonly, just m ) is defined as
E(X) = m = åxÎSx× P(X=x) = åxÎSx× p(x)Similarly, the expected value of some arbitrary function f(X) of the random variable X is defined as
E[f(X)] = mf(X)= åxÎSf(x)× P(X=x) = åxÎSf(x)× p(x)Some Rules of Expected Value
Assume that a and b are constants)
E(a) = a and E(b)=b.E(aX) = aE(X) = am
E(aX+b) = E(aX) + E(b) = aE(X) + b = am+ b
The variance of X is denoted by V(X) or s2X (or just s2) and is defined as
V(X) = E[(X-m )2] = åxÎS(x-m )2×p(x).The standard deviation of X, denoted by s is equal to Ös2
A Shortcut for V(X): V(X) = s2
=
E(X2) - [E(X)]2 = åxÎSx2×p(x)
- m2
Some Rules of Variance
Assume that a and b are constants)
V(a) = V(b) = 0(S.D. of aX+b is thus abs(a)×s )V(aX) = a2×V(X) = a2s 2
V(aX+b) = V(aX) + V(b) = a2V(X) + 0 = a2V(X) = a2s 2
Next: The Binomial Distribution
Previous: Discrete Random Variables: Basic Concepts