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

2 visualizaciones (últimos 30 días)
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 comentario
Adam
Adam el 28 de Oct. de 2019
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.

Iniciar sesión para comentar.

Respuesta aceptada

Vimal Rathod
Vimal Rathod el 31 de Oct. de 2019
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:

Más respuestas (0)

Categorías

Más información sobre Dimensionality Reduction and Feature Extraction en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by