Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Random and Exogenous Variation

Random Sources of Variation

The random sources of variation are generated using pseudorandom number generators. The netWorks application provides a set of standard generators. These include

Each of these generators has a control panel for setting parameters. For example, if you select Exponential from the list box in Figure B.1 and then click the  {Parameters}
button, the exponential control panel in Figure B.2 is displayed. In this window, you set the inital seed value and the mean 1/\lambda.


cpexponential.gif (19180 bytes)

Figure B.2: The Exponential Control Panel

The seed value for each distribution is initialized from a data set of seed values provided with the application. When a new distribution is created, it retrieves the next seed value from the seed data set. You can explicitly change this value if you want to use another seed for the random variable.

Note also that, by default, the Exponential mean in Figure B.2 is set to 1. You can change the mean with the slider. The slider has a range of 0 to 10 for this parameter. If 10 is not large enough for the mean, you can increase it by pointing the cursor at the slider and clicking the right mouse button. This displays a pop-up menu with the entry Attributes.

Selecting Attributes displays the window in Figure B.3.


cpslider.gif (17277 bytes)

Figure B.3: The Slider Attributes Window

In this window you can change various parameters of the slider including the minimum and maximum values. To change the maximum value that an Exponential mean can have, enter a maximum value for the Exponential mean slider and click the  {Ok}
button. Now the slider can be moved to any value up to that maximum.

You can also change a parameter value by positioning the cursor over the field displaying the parameter value and clicking the left mouse button. You then enter the new value and press the Return/Enter key, and the parameter value is updated.

Chapter Contents
Chapter Contents
Previous
Previous
Next
Next
Top
Top

Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.