public sealed class ARVModel : ARModel<DVector>
ARVModel | Initializes an autoregressive model from a vector and a number of degrees. |
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) |
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 ARModelT) |
ToString(String, IFormatProvider) | Gets the string representation of the autoregressive model. (Inherited from ARModelT) |