How to remove linear trend from a time series?
Mostra commenti meno recenti
How to remove linear trend from a time series?
Risposte (1)
Roger Wohlwend
il 31 Lug 2014
0 voti
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.
Categorie
Scopri di più su Linear Regression in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!