Cool PCA analysis framework with neural network done in Matlab

Cool PCA analysis framework with neural network done in Matlab These are the working links from: http://quantlabs.net/blog/2014/04/many-examples-of-pca-uses-in-finance-with-matlab-source-code/ http://www.nlpca.org/matlab.html http://www.mathworks.com/com/help/stats/princomp.html – See more at: http://quantlabs.net/blog/2014/04/cool-pca-analysis-framework-with-neural-network-done-in-matlab/#sthash.Kolj2gPl.dpuf

How to use Principal component analysis for financial within R

How to use Principal component analysis for financial within R These two links will help you understand what PCA is within R http://www.r-bloggers.com/principal-component-analysis-use-extended-to-financial-economics-part-1/ http://www.r-bloggers.com/principal-component-analysis-use-extended-to-financial-economics-part-2/ For part 1 to create data, use http://www.nseindia.com/content/indices/ind_cnx500.htm, click Daily Return values and select period. Download as a CSV to be named Returns_CNX_500.csv. It appears to load fine.  You will also […]