![]() |
| |
| |
| |
|
Suppose that somebody has actually gone out to Lake1 and measured the pollutant discharge rate on the first day of each week. Instead of using the regular pattern of discharge assumed so far, we can use this new information to get a more accurate picture of what is going on. We will use a lookup table component to add the following table of data to our model:
To follow this example load the model "tutor5.mod"
![]() We must create a lookup series for every column of data in the table so that ModelMaker knows what the data represents. The first column of data contains observation times. We will define this column as a 'control' series because ModelMaker uses this column to control which value is drawn from the discharge rate column. We will define the second column as 'controlled' because it is controlled by time.
ModelMaker assumes that the second column is controlled by t. There is not a data point for every day of the year, so if we want to know what the discharge rate is on day 65, for example, we must use interpolation. The default method is linear interpolation where the data takes a straight line between data points. In our model, we will assume that the discharge rate on day 65 is the same as on day 63, i.e. we will use start value interpolation.
Click image to enlarge
The completed model for this step is "tutor6.mod" Return to the main tutorial page© FamilyGenetix 2001-2003 |