Return to Index
Operations Research Models and Methods
 
Computation Section
Time Series Model
 Predefined models are reached by choosing Build Model from the Simulation menu .


The model dialog appears with a list of model types currently available. Four model types are currently available. In this section we describe the Time Series model. Checkboxes determine if the series should have a trend component or a step component. We illustrate below the case when both are chosen.


The mathematical model describing the situation is shown below. Note that the trend component is accumulated since the beginning of the simulation with the sum term. The step component is a quantity added to the base demand at each iteration.

The trend component is itself a random variable described in the following.

At each iteration, the trend is the trend value at the previous iteration plus a new trend added in the current iteration. The addition is from a Normal distribution with a specified standard deviation and a mean of 0. However, whether the current value is added or not depends on a Bernoulli random variable taking on the value 0 or 1. The Bernoulli distribution has the probability parameter given as 0.1 specified on the dialog.

In practice, this represents a situation where the series is affected by random influences that either cause a trend change or not. The probability of the change is given by the parameter of the Bernoulli distribution.

The step component is similarly affected by a random variable with a Bernoulli distribution. It represents some shock that affects the constant term added to the base demand. The model for the step component is similar to the trend component, but it is affected by different random variables.

Although this model seems complicated, it might represent a situation where demand is not constant over time. Such a model could be a useful start for a variety of situations involving time series.

 

 

The Worksheet Model

Pressing the OK button on the model dialog, brings forth a second dialog that provides the features of the multiline simulation model that will model the process. The Problem name is fixed as the name given in the Model dialog and the parameters are set to their proper values. The numbers of columns may be increased to accommodate additional model features, but they should not be reduced or it will not be possible to build the time series model. The sample size is selected here to illustrate the affects of trend and step changes.

Pressing OK for this dialog, builds the worksheet for the time series model. All expressions are automatically placed in row 1 and the random variable definitions are placed on the worksheet. Dialogs are presented for each random variable, so the user can select the types and parameters of the distributions. The figure below shows the random variable definitions, which are placed in columns B and C. The parameters of the distributions can be changed to suit the situation.

 

The simulation model is shown below. This model has five random variables, represented by the five columns, F through J. The columns necessary for the simulation are columns K through R. The model is complete and the simulation for 20 iterations is shown in the figure. The simulated demand is shown in column R. All the other columns are necessary to compute the trend and step components. Again the model is dynamic. Any parameter change is immediately reflected in the simulation results.

 

Row 1 for the Simulation

 

 

The critical part of the model consists of the simulation cells in row 1. The expressions in these cells are expanded into text boxes to show the model used for the simulation. Color and formats are added to the cells in row 1 and are filled to the cells below when the simulation button is clicked.

 This model has a variety of uses. For example, it could be used to illustrate forecasting procedures such as a moving average forecast. A column could be added to the model to compute the moving average for a certain number of iterations. A second additional column could compare the forecast with the simulated value. To implement the moving average method, additional initial rows are necessary to provide data for the forecast in the first row. The time series model would also be useful for an adaptive inventory control simulation.

 


  
Return to Top

tree roots

Operations Research Models and Methods
Internet
by Paul A. Jensen
Copyright 2004 - All rights reserved

Next Page