Description:

  • To find the “correlation” between 2 variables, and Correlation is the standard value to easier understood
  • If and are independent, then their covariance,
  • But doesn’t mean that they are independent

Propositions:

  • If
    • If are pairwise independent, then

Covariance matrix:

  • Symmetric Matrix and PSD with each entry is the variance/covariance of and
  • Given points in Rn, we define the sample covariance matrix to be the symmetric matrix where:
    • is the sample average of the points
  • Arises when computing the sample variance of the scalar products
    • where is a given vector: denoting by the average of the values
    • we have

Applications:

  • Portfolio variance:
    • For financial assets, we can define a vector whose components are the rate of returns of the -th asset, .
    • Assume now that we have observed samples of historical returns . The sample average over that history of return is , and the sample covariance matrix has component given by:
    • If represents a portfolio “mix,” that is is the fraction of the total wealth invested in asset , then the return of such a portfolio is given by .
    • The sample average of the portfolio return is , while the sample variance is given by
  • Hessian Matrix
    • The Hessian of a twice differentiable function at a point is the matrix containing the second derivatives of the function at that point. That is, the Hessian is the matrix with elements given by
    • The Hessian of at is often denoted as .
    • Since the second-derivative is independent of the order in which derivatives are taken, it follows that for every pair , thus the Hessian is always a symmetric matrix.