필터 지우기
필터 지우기

How to remove linear trend from a time series?

조회 수: 2 (최근 30일)
Chris Martin
Chris Martin 2014년 7월 31일
답변: Roger Wohlwend 2014년 7월 31일
How to remove linear trend from a time series?

답변 (1개)

Roger Wohlwend
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.

카테고리

Help CenterFile Exchange에서 Time Series에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by