Orthogonalization of time series data
7 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Dear MATLAB community,
I have economic time series data (Y), which I would like to control for a range of other economic variables, such as consumer price index (CPI), or employment (EMPL).
I am planning to use a multiple time series regression model, with Y as the dependent variable and CPI and EMPL as independent variables (there are a few more, but I only mention those two for the sake of parsimony).
I would then like to store the residuals as my now cleaned data.
What techniques/commands would you recommend?
Thank you very much in advance!
Chris
1 Kommentar
Harsha Medikonda
am 18 Aug. 2015
Bearbeitet: Harsha Medikonda
am 18 Aug. 2015
Refer to the following links that might be helpful
Antworten (1)
Muthu Annamalai
am 18 Aug. 2015
Sounds like
eig
maybe useful, and you may find principal component analysis (PCA) of interest too.
0 Kommentare
Siehe auch
Kategorien
Mehr zu Dimensionality Reduction and Feature Extraction finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!