Module 8: Functions of Random Variables, Expectation, and Variance Flashcards
The PMF of a random variable X provides us with several numbers, namely…
the probabiltiies of all possibilities of X. It is often desireable to summarize this information in a signle representative number.
what is the def of the expected value of a discrete random varaible X with a PmF P({X = x}) = p(x) is given by:
E(X) = μ = SUM(x * p(x))
what is the thrm for Expected Value Rule for Functions of Random Variables?
Let X be a random variable with PMF p(x) and let g(X) be real-valued function of X. Then, the expected value of the random variable Y = g(X) is given by:
E(Y) = E(g(X) = SUM(g(x) * p(x))
Whats the def of Variance for a random variable X and the standard deviation?
If X is a random variable with expected value μ, then the variance of X is given by:
Var(X) = σ^2 = E[(X -μ)^2]
and the standard deviation is given by the square root of the variance:
σ = sqrt(E[(X - μ)^2])
what is the thrm for calcing Var(X)?
The variance of a random variable X can be calculated using the formula:
Var(X) = σ^2 E(X^2) - (E(X))^2
what does E(X^2) mean?
We note that E(X^2) is called the second moment of X where more generally, we define the nth moment as the expected value of the random variable X^n:
E(X^n) = SUM(x^n * p(x))