How to apply Principle Component Analysis on financial ratios to reduce dimensions.

1 回表示 (過去 30 日間)
e.a.
e.a. 2019 年 10 月 28 日
回答済み: Vimal Rathod 2019 年 10 月 31 日
Hello,
I have data set of financial ratios for 5 different companies during 5 years period. I will do another anaysis with the ratios but before that I want to extract the most important ratios to avoid uncessary variables in my future analysis. In order to do that I want to apply PCA into my data set but I am having trouble about preparing my dataset to apply PCA. I am noobie in matlab and also in statictics but I am working too hard to improve my skills. I would be glad if you can give me an advice where to start/how to start.
thanks in advance
  1 件のコメント
Adam
Adam 2019 年 10 月 28 日
doc pca
is the best place to start, if you have the Statistics toolbox, including any links it takes you to with examples, e.g. the 'Topics' at the bottom.

サインインしてコメントする。

採用された回答

Vimal Rathod
Vimal Rathod 2019 年 10 月 31 日
Hi,
You can check the documentation on “pca function” from MATLAB statistics toolbox and you just need to have raw numerical data to be passed into pca.
Refer to the following link for pca documentation:
Refer to the following link for more information on dimensionality reduction:

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDimensionality Reduction and Feature Extraction についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by