public sealed class MAVModel : MAModel<DVector>
MAVModel | Initializes a moving average model from a vector and a number of degrees. |
Coefficients | Inferred coefficients of the moving average model. (Inherited from MAModelT) |
Degrees | The order of the moving average model, i.e. the number of degrees. (Inherited from MAModelT) |
Mean | The independent term, or mean, in the MA model. (Inherited from MAModelT) |
Original | Gets the data source. (Inherited from MAModelT) |
Prediction | Predicted samples. (Inherited from MAModelT) |
R2 | Explained variance versus total variance. (Inherited from MAModelT) |
Residuals | Residuals calculated by the iteration process. (Inherited from MAModelT) |
ResidualSumSquares | Gets the residual sum of squares. (Inherited from MAModelT) |
TotalSumSquares | Gets the total sum of squares. (Inherited from MAModelT) |
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. (Inherited from MAModelT) |
ToString(String, IFormatProvider) | Gets the string representation of the autoregressive model. (Inherited from MAModelT) |