You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Multidimensional

Input
  • rowIndexLookupVariable
  • columnIndexLookupVariable
Coefficient set
  • interpolationType
  • extrapolationType
  • rowIndexLookupTable
  • columnIndexLookupTable
  • outputLookupTable
Output
  • output
Description

The output value will determined by looking up an output value in a table. To calculate the output value the position of the output in the outputLookupTable must be calculated.

First the row position will be calculated. The input time series rowIndexLookupVariable provides the lookup value for the rowIndexLookupTable which is a simple 1-dimensional lookup table which will provide the row position. In the same way the column position will be calculated. The lookup value will be provided by the columnIndexLookupVariable time series and the column position will be calculated by doing a simple table lookup in the columnIndexLookupTable with the lookup value.

When the row position and the column position of the output value in the outputLookupTable is determined it is possible to calculate the output value. By doing a linear interpolation between the 4 surrounding nodes in the outputLookupTable the output value will determined.  

  • No labels