F3 Mathematical Foundations / Probability Theory II Flashcards
What is the expected value?
The mean. Each outcome is weighted by its probability.
Theoretical: E(X)=μ
Empirical: E(X)=x-bar
Is the expected value a linear operator?
Yes.
Additivity: E(x+y)=E(x)+E(y)
Homogeneity / scalar multiplication: E(ax)=a*E(x)
What is the expected value of a constant?
The constant: E(a)=a
What is the difference between the theoretical and empirical expected value?
Theoretical: The sum of all outcomes (x) times their probability P(X=x)
Empirical: The sum of all observations divided by the number of observations.
What is the first moment about zero
The mean
What is the first central moment?
Always zero as central moments describe the shape of a probability distribution relative the mean of the distribution. Irrelevant
What is the second central moment?
Var(x) = [(x - μ_x )^2]
The variance of the distribution, measuring the spread or variability around the mean. We are “punished” exponentially for very big outliers because of the square.
What is the lower bound of the variance and what is the variance of a constant?
Var(x) > 0.
Var(a) = 0.
What is the third central moment?
Measures the skewness in absolute terms. Normally it’s standardized by the standard deviation:
= 0: symmetrical distribution
>0: Right skewed
<0: Left skewed
What is the fourth central moment?
Measures the “tailedness” or “peakedness” of the distribution. Again, we use the standardized kurtosis.
=3: Normal distribution (mesokurtic)
<3: Flatter peak
>3: Sharper peak
What is the covariance?
Describes the relation between two variables. means. It measures the joint variability/linear relationship.
The bounds are -∞ to ∞.
How is the covariance interpreted?
How variables move around their mean on average.
> 0: When x is above its mean value, we would expect y to be above its mean value as well.
<0: When x is above its mean value, we would expect y to be below its mean value.
=0: Independent
What is the equation for the covariance
Cov(X,Y) = E([x - μ_x ] *[y - μ_y ])
What is the covariance of Cov(x,x)?
Var(x)
What happens if you add a constant to the covariance?
Adding a constant to the variance of something doesn’t change it at all.
Cov(β+x,α+y)=Cov(x,y)