Linear Output Function Processdev/abrg/2008/modlin/output/linear
Description:
A piecewise linear output function using the line output = m x (input - c).
State data:c (SINGLE) (num_units x 1 / 1 x 1) (default = 0):
The c in the line equation: output = m x (input - c). Can be a single value for all units, or an explict value for every unit in the sheet. Represents the x intercept.
m (SINGLE) (num_unitsx1/1x1) (default = 1):
The m in the line equation: output = m x (input - c). Can be a single value for all units, or an explict value for every unit in the sheet. Represents the line slope.
limits: (SINGLE) (0,1,2):0, no limits; 1, values less than 0 are set to 0; 2, values greater than 1 are set to 1.
OR
limits: (SINGLE) (2x1 / 1x1):Upper and lower (2x1), or lower only (1x1) bounds for the function. |