Level(Input: ITimeSeries, Method: MsLvlMethod, StartValue: Integer)
Input. Variable.
Method. Transformation method.
StartValue. Initial value. Optional parameter. Default parameter is 100.
It smoothes data of the specified variable.
Formula | Result | Application |
= Level({Brazil|BCA}, MsLvlMethod.Log) | It smoothes the Brazil|BCA indicator using natural logarithm. | It can be used in formulas of calculated series of time series database and model formulas of modeling container that is a child of the time series database. |
= Level(X1,MsLvlMethod.PchA) | It smoothes the X1 factor using percent changes to the previous period with seasonality adjustment. |
It can be used in model formulas of modeling container. |
See also:
Functions Available in Expression Editor │ Transformations │ IModelling.Level