Chapter 17 Flashcards

(67 cards)

1
Q

Define Time Series

A

a sequence of observations on a variable measured at successive points in time or over successive periods of time

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

Define Measurements

A

can be: Hourly, daily, weekly, monthly, yearly or at any other regular interval

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

Define Pattern of the data

A
  1. important factor in understanding how the time series has behaved in the past
  2. if such behavior can be expected in the future, we can use this past pattern to guide us in selecting an appropriate forecasting model
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the first step in forecasting

A
  1. construct a time series plot
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Describe a timeseries plot

A
  • graphical presentation of the relationship b/w time and the time series variable
  • time on horizontal axis and time series on the vertical
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are some common types of data patterns

A
  1. Horizontal pattern
  2. Trend Pattern
  3. Seasonal Pattern
  4. Trend and seasonal pattern
  5. Cyclical pattern
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Describe Horizontal Pattern

A

data fluctuates around a constant mean

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

What is stationary series

A

used to denote a time series who statistical properties are INDEPENDENT of time

It means that

  1. the process generating the data has a constant mean
  2. the variability of the time series is constant over time
    - always have a horizontal pattern
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Is simply observing a horizontal patter enough to conclude that the time series is stationary?

A

no

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

What is a trend pattern

A
  • a time series pattern may also show gradual shifts of movement to relatively higher or low values over a longer period of time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What can cause trend pattern

A
  • usually due to population increases or decreases
  • changes in demographic characteristics of the population
  • technology, and / or consumer preferences
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are exponential relationships

A

are appropriate when the % change from one period to the next is relatively constant

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

What is seasonal patterns

A
  • seeing the same repeating patterns over successive periods of time
  • ex. Pool co. expects lower sales in fall and winter months Peak sales in spring and summer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Do seasonal influences indicate any long term trend?

A

no

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

what is Trend and seasonal pattern

A
  • combination of a trend and seasonal pattern

- need a forecasting method that has the capabilities of dealign with both trend and seasonality

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

what is cyclical pattern

A

an alternating sequence of points below and above the trend line lasting more than one year
- 0ften the cyclical component is due to multi-year business cycles

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

What is important to note about cyclical patterns

A

business cycles are extremely difficult if not impossible to forecast
- as a result, cyclical effects are often combined with long-term trend effects and called trend-cycle effects

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

What are the Methods for forecasting

A
  1. Time series 2. Casual method
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What can forecasting methods be?

A
  1. Qualitative - Judgement

2. Quantitative

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

What is needed for quantitative forecasting

A
  1. past info about the variable being forecasted is available
  2. the info can be quantified
  3. it is reasonable to assume the pattern of the past will continue
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is time series forecasting

A
  1. historical data restricted to past values

2. based solely on past values and or past forecast errors

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

What is the objective to time series

A

discover a pattern in historical data or time series

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

What is the objective to time series

A

discover a pattern in historical data or time series

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

What kinds of quantitative forecasting methods are there

A
  1. Naive
  2. Moving average
  3. weight moving average
  4. exponential smoothing
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the simplest forecasting method
Naive
26
What is the forecast error
Forecast error = actual value - forecast
27
How do you perform Naïve method
use the previous period to forecast the next
28
If the forecast error is positive what can we say
the forecasting method overestimated the actual value forecasted
29
if the forecasting error is negative what can we say
the forecasting model underestimated the actual value forecasted
30
What are the Measures of Accuracy
1. MAE 2. MSE 3. MAPE
31
What is the formula for MAE
avg. of absolute value of forecast errors (absolute (positive only) forecast errors / n
32
What is the formula for MSE
MSE = Avg of the sum of the squared forecast errors forecast errors / n-1
33
What is the formula for MAPE
MAPE = Forecast error / actual x 100
34
What does MAE stand for
Absolute Mean Error
35
What does MSE stand for
Mean Squared Error
36
What does MAPE stand for
The Mean Absolute Percent Error
37
What is MAE useful for
this measure avoids the problems of positive and negative forecast errors offsetting one another
38
What is MSE useful for
this measure also avoids the problem of negative and positive forecast errors offsetting each other
39
FOr every measure, what provides more accurate forecast than using the most recent observations as the forecast for the next period
the average of historical values
40
if the underlying time series is stationary, the average of all historical data will
always provide the best results
41
What if the underlying time series is NOT stationary? Why could that be?
could be due to changes in business conditions (ie contract for certain amount) can often result in a time series that has a horizontal pattern shifting to a new level - this would take a long time for the forecasting that uses the avg of all historical data to adjust - in this case, the simple naive method adjusts very rapidly b/c it uses the most recent data
42
Which method adjusts rapidly
Naive method because it uses the most recent data
43
Describe the Weighted Moving average Method
each observation in the average calculation receives the same weight
44
Describe the variation called weighted moving average
select a different weight for each data value and then compute a weighted average of the most recent k values as the forecast - most cases the most recent observations received the most weight, then the weight decreases for remaining older data values - the sum of the weights = 1 ie. 3/6 - most recent 2/6 - second most recent 1/6 - the 3rd most recent
45
if we think that the recent past is a better predictor of the future than the distant past what should we do with the weighted average
larger weights s/b given to the more recent observations
46
What if the time series is highly variable ( in weight average)
- selecting approx equal weights is best | - only requirement is that the weights add up to 1
47
What can we use to determine whether one particular combination of data values and weights provides a more accurate forecast form another
use MSE as the measure of accuracy | - use the combination of # of data values and weights that minimizes MSE
48
What is exponential smoothing
- also uses weighted average - se select only one weight - the weight for the most recent observation - weights for the rest are computed automatically - become smaller weights the further away
49
What is the formula for exponential smoothing
Ft+1 = aYt + (1-a)Ft
50
what is Ft+1
forecast of the time series for period t +1
51
what is Yt
actual value of the time series in period t
52
What is Ft
forecast of the time series for period t
53
what is a
alpha = smoothing constant (form 0 to 1)
54
Which methods adapt well to to changes in the level of a horizontal pattern
1. moving averages 2. weighted moving averages 3. Exponential smoothing
55
When are moving average, weighted average and exponential not appropirate for
without modifications, not appropriate when significant tend, cyclical or seasonal effects are present
56
What is the objective to moving average, weight average and exponential smoothing
to "smooth out" the random fluctuations - called smoothing methods - easy to use - provide a high level of accuracy for short range forecasts (ie next period)
57
When do you use Exponential smoothing method
used when we have no particular pattern, no seasonal variation, no weekly variation, just a series of numbers - make a forecast based on the previous result and then correct it by how much the previous one was out
58
What are the exponential smoothing models
add
59
If the time series contains substantial random variability what can you use and why
a small value of the smoothing constant a is preferred - b/c if much of the forecast error is due to random variability, we do not want to overreact and adjust too quickly
60
What do Larger values of a provide
the advantage of quickly adjusting the forecast | - react more quickly to changing conditions
61
How do you determine a desirable value for a
- choose a value for a that minimizes MSE
62
What is the linear trend equation
Tt = bo + b1t
63
What does Holt's linear exponential smoothing do
forecast a time series with a linear trend - uses two smoothing constants, a and B - has 3 equations
64
What is non-linear trend regression used for
a series that have a curvilinear or nonlinear trend
65
What is the formula for non-linear trend regression
Tt = b0+b1t + b2t squared
66
What is the exponential trend equation used for
another alternative that can be used to model the non-linear pattern
67
What is the formula for exponential trend
Tt = b0(b1)exponent t