MAModelT Properties |
The MAModelT type exposes the following members.
| Name | Description | |
|---|---|---|
| Coefficients | Inferred coefficients of the moving average model. | |
| Degrees | The order of the moving average model, i.e. the number of degrees. | |
| Mean | The independent term, or mean, in the MA model. | |
| Original | Gets the data source. | |
| Prediction | Predicted samples. | |
| R2 | Explained variance versus total variance. | |
| Residuals | Residuals calculated by the iteration process. | |
| ResidualSumSquares | Gets the residual sum of squares. | |
| TotalSumSquares | Gets the total sum of squares. |