Time Series Flashcards

1
Q

Discrete Time Series

A

If the Index set “T” is a countable set.

A Time Series is Discrete or Continuous by the adjective of the Index set “T”, not the random variable “X”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Continuous Time Series

A

If the Index set “T” is an interval.

A Time Series is Discrete or Continuous by the adjective of the Index set “T”, not the random variable “X”.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Time Series

A

Time series is a measurement of same Random Variables over a Time Index set T which might be a finite, countably infinite or uncountable set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Stationary Time Series

A
  1. Constant mean
  2. Constant variance
  3. No Auto correlation.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Weakly Stationary Time Series

A
  1. Constant mean
  2. Constant variance
  3. The covariance (and also correlation) between Xt and Xt-h is the same for all t at each lag h = 1, 2, 3, etc.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Intuition behind Fourier transform on Time Series

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is stationarity?

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Real life example of a stationary time series

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Exogenous variables

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Removing outliers

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Time series Clustering

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Seasonality

A

Repetition of pattern at certain interval.
E.g. - Weeks, Months, Quarters, Seasons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Cyclicality

A

Repetition of pattern without any fixed period.
E.g. - Some stocks are cyclical in nature.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Noise

A

Random variation or irregularity that remains after removing the trend and seasonal components.

Some kind of irregularity that happened in the past, but not expected to repeat in the future.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

White Noise

A

Uncorrelated values.

ACF of white noise has a spike at zero, and then nothing else.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Why do we decompose Time Series?

A

To breakdown a time series data set into individual components - Trend, Seasonality and Noise.

To get a understanding of the underlying patterns, trends, seasonality, and cyclical variations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

Additive Decomposition

A

Components of the time series are additive, can be expressed as the sum of Trend, Cycle, Seasonality, and Noise.

Y(t) =T(t) + S(t) + ε(t)

Used when the seasonal variation is relatively constant over time.

18
Q

Multiplicative Decomposition

A

Components are considered to be multiplicative, can be expressed as the product of Trend, Cycle, Seasonality, and Noise.

Y(t) =T(t) * S(t) * ε(t)

Used when the seasonal variation increases over time.

19
Q

How is linear regression deflect from time series?

A

Data are not necessarily independent and not necessarily identically distributed.

Time series is a list of observations where the ordering matters. Ordering is very important because there is dependency and changing the order could change the meaning of the data.

20
Q

Trend

A

On average, the measurements tend to increase (or decrease) over time

21
Q

AR(p) model

A

A linear model to predict the value at the present time using the value at the previous time.

Order (p) of the model indicates how many previous times we use to predict the present time.

22
Q

Autocorrelation Function (ACF)

A

Autocorrelation function (ACF) for a series gives correlations between the series and lagged values of the series for lags of 1, 2, 3, and so on.

23
Q

MA(q) model

A

A linear model to predict the value at the present time using the value of past errors.

Order (q) of the model indicates how many past error we use to predict the present time.

24
Q

ACF & PACF for AR(p)

A

ACF: Taper to zero
PACF: First q lags = Non-zero; lags > q = 0

25
ACF & PACF for MA(q)
ACF: First q lags = Non-zero; lags > q = 0 PACF: Taper to zero
26
A finite order MA is an infinite order AR and any finite order AR is an infinite order MA. Is the statement true?
Yes
27
Partial Autocorrelation Function (PACF)
Partial correlation is a conditional correlation. It is the correlation between two variables after removing the effect of other variables.
28
ARIMA model
Also called Box-Jenkins models (AR order, differencing, MA order)
29
When do we transform time series data?
For data with a curved upward trend accompanied by increasing variance, one should consider transforming the series with either a logarithm or a square root.
30
If the ACF does not tail off, but instead has values that stay close to 1 over many lags. What should be done in this case?
The series is non-stationary and differencing will be needed. Try a first difference and then look at the ACF and PACF of the differenced data.
31
How to determine seasonal AR and MA terms?
Using data values and errors at times with lags that are multiples of S (the span of the seasonality).
32
Seasonal differencing (S)
Difference between a value and a value with lag that is a multiple of S.
33
Differencing for Trend and Seasonality
When both trend and seasonality are present, we need to apply both non-seasonal first difference (for trend) and a seasonal difference. (Xt - Xt-1) - (Xt-12 - Xt-13)
34
SARIMA (p,d,q)(P,D,Q)S
p = non-seasonal AR order, d = non-seasonal differencing, q = non-seasonal MA order, P = seasonal AR order, D = seasonal differencing, Q = seasonal MA order, and S = time span of repeating seasonal pattern.
35
Strong & Weak Stationarity
36
What are the problems you face when you predict too much into the future?
MAPE would be same for errors of first and last month of prediction
37
What are the problems in using Temperature as an exogenous variable?
38
What is Box-Cox transformation?
39
What are 3 different types of ADF tests?
40
Why do you need Arch Models?
41
Explain ACF, PACF intuitively not technically
42
What are the key exogenous variables in time series analysis (SARIMA models)?