How to remove linear trend from a time series?
Ältere Kommentare anzeigen
How to remove linear trend from a time series?
Antworten (1)
Roger Wohlwend
am 31 Jul. 2014
0 Stimmen
Use the matlab function detrend.
Or do it yourself. Estimate the linear trend with a linear regression. The residuals of the regression are your time series without the linear trend.
Kategorien
Mehr zu Linear Regression finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!