Module 4 - Measurement Data and Foresight Flashcards

(13 cards)

1
Q

What are trends?

A

Trends are linear relationships over time, some trends are better seen in a growth rate (exponential growth) corresponding to a constant rate of growth, in which takes logs can be taken.

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

What is seasonality?

A

Seasonality captures regular “calander effects” on a time series. This can be seasonal, monthly, weekly, daily and hourly.

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

What are cycles?

A

Cycles refer to business cycles, not periodic functions, and are typically long duration patterns identified by looking at moving averages.

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

Describe how trends, seasonality and cycles are modelled.

A

Trends and cycles are often combined together as trend-cycles, Seasonality is always treated separately from these two.

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

What are step changes?

A

Step changes are abrupt changes in the level and or trend of a time series.

These typically correspond to some exogenous change in the system (policy change, major global event etc.)

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

What is down sampling how is it done?

A

Decreases resolution of data, can be random or not

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

What is up sampling how is it done?

A

Increases the resolution of the timeseries, uses interpolation

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

What are common data quality issues?

A

Completeness - missing data
Consistency - Outliers, sign errors
Overall these can be considered data reliability.
Accuracy and drift
Precision and measurement error.

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

What is currency>

A

The degree to which the data is current with the system it models

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

What is accessibility?

A

How easy it is to use the data you have

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

What are the fixes for data quality issues?

A

Interpolation - fill in blanks with reasonable numbers based on other data.

Padding - making methods work by filling the blanks with arbitrary values

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

What are the steps of a time series decomposition?

A
  1. Get the data
  2. Isolate the trend cycle component using moving average to smooth out the noise

2b. Calculate the detrended series by subtracting the moving average from the raw data leaving the detrended series.

  1. Estimate the seasonal component by averaging all of the detrended values for that time interval across all the years. Ensure they all sum to 0. The seasonal component is obtained by stringing together these monthly values and then repeating this sequence for each season.
  2. Calculate the residual component - subtract the seasonal series from the detrended series and what remains is the residual component (Should show no patterns and should be un correlated should also have mean 0 otherwise biased)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does ARIMA stand for?

A

Auto Regressive Integrated Moving Average

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