Week9
Last updated
Was this helpful?
Last updated
Was this helpful?
Time series
mean is not function of time
variance is not function of time
covariance of ith and i+m are not function of time
How to check
Plotting Rolling Statistics
Dickey-Fuller Test
AutoCorrelation Function (ACF) [TS and lagged TS correlation]
Partial AutoCorrelation Function (PACF)
CrossCorrelation Function (CCF) self-similarity between two timeseries
Differencing: remove changes in the level of a TS, eliminting trend and consequently stabilizing the mean
yt=yt-y(t-1)
ARMA
ARIMA--integrated: be differenced
ARIMA(p,d,q)