4

I am analyzing a time series using the unit root test. I am stuck in that I do not understand the difference between trend and drift in the time series. Is it correct to say that trend is a feature of a time series, whose average changes over time and that drift is a feature of a time series, whose variance changes over time?

Pietro
  • 347
  • 1
  • 3
  • 15

1 Answers1

9

Drift is an intercept(static) component in a time series.

c being the drift(intercept) component here.


Trend is represented as a time variant component δt, observe the below equation.

Trend being a time variant increase or decreases over time, so your statement of changing average is true.

I hope this clears your doubt between the two!

Radagast81
  • 2,921
  • 1
  • 7
  • 21
maxim rohit
  • 106
  • 1
  • 3