Calculations

Scale

This calculation allows the user to scale the data and add an offset according to the equation:

 

 Output Data Series = Input Data Series x Scale Factor + Offset

 

In the script, we process the parameter Scale Factor according to the parameter Scale Type, multiply this value by the input data series using the built in function .mult(scaleFactor), and then add the offset using the built in function .add(ScaleOffset).

 

More:

Parameters

Validation

Output