ARSModel Properties |
The ARSModel type exposes the following members.
| Name | Description | |
|---|---|---|
| Coefficients | Inferred coefficients of the autoregressive model. (Inherited from ARModelT) | |
| Correlations | Gets the correlations. (Inherited from ARModelT) | |
| Degrees | The order of the autoregressive model, i.e. the number of degrees. (Inherited from ARModelT) | |
| Matrix | The correlation matrix of the autoregressive model. (Inherited from ARModelT) | |
| Original | Gets the data source. (Inherited from ARModelT) | |
| Prediction | Predicted samples. (Inherited from ARModelT) | |
| R2 | Explained variance versus total variance. (Inherited from ARModelT) | |
| ResidualSumSquares | Gets the residual sum of squares. (Inherited from ARModelT) | |
| TotalSumSquares | Gets the total sum of squares. (Inherited from ARModelT) |