Week 4 Flashcards
What are Joint Distributions?
Multi-dimensional PDF (or PMF or CDF)
What is the Joint PMF?
PX,Y(x, y) = P (X = x and Y = y)
Consists of an array of impulses.
What is the Joint PDF?
P(A) = integrate fX,Y(x, y)dxdy
for any A C X(omega) x Y(omega).
What is the Conditional PMF?
P X|A (xi) = P(X | xi = A) = P (X = xi and A) / P (A)
What is Descriptive Statistics?
A summary that quantitatively describes features from a large collection of information, which does not assume that the data comes from a larger population.
What are some common measures for descriptive statistics?
Central Tendency: Expectation (mean), median, mode etc.
Dispersion: Range and quartiles.
Spread: Variance and standard deviation.
Shape of the distribution: Skewness and kurtosi.
What are the properties of variance?
Variance is the expectation of square minus the square of expectation.
Scale: Var(cX) = c^2Var(X)
Shift: Var(X + c) = Var(X)
If X and Y independent: Var(X + Y) = Var(X) + Var(Y)