Stats Review Flashcards
Random Variable
Variable whose values we do not know with certainty
Probability
A function defined over the possible values a random variable can take on.
Between 0 and 1
Add up to one
Discrete Random Variable
Finite or countably infinite
probability density function (pdf) Discrete
Summarizes the information concerning the possible outcomes of the random variable and the corresponding probabilities:
f (xj) = pj, j = 1, …, k.
continuous random variable
Any real value with zero probability, so many possible values that we cannot count them or match them
up with the positive integers
PDF Continuous
P(a ≤ X ≤ b) = ∫fX(x)dx
continuous random variable X as fX (x)
cumulative distribution function
F(x) ≡P(X ≤ x)
- For discrete variables, the cdf is obtained by summing the pdf over all values xj such that
xj ≤ x. For a continuous random variable, the cdf is the area under the pdf, fX, to the left of
the point x, that is F(x) = ∫ x−∞ fX (x)dx. - Because F(x) is a probability, it is always between 0 and 1
- For x1 ≤ x2, F(x1) ≤ F(x2), that is F(x) is an increasing function of x
- For any number c, P(X > c) = 1 − F(c)
- For any numbers a < b, P(a < X ≤ b) = F(b) − F(a)
Expected Value
a measure of central ten-
dency of its probability distribution.
a weighted average
of all possible values of X, where the weights are determined by the pdf
The expected value is also called population mean.
The expected value can sometimes be denoted by μX or μ.
For any constant c, E(cX) = cE(X).
For any constants a and b, E(aX + b) = aE(X) + b.
If {a1, a2, …, an} are constants and {X1, X2, …, Xn} are random variables, then
E(a1 X1 + a2 X2 + … + an Xn) =a1 E(X1) + a2 E(X2) + … + an E(Xn).
E(X) Finite
E(X) =x1 f (x1) + x2 f (x2) + … +xk f (xk) ≡ ∑xj f (xj)
E(X) continuous
If X is a continuous random variable and fX (x) is its pdf, then:
E(X) = ∫xf (x)dx
Variance
How far X is from its mean μ, on average
Var(X) ≡E[(X − μ)^2]
Denoted by σ^2
Standard Deviation
σ, sqrt(var)
standardized random variable
Z ≡ (X − μ)/σ
Joint Distribution
F(x, y) ≡P(X ≤ x, Y ≤ y)
X and Y are said to be independent iff
fX,Y (x, y) = fX (x) fY (y)