How can I use the PCA function to find the principle components of a variable?

1 visualización (últimos 30 días)
Hello, I am working on developing a 4D matrix that will have lat,lon,day,time for a months worth of temperature data. Can I simply say z=pca(goes_lst)? To break down the components within? Or is there a better way? Thank you!

Respuestas (1)

Bernhard Suhm
Bernhard Suhm el 9 de Nov. de 2018
You'll get the loadings for your variables. But think about whether applying PCA this way to your data makes sense. We'll expect time of day to explain a fair amount of the variability in temperature, the day will just reflect the weather patterns of that particular month (or the absence thereof). Latitude and longitude would explain climate differences in geographically quite separate areas. Think about what kind of model are you trying to develop, and whether or not you need preprocessing for that.

Categorías

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

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by