How to remove linear trend from a time series?
2 ビュー (過去 30 日間)
古いコメントを表示
How to remove linear trend from a time series?
0 件のコメント
回答 (1 件)
Roger Wohlwend
2014 年 7 月 31 日
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.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Linear and Nonlinear Regression についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!