MAModelT Class |
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. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Gets the string representation of the autoregressive model. (Overrides ObjectToString) | |
| ToString(String, IFormatProvider) | Gets the string representation of the autoregressive model. |