How to remove linear trend from a time series?

4 visualizaciones (últimos 30 días)
Chris Martin
Chris Martin el 31 de Jul. de 2014
Respondida: Roger Wohlwend el 31 de Jul. de 2014
How to remove linear trend from a time series?

Respuestas (1)

Roger Wohlwend
Roger Wohlwend el 31 de Jul. de 2014
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.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by