Residuals

Syntax

Residuals(Object: IMsResultObject)

Parameters

Object. Method calculation results.

Description

It returns residual series.

Comments

To get modeling series use the Fitted function.

Example

Formula Result Application
= (MovAvg({GDP|Anchorage[t]}, Null) as ms.IMsResultObject).Residuals Residual series values are obtained for the Moving Average method. It can be used in formulas of calculated series of time series database and in formulas of attribute-based models of modeling container.
= (MovAvg(X1, Null) as ms.IMsResultObject).Residuals Residual series values are obtained for the Moving Average method. It can be used in model variable-based formulas of modeling container.

See also:

Functions Available in Expression Editor │ ForescastingIModelling.Residuals