The MsMethodSeriesType enumeration contains data series used by the method for calculation.
It is used by the following properties and methods:
Value | Brief description |
1 | Fitted. Modeling series. |
2 | Forecast. Forecasting series. |
4 | Residuals. Residual series. |
8 | LowerConfidenceLevel. Lower confidence limit. |
16 | UpperConfidenceLevel. Upper confidence limit. |
32 | DynamicLowerConfidenceLevel. Lower dynamic confidence limit. |
64 | DynamicUpperConfidenceLevel. Upper dynamic confidence limit. |
128 | Input. Input series. |
256 | AddFactor. Added factor. |
Model calculation method usually uses several data series.
AddFactor. Added factors are not displayed in the model equation and are used only for output variables. AddFactor may be used in the following models:
Linear regression (instrumental variables estimation).
Linear regression (OLS estimation).
Error correction model. Added factor is set for every equation in the model and not for the model as a whole.
See also: