DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS

Size: px
Start display at page:

Download "DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS"

Transcription

1 DEPARTMENT OF QUANTITATIVE METHODS & INFORMATION SYSTEMS Moving Averages and Smoothing Methods ECON 504 Chapter 7 Fall 2013 Dr. Mohammad Zainal

2 2 This chapter will describe three simple approaches to forecasting a time series: Naïve Averaging Smoothing Naive methods are used to develop simple models that assume that very recent data provide the best predictors of the future. Averaging methods generate forecasts based on an average of past observations. Smoothing methods produce forecasts by averaging past values of a series with a decreasing (exponential) series of weights.

3 3 Forecasting Procedure You observe Y t at time t Then use the past data Y t-1,y t-2, Y t-3 Obtain forecasts for different periods in the future

4 4 Steps for Evaluating Forecasting Methods Select an appropriate forecasting method based on the nature of the data and experience. Divide the observations into two parts. Apply the selected forecasting method to develop fitted model for the first part of the data. Use the fitted model to forecast the second part of the data. Calculate the forecasting errors and evaluate using measures of accuracy. Make your decision to accept or modify or reject the suggested method or develop another method to compare the results.

5 5 Types of Forecasting Methods Three simple approaches to forecasting a time series will be discussed in this chapter: Naïve Methods These methods assume that the most recent information is the best predictors of the future. For the stationary data, we use the simplest model is Y Y. For the nonstationary (trended) data, we use the following models The amount of change model is Yˆt 1 Y t Y t Y t 1. The rate of change model is ˆ Yt Yt 1 Yt.. Y t 1 For the strongly seasonal (quarterly) data, we use the following models The quarterly data model is Y Y. ˆt 1 t 3 The monthly data model is Y Y. ˆt 1 t 11 ˆt 1 t

6 6 For the seasonal (quarterly) and trended data, we use ˆ Yt Yt Yt 1 Yt Example 4.1 The figure shows the quarterly sales of saws for the Acme Tool Company. The naive technique forecasts that sales for the next quarter will be the same as the previous quarter.

7 7 The table below shows the data from 1996 to 2002 If the data from 1996 to 2001 are used as the initialization part and 2002 as the test part. The forecast for the first quarter of 2002

8 8 The forecasting error is Similarly, the forecast for period 26 is 850 with an error of But its very clear that the data have an upward trend and there appears to be a seasonal pattern (first and fourth quarters are relatively high). A decision must be made to modify the naive model! Our technique can be adjusted to take trend into consideration by adding the difference between this period and the last period. The forecast equation is The forecast for the first quarter of 2002 is

9 9 The forecasting error is Visual inspection of the data in indicates that seasonal variation seems to exist. Sales in the first and fourth quarters are typically larger than those in any of the other quarters. If the seasonal pattern is strong, an appropriate forecast equation for quarterly data should be used. The previous equation says that next quarter the variable will take on the same value that it did in the corresponding quarter one year ago. The major weakness of this approach is that it ignores everything that has occurred since last year and also any trend 1

10 10 There are several ways of introducing more recent information. For example, the analyst can combine seasonal and trend estimates and forecast the next quarter using The Y t-3 term forecasts the seasonal pattern, and the remaining term averages the amount of change for the past four quarters and provides an estimate of the trend. The naive forecasting models in the last equations are given for quarterly data. Adjustments can be made for data collected over different time periods. For monthly data, the seasonal period is 12, not 4, and the forecast for the next period (month) given by 2

11 11 For some purposes, the rate of change might be more appropriate than the absolute amount of change. If so, it is reasonable to generate forecasts according to 3 The forecasts for the first quarter of 2002 using Equations 1, 2 and 3 are

12 12 Averaging methods Frequently, management faces the situation in which forecasts need to be updated daily, weekly, or monthly for inventories containing hundreds or thousands of items. Often it is not possible to develop sophisticated forecasting techniques for each item. Instead, some quick, inexpensive, very simple short-term forecasting tools are needed to accomplish this task. These tools assume that the most recent information is used to predict the future and the forecasts need to be updated daily, weekly, monthly, etc. They use a form of weighted average of past observations to smooth short-term fluctuations. In this case different averaging methods should be considered.

13 13 Simple Average method This method uses the mean of all relevant historical observations as the forecast of the next period. Also, it used when the forces generating series have stabilized and the environment in which the series exists is generally unchanging. The objective is to use past data to develop a forecasting model for future periods. As with the naive methods, a decision is made to use the first t data points as the initialization part and the remaining data as a test part. Next, the following equation is used to average the initialization part of the data and to forecast the next period. When a new observation becomes available, the forecast for the next period (t + 2) is the average of the above equation and that data point

14 14 Example 4.2 The Spokane Transit Authority (STA) operates a fleet of vans used to transport both the disabled and elderly. A record of the gasoline purchased for this fleet of vans is shown in table below. The actual amount of gasoline consumed by a van on a given day is determined by the random nature of the calls and the destinations.

15 15 Examination of the gasoline purchases plotted in following figure shows the data are very stable. Hence, the method of simple averages is used for weeks 1 to 28 to forecast gasoline purchases for weeks 29 and 30. The forecast for week 29 is

16 16 The forecasting error is The forecast for week 30 includes one more data point (302) added to the initialization period. So the forecast is The forecasting error is Using the method of simple averages, the forecast of gallons of gasoline purchased for week 31 is

17 17 Moving Averages The method of simple averages uses the mean of all the data to forecast. What if the analyst is more concerned with recent observations? A constant number of data points can be specified at the outset and a mean computed for the most recent observations. A moving average of order k is the mean value of k consecutive observations. The most recent moving average value provides a forecast for the next period. The term moving average is used to describe this approach. As each new observation becomes available, a new mean is computed by adding the newest value and dropping the oldest. This moving average is then used to forecast the next period. The simple moving average forecast of the order k, MA(k), is given by

18 18 Moving Averages Moving average models do not handle the trend and the seasonality very well, It is useful in stationary time series data. The method of simple averages uses the mean of all the data to forecast. What if the analyst is more concerned with recent observations? In the moving average, equal weights are assigned to each observation. Each new data point is included in the average as it becomes available, and the earliest data point is discarded. The rate of response to changes in the underlying data pattern depends on the number of periods, k, included in the moving average. A moving average of order 1, MA(1), is simply the naive forecasting.

19 19 Example 4.3 The table below demonstrates the moving average forecasting technique with the Spokane Transit Authority data, using a five-week moving average.

20 20 The moving average forecast for week 29 is The forecasting error is The forecast for week 31 is

21 21 Minitab can be used to compute a five-week moving average. The following figure shows the five-week moving average plotted against the actual data. Note that Minitab calls the MSE (mean squared error) MSD (mean squared deviation).

22 22 The analyst must use judgment when determining how many days, weeks, months, or quarters on which to base the moving average. The smaller the number, the more weight is given to recent periods. Conversely, the greater the number, the less weight is given to more recent periods. A small number is most desirable when there are sudden shifts in the level of the series. A small number places heavy weight on recent history, which enables the forecasts to catch up more rapidly to the current level. A large number is desirable when there are wide, infrequent fluctuations in the series. Moving averages are frequently used with quarterly or monthly data to help smooth the components within a time series, as will be shown in Chapter 5.

23 23 For quarterly data, a four-quarter moving average, MA(4), yields an average of the four quarters, and for monthly data, a 12-month moving average, MA(12), eliminates or averages out seasonal effects. The larger the order of the moving average, the greater the smoothing effect. In Example 4.3, the moving average technique was used with stationary data. In Example 4.4, we show what happens when the moving average method is used with trending data. The double moving average technique, which is designed to handle trending data, is introduced next.

24 24 Double Moving Averages This method used when the time series data are nonstationary or trended and this happen by computing the moving average of order k to the first set of moving averages. Let First we compute the moving average of order k. Then Thus the model forecast m period is given by Then we compute the second moving average of order k. where k = number of periods in the moving average p = number of periods ahead to be forecast Remember differencing for trended time series

25 25 Example 4.4 The Movie Video Store operates several videotape rentals. The company is growing and needs to expand its inventory to accommodate the increasing demand for its services. The president of the company wants to forecast rentals for the next month. At first, Jill attempts to develop a forecast using a three-week moving average. The MSE for this model is 133. Because the data are obviously trending, she finds that her forecasts are consistently underestimating actual rentals.

26 26 The results for double moving average are shown in the table below

27 27 To understand the forecast for week 16, the computations are: First we computed the three week moving average ( column 3 ) using To compute the double moving averages (column 4), we used The difference between the two moving averages (column 5) is computed The slope is adjusted by

28 28 The forecast is done for one period into the future (column 7). The forecast four weeks into the future is Note that the MSE has been reduced from 133 to It seems reasonable that more recent observations are likely to contain more important information. A procedure is introduced in the next section that gives more emphasis to the most recent observations.

29 29 Smoothing Methods These methods also assume that the most recent information is used to predict the future and the forecasts need to be updated daily, weekly, monthly, etc. In this case different smoothing methods should be considered. 1. Exponential Smoothing This method continually revises a forecast in the light of more recent experiences. It is often appropriate for data with no predictable upward or downward trend. It provides an exponentially weighted moving average of all previously observed values. The most recent observation receives the largest weight (where 0 < < 1).

30 30 The next most recent observation receives less weight, (1 ), the observation two time periods in the past even less weight, (1 ) 2, and so forth. The weight (where 0 < < 1) is given to the newly observed value, and weight (1 ) is given to the old forecast. New forecast = [ x (new observation)] + [(1 ) x (old forecast)] More formally, the exponential smoothing equation is where Also, it can be rewritten as

31 31 Where is called smoothing constant or the weighting is factor and is Yˆt the old smoothed value or forecast with Ŷ Y. 1 1 Note that Yˆt 1 is recognized as an exponentially smoothed value since mathematically it is equivalent to Yˆ (1 ) m Y t 1 m 0 t m or The value assigned to is the key to the analysis. If it is desired that predictions be stable and random variations smoothed, a small value of is required. If a rapid response to a real change in the pattern of observations is desired, a larger value of is appropriate. One method of estimating is an iterative procedure that minimizes the mean squared error (MSE). Forecasts are computed for, say, equal to.1,.2,...,.9, and the sum of the squared forecast errors is computed for each.

32 32 The value of producing the smallest error is chosen for use in generating future forecasts. To start the algorithm for, an initial value for the old smoothed series must be set. One approach is to set the first smoothed value equal to the first observation. Another method is to use the average of the first five or six observations for the initial smoothed value. Exponential smoothing is often a good forecasting method when a nonrandom time series exhibits trending behavior.

33 33 Example 4.5 The exponential smoothing technique is demonstrated in the following table and figure for Acme Tool Company for the years 1996 to 2002, using smoothing constants of.1 and.6. The data for the first quarter of 2002 will be used as test data to help determine the best value of (among the two considered).

34 34 The exponentially smoothed series is computed by initially setting Yˆ equal to If earlier data are available, it might be possible to use them to develop a smoothed series up to 1996 and use this experience as the initial value for the smoothed series. The computations leading to the forecast for periods 3 and 4 are demonstrated next.

35 35 At time period 2, the forecast for period 3 with =.1 is The error in this forecast is The forecast for period 4 is From the previous table, using smoothing constant of.1, the forecast for the first quarter of 2002 is 469 with a squared error of 145,161. When the smoothing constant is.6, the forecast for the first quarter of 2002 is 576 with a squared error of 75,076. On the basis of this limited evidence, exponential smoothing with =.6 performs better than exponential smoothing with =.1.

36 36

37 37

38 38 In summary MSE and MAPE are both large and, on the basis of these summary statistics. It is apparent that exponential smoothing does not represent these data well. As we shall see, a smoothing method that allows for seasonality does a better job of predicting the data in the previous example. Another factor beside that affects the values of subsequent forecasts is the choice of the initial value Yˆ 1 for the smoothed series. In Example 4.5, Ŷ Y was used as the initial smoothed value. 1 1 This choice gave Y 1 too much weight in later forecasts. Fortunately, the influence of the initial forecast diminishes greatly as t increases.

39 39 Another approach to initialize the smoothing procedure is to average the first k observations. The smoothing then begins with Often k is chosen to be a relatively small number. For example, the default approach in Minitab is to set k = 6. Example 4.6 The computation of the initial value as an average for the Acme Tool Company data presented in Example 4.5 is shown next. If k is chosen to equal 6, then the initial value is The MSE and MAPE for each alpha when an initial smoothed value of is used are shown next.

40 40 The initial value of led to a decrease in MSE and MAPE for =.1 but did not have much effect when =.6. Now the best model, based on the MSE and MAPE summary measures, appears to be one that uses =.1 instead of.6. When the data are run on Minitab, the smoothing constant of =.266 was automatically selected by minimizing MSE. The MSE is reduced to 19,447, the MAPE equals 32.2% and, although not shown, the MPE equals to - 6.4% and the forecast for the first quarter of 2002 is 534. The autocorrelation function for the residuals of the exponential smoothing method using an alpha of.266 shows that when the Ljung- Box test is conducted for six time lags, the large value of LBQ (33.86) shows that the first six residual autocorrelations as a group are larger than would be expected if the residuals were random.

41 41

42 42 In particular, the significantly large residual autocorrelations at lags 2 and 4 indicate that the seasonal variation in the data is not accounted for by simple exponential smoothing. One way to measure this change is to use the tracking signal which involves computing a measure of forecast errors over time and setting limits so that, when the cumulative error goes outside those limits, the forecaster is alerted. For example, a tracking signal might be used to determine when the size of the smoothing constant should be changed. Since a large number of items are usually being forecast, common practice is to continue with the same value of for many periods before attempting to determine if a revision is necessary. Unfortunately, the simplicity of using an established exponential smoothing model is a strong motivator for not making a change. But at some point it may be necessary to update a or abandon exponential smoothing altogether.

43 43 When the model produces forecasts containing a great deal of error, a change is appropriate. A tracking system is a method for monitoring the need for change. Such a system contains a range of permissible deviations of the forecast from actual values. As long as forecasts generated by exponential smoothing fall within this range, no change in is necessary. However, if a forecast falls outside the range, the system signals a need to update. If things are going well, the forecasting technique should over- and underestimate equally often. A tracking signal based on this rationale can be developed. Let U equal the number of underestimates (positive errors) out of the last k forecasts.

44 44 If the process is in control, the expected value of U is k/2 but sampling variability is involved, so values close to k/2 would not be unusual. On the other hand, values that are not close to k/2 would indicate that the technique is producing biased forecasts. Example 4.7 Suppose that Acme Tool Company has decided to use the exponential smoothing technique with equal to.1. If the process is in control and the analyst decides to monitor the last 10 error values, U has an expected value of 5. U values of 2, 3, 4, 6, 7, or 8 would not be unduly alarming. However, values of 0, 1, 9, or 10 would be of concern since the probability of obtaining such values by chance alone would be.022. A tracking system can be developed based on the following rules.

45 45 Assume that, out of the next 10 forecasts using this technique, only one has a positive error. Because the probability of obtaining only one positive error out of 10 is quite low (.011) The process is considered to be out of control (overestimating), and the value of should be changed. Another way of tracking a forecasting technique is to determine a range that should contain the forecasting errors, which can be accomplished by using the MSE that was established when the optimally sized was determined. If the exponential smoothing technique is reasonably accurate, the forecast error should be approximately normally distributed about a mean of zero. Under this condition, there is about a 95% chance that the actual observation will fall within approximately 2 standard deviations.

46 46 Example 4.8 In the previous example optimal was found to be.266 with MSE = 19,447. An estimate of the standard deviation of the forecast errors is 19,447 = If the forecast errors are approximately normally distributed about a mean of zero, there is about a 95% chance that the actual observation will fall within 2 standard deviations of the forecast or within For this example, the permissible absolute error is 279. If for any future forecast the magnitude of the error is greater than 279, should be updated or a different forecasting method considered. The preceding discussion on tracking signals also applies to the smoothing methods yet to be discussed in the rest of the chapter. Simple exponential smoothing works well when the data vary about a level that changes infrequently.

47 47 Whenever a sustained trend exists, exponential smoothing will lag behind the actual values over time. Holt s linear exponential smoothing technique, which is designed to handle data with a well-defined trend, addresses this problem and is introduced next. 2. Holt's Method This method is designed to handle time series data with a well defined trend. It is also called Holt's linear exponential smoothing method. When a trend in the time series is anticipated, an estimate of the current slope as well as the current level is required. Holt s technique smoothes the level and slope directly by using different smoothing constants for each. These smoothing constants provide estimates of level and slope that adapt over time as new observations become available.

48 48 One of the advantages of Holt s technique is that it provides a great deal of flexibility in selecting the rates at which the level and trend are tracked. The three equations used in Holt s method are: The exponentially smoothed series, or current level estimate: The trend estimate Forecast p periods in the future

49 49 Usually, we start by setting the initial value for the level by L 1 = Y 1 and by setting the initial value for the trend by T 1 = 0. Another approach is to take the first five or six observations and set the initial value for the level by the mean of these observations and to set the initial trend value by the slope of the line that is fit to those five or six observations where the variable of interest Y is regressed on the time as its independent variable X. As with simple exponential smoothing, the smoothing constants and β can be selected subjectively or by minimizing a measure of forecast error such as the MSE. Large weights result in more rapid changes in the component; small weights result in less rapid changes. Therefore, the larger the weights, the more the smoothed values follow the data; the smaller the weights, the smoother the pattern in the smoothed values.

50 50 We could develop a grid of values of and β and then select the combination that provides the lowest MSE. Most forecasting software packages use an optimization algorithm to minimize MSE. We might insist that = β, thus providing equal amounts of smoothing for the level and the trend. Example 4.9 In Example 4.6 simple exponential smoothing did not produce successful forecasts of Acme Tool Company saw sales. Because the data suggest that there might be a trend in these data, Holt s linear exponential smoothing is used to develop forecasts. To begin the computations shown in following table, two estimated initial values are needed, namely, the initial level and the initial trend value. The estimate of the level was set equal to the first observation.

51 51 The trend was estimated to equal zero. The technique is demonstrated in the table for =.3 and β = 1 The computations leading to the forecast for period 3 are shown next. 1. Update the exponentially smoothed series or level:

52 52 2. Update the trend estimate: 3. Forecast one period into the future: 4. Determine the forecast error The forecast for period 25 is computed as follows: 1. Update the exponentially smoothed series or level:

53 53 2. Update the trend estimate: 3. Forecast one period into the future: On the basis of minimizing the MSE over the period 1996 to 2002, Holt s linear smoothing (with =.3 and β = 1) does not reproduce the data any better than simple exponential smoothing that used of.266. Forecasts for the actual sales for the first quarter of 2002 using Holt s smoothing and simple exponential smoothing are similar. A comparison of the MAPEs shows them to be about the same. To summarize:

54 54 The following figure shows the results when Holt s method using =.3 and β =.1 is run on Minitab. In the Minitab program the trend parameter gamma (γ) is identical to our beta (β).

55 55 3. Winter's Method It is considered as an extension of Holt's method but it is designed to handle time series data with a well defined trend and seasonal variation. It is also called Winters' three parameter linear and seasonal exponential smoothing method. The four equations used in Winters (multiplicative) smoothing are: The exponentially smoothed series or level estimate: The trend estimate: The seasonality estimate:

56 56 Forecast p periods into the future: As with Holt s method, the weights, β, and γ can be selected subjectively or by minimizing a measure of forecast error such as MSE. The most common approach for determining these values is to use an optimization algorithm to find the optimal smoothing constants.

57 57 Example 4.10 Winters technique is demonstrated in the following table for =.4, β =.1, and γ =.3 for the Acme Tool Company data. The value for is similar to the one used for simple exponential smoothing in Example 4.6 and is used to smooth the data to create a level estimate. The smoothing constant β used to create a smoothed estimate of trend. The smoothing constant γ is used to create a smoothed estimate of the seasonal component in the data. Minitab results are shown in the next table. The forecast for the first quarter of 2002 is The computations leading to the forecast value for the first quarter of 2002, or period 25, are shown next.

58 58 The computations leading to the forecast for period 3 are shown next. 1. The exponentially smoothed series or level estimate

59 59 2. The trend estimate: 3. Seasonality estimate: 4. Forecast p = 1 period into the future:

60 60 In the Minitab the trend parameter gamma (γ) is identical to our beta (β). and the seasonal parameter delta (δ) is identical to our gamma (γ)

61 61 For the parameter values considered, the Winters technique is better than both of the previous smoothing procedures in terms of minimizing MSE. When the forecasts for the actual sales for the first quarter of 2002 are compared, the Winters technique also appears to do a better job. Winters exponential smoothing method seems to provide adequate forecasts for the Acme Tool Company data. Winters method provides an easy way to account for seasonality when data have a seasonal pattern. An alternative method consists of first deseasonalizing or seasonally adjusting the data. Deseasonalizing is a process that removes the effects of seasonality from the raw data and will be demonstrated in Chapter 5. Exponential smoothing is a popular technique for short-run forecasting. Its major advantages are low cost and simplicity.

62 62 When forecasts are needed for inventory systems containing thousands of items, smoothing methods are often the only acceptable approach. Simple moving averages and exponential smoothing base forecasts on weighted averages of past measurements. The rationale is that past values contain information about what will occur in the future. Because past values include random fluctuations as well as information concerning the underlying pattern of a variable, an attempt is made to smooth the values. This approach assumes that extreme fluctuations represent randomness in a series of historical observations. Moving averages, on the other hand, are the means of a certain number, k, of values of a variable. The most recent average is then the forecast for the next period.

63 63 This approach assigns an equal weight to each past value involved in the average. However, a convincing argument can be made for using all the data but emphasizing the most recent values. Exponential smoothing methods are attractive because they generate forecasts by assigning weights that decline exponentially as the observations get older.

64 Time Series and Their Components 64 Time series are often recorded at fixed time intervals. For example, Y might represent sales, and the associated time series could be a sequence of annual sales figures. Other examples of time series include quarterly earnings, monthly inventory levels, and weekly exchange rates. In general, time series do not behave like a random sample and require special methods for their analysis. Observations of a time series are typically related to one another (autocorrelated). This dependence produces patterns of variability that can be used to forecast future values and assist in the management of business operations. Consider these situations. It is important that managers understand the past and use historical data and sound judgment to make intelligent plans to meet the demands of the future.

65 Time Series and Their Components 65 Properly constructed time series forecasts help eliminate some of the uncertainty associated with the future and can assist management in determining alternative strategies. Forecasting is done by a set of procedures followed by judgments.

66 Time Series and Their Components 66 Decomposition It is an approach to the analysis of time series data involves an attempt to identify the component factors that influence each of the values in a series. The components of time series are: Time-Series Trend Component Seasonal Component Cyclical Component Random Component

67 Time Series and Their Components Trend Component It represents the growth and the decline in a time series, denoted by T. Long-run increase or decrease over time (overall upward or downward movement) and they could linear or nonlinear Data taken over a long period of time

68 Time Series and Their Components Cyclical Component It represents a long-term wavelike fluctuations or cycles of more than one year's duration in a time series, denoted by C. Practically it is difficult to identify and frequently regarded as part of trend. Regularly occur but may vary in length Often measured peak to peak

69 Time Series and Their Components Seasonal Component It represents the seasonal variation in a time series which refers to a more or less stable pattern of change that appears short-term regular wave-like patterns and repeats itself season after season, denoted by S. Observed within 1 year. Often monthly or quarterly.

70 Time Series and Their Components Irregular Component It represents the unpredictable or random fluctuations in a time series, denoted by I. Unpredictable, random, residual fluctuations Due to random variations of Nature Accidents or unusual events Noise in the time series To study the components of a time series, the analyst must consider how the components relate to the original series.

71 Time Series and Their Components 71 Time Series Components Models Additive Components Model It is suggested to use when the variability are the same throughout the length of the series. Multiplicative Components Model It is suggested to use when the variability are increasing throughout the length of the series. Note that it is possible to convert the multiplicative model to the additive model using logarithms. i.e.

72 Time Series and Their Components 72 Time series with constant variability

73 Time Series and Their Components 73 Time series with increasing variability

74 Time Series and Their Components 74 Estimation of Time Series Components Estimation of Trend Component Trends are long term movements in a time series that can be sometimes be described by a straight line or a smooth curve. Remark Fitting a trend curve helps us in providing some indication of the general direction of the observed series, and in getting a clear picture of the seasonality after removing the trend from the original series. The Linear Trend The Quadratic Trend

75 Time Series and Their Components 75 The Exponential Trend Where Tˆt is the predicted value of the trend at time t, b 0, b 1 and are called the model parameters. We can forecast the trend using the above models as and so on. Note that the Error Sum of Squares (SSE) is measured by

76 Time Series and Their Components 76 Example 5.1 Data on annual registrations of new passenger cars in the United States from 1960 to 1992 are shown in the following table and plotted in the later figure.

77 Time Series and Their Components 77 We definitely have a trend here!

78 Time Series and Their Components 78 The values from 1960 to 1992 are used to develop the trend equation. Registrations is the dependent variable, and the independent variable is time t coded as 1960 = 1, 1961 = 2, and so on. The fitted trend line has the equation The slope of the trend equation indicates that registrations are estimated to increase an average of 68,700 each year. The figure shows a straight-line trend fitted to the actual data. It also shows forecasts of new car registrations for the years 1993 and 1994 (t = 34 and t = 35) obtained by extrapolating the trend line.

79 Time Series and Their Components 79 The estimated trend values for passenger car registrations from 1960 to 1992 are shown in the table. For example, the trend equation estimates registrations in 1992 (t =33) to be or 10,255,000 registrations. Registrations of new passenger cars were actually 8,054,000 in For 1992, the trend equation overestimates registrations by approximately 2.2 million. This error and the remaining estimation errors were listed in the table. The estimation errors were used to compute the measures of fit, MAD, MSD, and MAPE also were shown in the figure.

80 Time Series and Their Components 80 Forecasting a Trend Which trend model is appropriate? Linear, quadratic or exponential Linear models assume that a variable is increasing (or decreasing) by a constant amount each time period. A quadratic curve is needed to model the trend. Based on the accuracy measures, a quadratic trend appears to be a better representation of the general direction of the data.

81 Time Series and Their Components 81 When a time series starts slowly and then appears to be increasing at an increasing rate such that the percentage difference from observation to observation is constant, an exponential trend can he fitted. The coefficient b 1 is related to the growth rate. If the exponential trend is fit to annual data, the annual growth rate is estimated to be 100(b 1 1)%. The figure next contains the number of mutual fund salespeople for several consecutive years. The increase in the number of salespeople is not constant. It appears as if increasingly larger numbers of people are being added in the later years.

82 Time Series and Their Components 82 A linear trend fit to the salespeople data would indicate a constant average crease of about nine salespeople per year. This trend overestimates the actual increase in the earlier years and underestimates the increase in the last year. It does not model the apparent trend in the data as well as the exponential curve. It is clear that extrapolating an exponential trend with a 31 % growth rate will quickly result in some very big numbers. This is a potential problem with an exponential trend model. What happens when the economy cools off and stock prices begin to retreat? The demand for mutual fund salespeople will decrease and the number of salespeople could even decline. The trend forecast by the exponential curve will be much too high.

83 Time Series and Their Components 83 Growth curves of the Gompertz and logistic types reflect a situation in which sales begin low, then increase as the product catches on, and finally ease off as saturation is reached. Judgment and common sense are very important in selecting the right approach. As we will discuss later, the line or curve that best fits a set of data points might not make sense when projected as the trend of the future.

84 Time Series and Their Components 84 Suppose we are presently at time t = n (end of series) and we want to use a trend model to forecast the value of Y, p steps ahead. The time period at which we make the forecast, n in this case, is called the forecast origin. The value p is called the lead time. For the linear trend model, we can produce a forecast by evaluating Using the trend line fitted to the car registration data in Example 5.1, a forecast of the trend for 1993 (t = 34) made in 1992 (t = n = 33) would be the p = 1 step ahead forecast Similarly, the p = 2 step ahead forecast (1994) is given by

85 Time Series and Their Components 85 Using the quadratic trend curve for the car registration data, we can calculate forecasts of the trend for 1993 and 1994 by setting t = = 34 and t = = 35. The forecasts are = and = (respectively) Recalling that car registrations are measured in millions, the two forecasts of trend produced from the quadratic curve are quite different from the forecasts produced by the linear trend equation. Moreover, they are headed in the opposite direction. If we were to extrapolate the linear and quadratic trends for additional time periods, their differences would be magnified. This example illustrates why great care must be exercised in using fitted trend curves for the purpose of forecasting future trends. The differences can be substantial for large lead times (long-run forecasting).

86 Time Series and Their Components 86 Trend curve models are based on the following assumptions: The correct trend curve has been selected. The curve that fits the past is indicative of the future. We must be able to argue that the correct trend has been selected the future will be like the past. There are objective criteria for selecting a trend curve. We will discuss two of these criteria, the Akaike Information Criterion (AIC) and the Bayesian Information Criterion (BIC), in later chapters. However, although these and other criteria help to determine an appropriate model, they do not replace good judgment.

87 Time Series and Their Components 87 Estimation of Seasonal Component A seasonal pattern is one that repeats itself year after year. For annual data, seasonality is not an issue because there is no chance to model a within year pattern with data recorded once per year. Time series consisting of weekly, monthly, or quarterly observations often exhibit seasonality. The analysis of the seasonal component of a time series has direct shortterm implications and is of greatest importance to mid- and lower-level management. Marketing plans have to take into consideration expected seasonal patterns in consumer purchases. Several methods for measuring seasonal variation have been developed. The basic idea in all of these methods is to first estimate and remove the trend from the original series and then smooth out the irregular component.

88 Time Series and Their Components 88 The seasonal values are collected and summarized to produce a number (generally an index number) for each observed interval of the year (week, month, quarter, and so on). The identification of the seasonal component in a time series differs from trend analysis in at least two ways: 1. The trend is determined directly from the original data, but the seasonal component is determined indirectly after eliminating the other components from the data so that only the seasonality remains. 2. The trend is represented by one best-fitting curve, or equation, but a separate seasonal value has to be computed for each observed interval (week, month, quarter) of the year and is often in the form of an index number. Always we estimate the seasonality in form of index numbers, percentages that show changes over time, are called seasonal index. If an additive decomposition is used, estimates of the trend, seasonal, and irregular components are added together to produce the original series.

89 Time Series and Their Components 89 If a multiplicative decomposition is used, the individual components must be multiplied together to reconstruct the original series, and in this formulation, the seasonal component is represented by a collection of index numbers. These numbers show which periods within the year are relatively low and which periods are relatively high. The seasonal indices trace out the seasonal pattern. Index numbers are percentages that show changes over time. Remark In this chapter we study the multiplicative model and leave the additive model to chapter 8 if we have time. In multiplicative decomposition model, the ratio to moving average is a popular method for measuring seasonal variation.

90 Time Series and Their Components 90 Finding Seasonal Indexes Ratio-to-moving average method: Begin by removing the seasonal and irregular components (S t and I t ), leaving the trend and cyclical components (T t and C t ) Example: Four-quarter moving average First average: Second average: Moving average 1 Q1 Q2 Q3 Q4 4 etc Moving average 2 Q2 Q3 Q4 Q5 4

91 Sales Time Series and Their Components 91 Quarter 1 Sales 23 Quarterly Sales Quarter etc etc

92 Time Series and Their Components 92 Centered Seasonal Index Quarter Sales etc Average Period 4-Quarter Moving Average Each moving average is for a consecutive block of 4 quarters

93 Time Series and Their Components 93 Average periods of 2.5 or 3.5 don t match the original quarters, so we average two consecutive moving averages to get centered moving averages Average Period 4-Quarter Moving Average etc Centered Period Now estimate the S t x I t value by dividing the actual sales value by the centered moving average for that quarter. Centered Moving Average

94 Time Series and Their Components 94 Ratio-to-Moving Average formula: S t I t Yt T C t t Quarter Sales Centered Moving Average Ratio-to- Moving Average etc etc Example

95 Time Series and Their Components 95 Quarter Sales Centered Moving Average Ratio-to- Moving Average Fall Average all of the Fall values to get Fall s seasonal index Fall Do the same for the other three seasons to get the other seasonal indexes Fall etc etc

96 Time Series and Their Components 96 Suppose we get these seasonal indices: Season Seasonal Index Interpretation: Spring Summer Fall Spring sales average 82.5% of the annual average sales Summer sales are 31.0% higher than the annual average sales etc Winter = four seasons, so must sum to 4

97 Time Series and Their Components 97 The data is deseasonalized by dividing the observed value by its seasonal index Yt Tt Ct It S This smoothes the data by removing seasonal variation t Quarter Sales Seasonal Index Deseasonalized Sales

98 Time Series and Their Components 98

99 Time Series and Their Components 99 Example 5.3 In Example 3.5 the analyst for the Outboard Marine Corporation, used autocorrelation analysis to determine that sales were seasonal on a quarterly basis. Now, he uses decomposition to understand the quarterly sales variable. Minitab was used to produce the following table and figure. To keep the seasonal pattern current, only the last seven years (1990 to 1996) of sales data (Y), were analyzed. The trend is computed using the linear model:

100 Time Series and Their Components 100 I CI / C / T SCI Y T S ( ) ˆ (1) TCI Y S CI Y TS ( ) C ( )

101 Time Series and Their Components 101 The cyclical indices can be used to answer the following questions: The series cycle? How extreme is the cycle? The series follow the general state of the economy (business cycle)? One way to investigate cyclical patterns is through the study of business indicators. A business indicator is a business-related time series that is used to help assess the general state of the economy. The most important list of statistical indicators originated during the sharp business setback of 1937 to Leading indicators. Coincident indicators. Lagging indicators.

102 Time Series and Their Components 102 Forecasting A Seasonal Time Series In forecasting a seasonal time series, the decomposition process is reversed. Instead of separating the series into individual components for examination, the components are recombined to develop the forecasts for future periods. Example 5.4 Forecasts of Outboard Marine Corporation sales for the four quarters of 1997 can he developed using the previous table. 1. Trend. The quarterly trend equation is: T = t. The forecast origin is the fourth quarter of 1996, or time period t = n = 28. Sales for the first quarter of 1997 occurred in time period t = = 29. This notation shows we are forecasting p = 1 period ahead from the end of the time series. Setting t = 29, the trend projection is then T 29 = (29) =

103 Time Series and Their Components Seasonal. The seasonal index for the first quarter is Cyclical. The cyclical projection must be determined from the estimated cyclical pattern (if any) and any other information generated by indicators of the general economy for Projecting the cyclical pattern for future time periods is fraught with uncertainty, and as we indicated earlier, is generally assumed for forecasting purposes to be included in the trend. To demonstrate the completion of this example, we set the cyclical index to Irregular. Irregular fluctuations represent random variation that can t be explained by the other components. For forecasting, the irregular component is set to the average value 1.0 The forecast for the first quarter of 1997 is The forecasts for the rest of 1997 are

Chapter 5: Forecasting

Chapter 5: Forecasting 1 Textbook: pp. 165-202 Chapter 5: Forecasting Every day, managers make decisions without knowing what will happen in the future 2 Learning Objectives After completing this chapter, students will be able

More information

CHAPTER 18. Time Series Analysis and Forecasting

CHAPTER 18. Time Series Analysis and Forecasting CHAPTER 18 Time Series Analysis and Forecasting CONTENTS STATISTICS IN PRACTICE: NEVADA OCCUPATIONAL HEALTH CLINIC 18.1 TIME SERIES PATTERNS Horizontal Pattern Trend Pattern Seasonal Pattern Trend and

More information

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7

BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 BUSI 460 Suggested Answers to Selected Review and Discussion Questions Lesson 7 1. The definitions follow: (a) Time series: Time series data, also known as a data series, consists of observations on a

More information

Forecasting. Copyright 2015 Pearson Education, Inc.

Forecasting. Copyright 2015 Pearson Education, Inc. 5 Forecasting To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power Point slides created by Jeff Heyl Copyright 2015 Pearson Education, Inc. LEARNING

More information

Forecasting Chapter 3

Forecasting Chapter 3 Forecasting Chapter 3 Introduction Current factors and conditions Past experience in a similar situation 2 Accounting. New product/process cost estimates, profit projections, cash management. Finance.

More information

Forecasting Using Time Series Models

Forecasting Using Time Series Models Forecasting Using Time Series Models Dr. J Katyayani 1, M Jahnavi 2 Pothugunta Krishna Prasad 3 1 Professor, Department of MBA, SPMVV, Tirupati, India 2 Assistant Professor, Koshys Institute of Management

More information

Chapter 8 - Forecasting

Chapter 8 - Forecasting Chapter 8 - Forecasting Operations Management by R. Dan Reid & Nada R. Sanders 4th Edition Wiley 2010 Wiley 2010 1 Learning Objectives Identify Principles of Forecasting Explain the steps in the forecasting

More information

3 Time Series Regression

3 Time Series Regression 3 Time Series Regression 3.1 Modelling Trend Using Regression Random Walk 2 0 2 4 6 8 Random Walk 0 2 4 6 8 0 10 20 30 40 50 60 (a) Time 0 10 20 30 40 50 60 (b) Time Random Walk 8 6 4 2 0 Random Walk 0

More information

INTRODUCTION TO FORECASTING (PART 2) AMAT 167

INTRODUCTION TO FORECASTING (PART 2) AMAT 167 INTRODUCTION TO FORECASTING (PART 2) AMAT 167 Techniques for Trend EXAMPLE OF TRENDS In our discussion, we will focus on linear trend but here are examples of nonlinear trends: EXAMPLE OF TRENDS If you

More information

STAT 115: Introductory Methods for Time Series Analysis and Forecasting. Concepts and Techniques

STAT 115: Introductory Methods for Time Series Analysis and Forecasting. Concepts and Techniques STAT 115: Introductory Methods for Time Series Analysis and Forecasting Concepts and Techniques School of Statistics University of the Philippines Diliman 1 FORECASTING Forecasting is an activity that

More information

Product and Inventory Management (35E00300) Forecasting Models Trend analysis

Product and Inventory Management (35E00300) Forecasting Models Trend analysis Product and Inventory Management (35E00300) Forecasting Models Trend analysis Exponential Smoothing Data Storage Shed Sales Period Actual Value(Y t ) Ŷ t-1 α Y t-1 Ŷ t-1 Ŷ t January 10 = 10 0.1 February

More information

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall

Forecasting. Chapter Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall Forecasting Chapter 15 15-1 Chapter Topics Forecasting Components Time Series Methods Forecast Accuracy Time Series Forecasting Using Excel Time Series Forecasting Using QM for Windows Regression Methods

More information

Operations Management

Operations Management 3-1 Forecasting Operations Management William J. Stevenson 8 th edition 3-2 Forecasting CHAPTER 3 Forecasting McGraw-Hill/Irwin Operations Management, Eighth Edition, by William J. Stevenson Copyright

More information

Cyclical Effect, and Measuring Irregular Effect

Cyclical Effect, and Measuring Irregular Effect Paper:15, Quantitative Techniques for Management Decisions Module- 37 Forecasting & Time series Analysis: Measuring- Seasonal Effect, Cyclical Effect, and Measuring Irregular Effect Principal Investigator

More information

CP:

CP: Adeng Pustikaningsih, M.Si. Dosen Jurusan Pendidikan Akuntansi Fakultas Ekonomi Universitas Negeri Yogyakarta CP: 08 222 180 1695 Email : adengpustikaningsih@uny.ac.id Operations Management Forecasting

More information

Forecasting. Dr. Richard Jerz rjerz.com

Forecasting. Dr. Richard Jerz rjerz.com Forecasting Dr. Richard Jerz 1 1 Learning Objectives Describe why forecasts are used and list the elements of a good forecast. Outline the steps in the forecasting process. Describe at least three qualitative

More information

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall.

Copyright 2010 Pearson Education, Inc. Publishing as Prentice Hall. 13 Forecasting PowerPoint Slides by Jeff Heyl For Operations Management, 9e by Krajewski/Ritzman/Malhotra 2010 Pearson Education 13 1 Forecasting Forecasts are critical inputs to business plans, annual

More information

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time

TIMES SERIES INTRODUCTION INTRODUCTION. Page 1. A time series is a set of observations made sequentially through time TIMES SERIES INTRODUCTION A time series is a set of observations made sequentially through time A time series is said to be continuous when observations are taken continuously through time, or discrete

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

PPU411 Antti Salonen. Forecasting. Forecasting PPU Forecasts are critical inputs to business plans, annual plans, and budgets

PPU411 Antti Salonen. Forecasting. Forecasting PPU Forecasts are critical inputs to business plans, annual plans, and budgets - 2017 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34

Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa. Forecasting demand 02/06/03 page 1 of 34 demand -5-4 -3-2 -1 0 1 2 3 Dennis Bricker Dept of Mechanical & Industrial Engineering The University of Iowa Forecasting demand 02/06/03 page 1 of 34 Forecasting is very difficult. especially about the

More information

Forecasting. Simon Shaw 2005/06 Semester II

Forecasting. Simon Shaw 2005/06 Semester II Forecasting Simon Shaw s.c.shaw@maths.bath.ac.uk 2005/06 Semester II 1 Introduction A critical aspect of managing any business is planning for the future. events is called forecasting. Predicting future

More information

Forecasting: The First Step in Demand Planning

Forecasting: The First Step in Demand Planning Forecasting: The First Step in Demand Planning Jayant Rajgopal, Ph.D., P.E. University of Pittsburgh Pittsburgh, PA 15261 In a supply chain context, forecasting is the estimation of future demand General

More information

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative?

3. If a forecast is too high when compared to an actual outcome, will that forecast error be positive or negative? 1. Does a moving average forecast become more or less responsive to changes in a data series when more data points are included in the average? 2. Does an exponential smoothing forecast become more or

More information

Lecture 4 Forecasting

Lecture 4 Forecasting King Saud University College of Computer & Information Sciences IS 466 Decision Support Systems Lecture 4 Forecasting Dr. Mourad YKHLEF The slides content is derived and adopted from many references Outline

More information

Antti Salonen PPU Le 2: Forecasting 1

Antti Salonen PPU Le 2: Forecasting 1 - 2017 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

Antti Salonen KPP Le 3: Forecasting KPP227

Antti Salonen KPP Le 3: Forecasting KPP227 - 2015 1 Forecasting Forecasts are critical inputs to business plans, annual plans, and budgets Finance, human resources, marketing, operations, and supply chain managers need forecasts to plan: output

More information

CHAPTER 14. Time Series Analysis and Forecasting STATISTICS IN PRACTICE:

CHAPTER 14. Time Series Analysis and Forecasting STATISTICS IN PRACTICE: CHAPTER 14 Time Series Analysis and Forecasting CONTENTS STATISTICS IN PRACTICE: Nevada Occupational Health Clinic 14.1 Time Series Patterns Horizontal Pattern Trend Pattern Seasonal Pattern Trend and

More information

Chapter 7 Forecasting Demand

Chapter 7 Forecasting Demand Chapter 7 Forecasting Demand Aims of the Chapter After reading this chapter you should be able to do the following: discuss the role of forecasting in inventory management; review different approaches

More information

STA 6104 Financial Time Series. Moving Averages and Exponential Smoothing

STA 6104 Financial Time Series. Moving Averages and Exponential Smoothing STA 6104 Financial Time Series Moving Averages and Exponential Smoothing Smoothing Our objective is to predict some future value Y n+k given a past history {Y 1, Y 2,..., Y n } of observations up to time

More information

QMT 3001 BUSINESS FORECASTING. Exploring Data Patterns & An Introduction to Forecasting Techniques. Aysun KAPUCUGİL-İKİZ, PhD.

QMT 3001 BUSINESS FORECASTING. Exploring Data Patterns & An Introduction to Forecasting Techniques. Aysun KAPUCUGİL-İKİZ, PhD. 1 QMT 3001 BUSINESS FORECASTING Exploring Data Patterns & An Introduction to Forecasting Techniques Aysun KAPUCUGİL-İKİZ, PhD. Forecasting 2 1 3 4 2 5 6 3 Time Series Data Patterns Horizontal (stationary)

More information

Forecasting. Al Nosedal University of Toronto. March 8, Al Nosedal University of Toronto Forecasting March 8, / 80

Forecasting. Al Nosedal University of Toronto. March 8, Al Nosedal University of Toronto Forecasting March 8, / 80 Forecasting Al Nosedal University of Toronto March 8, 2016 Al Nosedal University of Toronto Forecasting March 8, 2016 1 / 80 Forecasting Methods: An Overview There are many forecasting methods available,

More information

Time Series Analysis -- An Introduction -- AMS 586

Time Series Analysis -- An Introduction -- AMS 586 Time Series Analysis -- An Introduction -- AMS 586 1 Objectives of time series analysis Data description Data interpretation Modeling Control Prediction & Forecasting 2 Time-Series Data Numerical data

More information

Time Series Analysis. Smoothing Time Series. 2) assessment of/accounting for seasonality. 3) assessment of/exploiting "serial correlation"

Time Series Analysis. Smoothing Time Series. 2) assessment of/accounting for seasonality. 3) assessment of/exploiting serial correlation Time Series Analysis 2) assessment of/accounting for seasonality This (not surprisingly) concerns the analysis of data collected over time... weekly values, monthly values, quarterly values, yearly values,

More information

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10

Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis. 17th Class 7/1/10 Econ 300/QAC 201: Quantitative Methods in Economics/Applied Data Analysis 17th Class 7/1/10 The only function of economic forecasting is to make astrology look respectable. --John Kenneth Galbraith show

More information

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA

TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA CHAPTER 6 TIME SERIES ANALYSIS AND FORECASTING USING THE STATISTICAL MODEL ARIMA 6.1. Introduction A time series is a sequence of observations ordered in time. A basic assumption in the time series analysis

More information

Forecasting. Operations Analysis and Improvement Spring

Forecasting. Operations Analysis and Improvement Spring Forecasting Operations Analysis and Improvement 2015 Spring Dr. Tai-Yue Wang Industrial and Information Management Department National Cheng Kung University 1-2 Outline Introduction to Forecasting Subjective

More information

Lecture 7: Exponential Smoothing Methods Please read Chapter 4 and Chapter 2 of MWH Book

Lecture 7: Exponential Smoothing Methods Please read Chapter 4 and Chapter 2 of MWH Book Lecture 7: Exponential Smoothing Methods Please read Chapter 4 and Chapter 2 of MWH Book 1 Big Picture 1. In lecture 6, smoothing (averaging) method is used to estimate the trend-cycle (decomposition)

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

Chapter 3: Regression Methods for Trends

Chapter 3: Regression Methods for Trends Chapter 3: Regression Methods for Trends Time series exhibiting trends over time have a mean function that is some simple function (not necessarily constant) of time. The example random walk graph from

More information

Time series and Forecasting

Time series and Forecasting Chapter 2 Time series and Forecasting 2.1 Introduction Data are frequently recorded at regular time intervals, for instance, daily stock market indices, the monthly rate of inflation or annual profit figures.

More information

The Art of Forecasting

The Art of Forecasting Time Series The Art of Forecasting Learning Objectives Describe what forecasting is Explain time series & its components Smooth a data series Moving average Exponential smoothing Forecast using trend models

More information

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages:

Glossary. The ISI glossary of statistical terms provides definitions in a number of different languages: Glossary The ISI glossary of statistical terms provides definitions in a number of different languages: http://isi.cbs.nl/glossary/index.htm Adjusted r 2 Adjusted R squared measures the proportion of the

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Poor man

More information

Time-Series Analysis. Dr. Seetha Bandara Dept. of Economics MA_ECON

Time-Series Analysis. Dr. Seetha Bandara Dept. of Economics MA_ECON Time-Series Analysis Dr. Seetha Bandara Dept. of Economics MA_ECON Time Series Patterns A time series is a sequence of observations on a variable measured at successive points in time or over successive

More information

Decision 411: Class 3

Decision 411: Class 3 Decision 411: Class 3 Discussion of HW#1 Introduction to seasonal models Seasonal decomposition Seasonal adjustment on a spreadsheet Forecasting with seasonal adjustment Forecasting inflation Log transformation

More information

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes

NATCOR. Forecast Evaluation. Forecasting with ARIMA models. Nikolaos Kourentzes NATCOR Forecast Evaluation Forecasting with ARIMA models Nikolaos Kourentzes n.kourentzes@lancaster.ac.uk O u t l i n e 1. Bias measures 2. Accuracy measures 3. Evaluation schemes 4. Prediction intervals

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

STATS24x7.com 2010 ADI NV, INC.

STATS24x7.com 2010 ADI NV, INC. TIME SERIES SIMPLE EXPONENTIAL SMOOTHING If the mean of y t remains constant over n time, each observation gets equal weight: y ˆ t1 yt 0 et, 0 y n t 1 If the mean of y t changes slowly over time, recent

More information

Multiplicative Winter s Smoothing Method

Multiplicative Winter s Smoothing Method Multiplicative Winter s Smoothing Method LECTURE 6 TIME SERIES FORECASTING METHOD rahmaanisa@apps.ipb.ac.id Review What is the difference between additive and multiplicative seasonal pattern in time series

More information

CHAPTER 1: Decomposition Methods

CHAPTER 1: Decomposition Methods CHAPTER 1: Decomposition Methods Prof. Alan Wan 1 / 48 Table of contents 1. Data Types and Causal vs.time Series Models 2 / 48 Types of Data Time series data: a sequence of observations measured over time,

More information

Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc

Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc Based on the original slides from Levine, et. all, First Edition, Prentice Hall, Inc Process of predicting a future event Underlying basis of all business decisions Production Inventory Personnel Facilities

More information

Decision 411: Class 4

Decision 411: Class 4 Decision 411: Class 4 Non-seasonal averaging & smoothing models Simple moving average (SMA) model Simple exponential smoothing (SES) model Linear exponential smoothing (LES) model Combining seasonal adjustment

More information

CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION

CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION CHAPTER 4: DATASETS AND CRITERIA FOR ALGORITHM EVALUATION 4.1 Overview This chapter contains the description about the data that is used in this research. In this research time series data is used. A time

More information

5 Autoregressive-Moving-Average Modeling

5 Autoregressive-Moving-Average Modeling 5 Autoregressive-Moving-Average Modeling 5. Purpose. Autoregressive-moving-average (ARMA models are mathematical models of the persistence, or autocorrelation, in a time series. ARMA models are widely

More information

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee

Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Industrial Engineering Prof. Inderdeep Singh Department of Mechanical & Industrial Engineering Indian Institute of Technology, Roorkee Module - 04 Lecture - 05 Sales Forecasting - II A very warm welcome

More information

FinQuiz Notes

FinQuiz Notes Reading 9 A time series is any series of data that varies over time e.g. the quarterly sales for a company during the past five years or daily returns of a security. When assumptions of the regression

More information

Autoregressive Integrated Moving Average Model to Predict Graduate Unemployment in Indonesia

Autoregressive Integrated Moving Average Model to Predict Graduate Unemployment in Indonesia DOI 10.1515/ptse-2017-0005 PTSE 12 (1): 43-50 Autoregressive Integrated Moving Average Model to Predict Graduate Unemployment in Indonesia Umi MAHMUDAH u_mudah@yahoo.com (State Islamic University of Pekalongan,

More information

Forecasting Module 2. Learning Objectives. Trended Data. By Sue B. Schou Phone:

Forecasting Module 2. Learning Objectives. Trended Data. By Sue B. Schou Phone: Forecasting Module 2 By Sue B. Schou Phone: 8-282-408 Email: schosue@isu.edu Learning Objectives Make forecast models using trend analysis in Minitab Make forecast models using Holt s exponential smoothing

More information

Chapter 13: Forecasting

Chapter 13: Forecasting Chapter 13: Forecasting Assistant Prof. Abed Schokry Operations and Productions Management First Semester 2013-2014 Chapter 13: Learning Outcomes You should be able to: List the elements of a good forecast

More information

SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES

SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES SOLVING PROBLEMS BASED ON WINQSB FORECASTING TECHNIQUES Mihaela - Lavinia CIOBANICA, Camelia BOARCAS Spiru Haret University, Unirii Street, Constanta, Romania mihaelavinia@yahoo.com, lady.camelia.yahoo.com

More information

Introduction to Forecasting

Introduction to Forecasting Introduction to Forecasting Introduction to Forecasting Predicting the future Not an exact science but instead consists of a set of statistical tools and techniques that are supported by human judgment

More information

Decision 411: Class 4

Decision 411: Class 4 Decision 411: Class 4 Non-seasonal averaging & smoothing models Simple moving average (SMA) model Simple exponential smoothing (SES) model Linear exponential smoothing (LES) model Combining seasonal adjustment

More information

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES

YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES YEAR 10 GENERAL MATHEMATICS 2017 STRAND: BIVARIATE DATA PART II CHAPTER 12 RESIDUAL ANALYSIS, LINEARITY AND TIME SERIES This topic includes: Transformation of data to linearity to establish relationships

More information

Time Series and Forecasting

Time Series and Forecasting Time Series and Forecasting Introduction to Forecasting n What is forecasting? n Primary Function is to Predict the Future using (time series related or other) data we have in hand n Why are we interested?

More information

Lecture 1: Introduction to Forecasting

Lecture 1: Introduction to Forecasting NATCOR: Forecasting & Predictive Analytics Lecture 1: Introduction to Forecasting Professor John Boylan Lancaster Centre for Forecasting Department of Management Science Leading research centre in applied

More information

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1

Forecasting using R. Rob J Hyndman. 2.4 Non-seasonal ARIMA models. Forecasting using R 1 Forecasting using R Rob J Hyndman 2.4 Non-seasonal ARIMA models Forecasting using R 1 Outline 1 Autoregressive models 2 Moving average models 3 Non-seasonal ARIMA models 4 Partial autocorrelations 5 Estimation

More information

Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Operation and Supply Chain Management Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture - 3 Forecasting Linear Models, Regression, Holt s, Seasonality

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

15 yaş üstü istihdam ( )

15 yaş üstü istihdam ( ) Forecasting 1-2 Forecasting 23 000 15 yaş üstü istihdam (2005-2008) 22 000 21 000 20 000 19 000 18 000 17 000 - What can we say about this data? - Can you guess the employement level for July 2013? 1-3

More information

Every day, health care managers must make decisions about service delivery

Every day, health care managers must make decisions about service delivery Y CHAPTER TWO FORECASTING Every day, health care managers must make decisions about service delivery without knowing what will happen in the future. Forecasts enable them to anticipate the future and plan

More information

Exponential Smoothing. INSR 260, Spring 2009 Bob Stine

Exponential Smoothing. INSR 260, Spring 2009 Bob Stine Exponential Smoothing INSR 260, Spring 2009 Bob Stine 1 Overview Smoothing Exponential smoothing Model behind exponential smoothing Forecasts and estimates Hidden state model Diagnostic: residual plots

More information

Problem Set 2 Solution Sketches Time Series Analysis Spring 2010

Problem Set 2 Solution Sketches Time Series Analysis Spring 2010 Problem Set 2 Solution Sketches Time Series Analysis Spring 2010 Forecasting 1. Let X and Y be two random variables such that E(X 2 ) < and E(Y 2 )

More information

Univariate ARIMA Models

Univariate ARIMA Models Univariate ARIMA Models ARIMA Model Building Steps: Identification: Using graphs, statistics, ACFs and PACFs, transformations, etc. to achieve stationary and tentatively identify patterns and model components.

More information

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA

FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA FORECASTING FLUCTUATIONS OF ASPHALT CEMENT PRICE INDEX IN GEORGIA Mohammad Ilbeigi, Baabak Ashuri, Ph.D., and Yang Hui Economics of the Sustainable Built Environment (ESBE) Lab, School of Building Construction

More information

Modified Holt s Linear Trend Method

Modified Holt s Linear Trend Method Modified Holt s Linear Trend Method Guckan Yapar, Sedat Capar, Hanife Taylan Selamlar and Idil Yavuz Abstract Exponential smoothing models are simple, accurate and robust forecasting models and because

More information

Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia

Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia International Journal of Applied Science and Technology Vol. 5, No. 5; October 2015 Time Series Analysis of United States of America Crude Oil and Petroleum Products Importations from Saudi Arabia Olayan

More information

Chapter 1. Introduction. Sales Forecasting of Grameenphone Business Solutions SIM BUS 650 1

Chapter 1. Introduction. Sales Forecasting of Grameenphone Business Solutions SIM BUS 650 1 Chapter Introduction Sales Forecasting of Grameenphone Business Solutions SIM BUS 65 . INTRODUCTION The leading telecom operator of Bangladesh Grameenphone Ltd., from the initiation of its Business Segment,

More information

ECON 427: ECONOMIC FORECASTING. Ch1. Getting started OTexts.org/fpp2/

ECON 427: ECONOMIC FORECASTING. Ch1. Getting started OTexts.org/fpp2/ ECON 427: ECONOMIC FORECASTING Ch1. Getting started OTexts.org/fpp2/ 1 Outline 1 What can we forecast? 2 Time series data 3 Some case studies 4 The statistical forecasting perspective 2 Forecasting is

More information

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index

Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial Neural Network (ANN) for Measuring of Climate Index Applied Mathematical Sciences, Vol. 8, 2014, no. 32, 1557-1568 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2014.4150 Comparing the Univariate Modeling Techniques, Box-Jenkins and Artificial

More information

STAT 212 Business Statistics II 1

STAT 212 Business Statistics II 1 STAT 1 Business Statistics II 1 KING FAHD UNIVERSITY OF PETROLEUM & MINERALS DEPARTMENT OF MATHEMATICAL SCIENCES DHAHRAN, SAUDI ARABIA STAT 1: BUSINESS STATISTICS II Semester 091 Final Exam Thursday Feb

More information

Evaluation of Some Techniques for Forecasting of Electricity Demand in Sri Lanka

Evaluation of Some Techniques for Forecasting of Electricity Demand in Sri Lanka Appeared in Sri Lankan Journal of Applied Statistics (Volume 3) 00 Evaluation of Some echniques for Forecasting of Electricity Demand in Sri Lanka.M.J. A. Cooray and M.Indralingam Department of Mathematics

More information

AUTO SALES FORECASTING FOR PRODUCTION PLANNING AT FORD

AUTO SALES FORECASTING FOR PRODUCTION PLANNING AT FORD FCAS AUTO SALES FORECASTING FOR PRODUCTION PLANNING AT FORD Group - A10 Group Members: PGID Name of the Member 1. 61710956 Abhishek Gore 2. 61710521 Ajay Ballapale 3. 61710106 Bhushan Goyal 4. 61710397

More information

Improved Holt Method for Irregular Time Series

Improved Holt Method for Irregular Time Series WDS'08 Proceedings of Contributed Papers, Part I, 62 67, 2008. ISBN 978-80-7378-065-4 MATFYZPRESS Improved Holt Method for Irregular Time Series T. Hanzák Charles University, Faculty of Mathematics and

More information

ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series. Jad Chaaban Spring

ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series. Jad Chaaban Spring ECON 343 Lecture 4 : Smoothing and Extrapolation of Time Series Jad Chaaban Spring 2005-2006 Outline Lecture 4 1. Simple extrapolation models 2. Moving-average models 3. Single Exponential smoothing 4.

More information

22/04/2014. Economic Research

22/04/2014. Economic Research 22/04/2014 Economic Research Forecasting Models for Exchange Rate Tuesday, April 22, 2014 The science of prognostics has been going through a rapid and fruitful development in the past decades, with various

More information

Foundations - 1. Time-series Analysis, Forecasting. Temporal Information Retrieval

Foundations - 1. Time-series Analysis, Forecasting. Temporal Information Retrieval Foundations - 1 Time-series Analysis, Forecasting Temporal Information Retrieval Time Series An ordered sequence of values (data points) of variables at equally spaced time intervals Time Series Components

More information

Chapter 3 Multiple Regression Complete Example

Chapter 3 Multiple Regression Complete Example Department of Quantitative Methods & Information Systems ECON 504 Chapter 3 Multiple Regression Complete Example Spring 2013 Dr. Mohammad Zainal Review Goals After completing this lecture, you should be

More information

Exponential smoothing in the telecommunications data

Exponential smoothing in the telecommunications data Available online at www.sciencedirect.com International Journal of Forecasting 24 (2008) 170 174 www.elsevier.com/locate/ijforecast Exponential smoothing in the telecommunications data Everette S. Gardner

More information

FORECASTING COARSE RICE PRICES IN BANGLADESH

FORECASTING COARSE RICE PRICES IN BANGLADESH Progress. Agric. 22(1 & 2): 193 201, 2011 ISSN 1017-8139 FORECASTING COARSE RICE PRICES IN BANGLADESH M. F. Hassan*, M. A. Islam 1, M. F. Imam 2 and S. M. Sayem 3 Department of Agricultural Statistics,

More information

Forecasting: Principles and Practice. Rob J Hyndman. 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3

Forecasting: Principles and Practice. Rob J Hyndman. 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3 Rob J Hyndman Forecasting: Principles and Practice 1. Introduction to forecasting OTexts.org/fpp/1/ OTexts.org/fpp/2/3 Forecasting: Principles and Practice 1 Resources Slides Exercises Textbook Useful

More information

An approach to make statistical forecasting of products with stationary/seasonal patterns

An approach to make statistical forecasting of products with stationary/seasonal patterns An approach to make statistical forecasting of products with stationary/seasonal patterns Carlos A. Castro-Zuluaga (ccastro@eafit.edu.co) Production Engineer Department, Universidad Eafit Medellin, Colombia

More information

Forecasting. BUS 735: Business Decision Making and Research. exercises. Assess what we have learned

Forecasting. BUS 735: Business Decision Making and Research. exercises. Assess what we have learned Forecasting BUS 735: Business Decision Making and Research 1 1.1 Goals and Agenda Goals and Agenda Learning Objective Learn how to identify regularities in time series data Learn popular univariate time

More information

Analysis of Violent Crime in Los Angeles County

Analysis of Violent Crime in Los Angeles County Analysis of Violent Crime in Los Angeles County Xiaohong Huang UID: 004693375 March 20, 2017 Abstract Violent crime can have a negative impact to the victims and the neighborhoods. It can affect people

More information

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure.

Any of 27 linear and nonlinear models may be fit. The output parallels that of the Simple Regression procedure. STATGRAPHICS Rev. 9/13/213 Calibration Models Summary... 1 Data Input... 3 Analysis Summary... 5 Analysis Options... 7 Plot of Fitted Model... 9 Predicted Values... 1 Confidence Intervals... 11 Observed

More information

CHAPTER 8 MODEL DIAGNOSTICS. 8.1 Residual Analysis

CHAPTER 8 MODEL DIAGNOSTICS. 8.1 Residual Analysis CHAPTER 8 MODEL DIAGNOSTICS We have now discussed methods for specifying models and for efficiently estimating the parameters in those models. Model diagnostics, or model criticism, is concerned with testing

More information

Economic Forecasting Lecture 9: Smoothing Methods

Economic Forecasting Lecture 9: Smoothing Methods Economic Forecasting Lecture 9: Smoothing Methods Richard G. Pierse 1 Introduction Smoothing methods are rather different from the model-based methods that we have been looking at up to now in this module.

More information

Operations Management

Operations Management Operations Management Chapter 4 Forecasting PowerPoint presentation to accompany Heizer/Render Principles of Operations Management, 7e Operations Management, 9e 2008 Prentice Hall, Inc. 4 1 Outline Global

More information

Regression of Time Series

Regression of Time Series Mahlerʼs Guide to Regression of Time Series CAS Exam S prepared by Howard C. Mahler, FCAS Copyright 2016 by Howard C. Mahler. Study Aid 2016F-S-9Supplement Howard Mahler hmahler@mac.com www.howardmahler.com/teaching

More information

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM

FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM FORECASTING THE INVENTORY LEVEL OF MAGNETIC CARDS IN TOLLING SYSTEM Bratislav Lazić a, Nebojša Bojović b, Gordana Radivojević b*, Gorana Šormaz a a University of Belgrade, Mihajlo Pupin Institute, Serbia

More information