Hot answers tagged pca
4
Here is a structured list of your bullet points:
covariance,
correlation,
PCA,
factor analysis,
Are similar. They are based on Gaussian assumptions (i.e. correlations means dependencies) and try to identify common factors (i.e. a variable in small dimension) explaining the observed relationships.
co-integration
is more specific in the sense that you ...
4
The first principal component of a large covariance matrix is extremely expensive to replicate in a real portfolio.
While it is true principal components provide true (ex post) orthogonal factors, this is not necessarily relevant to the business of risk management. The market index is what most investors are benchmarked by, and is furthermore often ...
4
a) because it does not matter how you weigh each constituents as long as the methodology is publicly accessible and as long as it more or less reflects the original intent. That is why there are market cap weighted indexes but also why there are indexes that apply different weighting methodologies.
b) because PCA is computationally way more expensive. Why ...
2
To make things really clear, you have an original matrix $X$ of size $300 \times 10$ with all your returns.
Now what you do is that you choose the first $k=5$ eigenvectors (i.e. enough to get 80% of the variation given your data) and you form a vector $U$ of size $10 \times 5$. Each of the columns of $U$ represents a portfolio of the original dataset, and ...
2
Yes you can, how depends fully on your required accuracy and also whether PC1 and PC2 are sufficient in explanatory power of the log differences of your futures contract.
Also, make sure you understand the signs of the eigenvalues (sign of the PC) can be different from one experiment to the next as they are arbitrary (the values are obviously not). Here ...
1
To answer your questions we have to take a look to what it does.
PCA is mathematically defined as an orthogonal linear transformation that transforms the data to a new coordinate system, such that news vectors are orthogonals and explain the main part of the variance of the first set.
It took an N x M matrice as input, N represents the differents ...
1
If you are asking which of the 10 variables is contributing most to the principle component, then look at your first eigenvector; each value reflects a single variable, so the largest value (by magnitude) in that eigenvector should give the variable with the largest contribution. Note that a large negative number means anticorrelation.
The matrix you have ...
Only top voted, non community-wiki answers of a minimum length are eligible
