Click or drag to resize

ARSModel Properties

The ARSModel type exposes the following members.

Properties
 NameDescription
Public propertyCoefficientsInferred coefficients of the autoregressive model.
(Inherited from ARModelT)
Public propertyCorrelationsGets the correlations.
(Inherited from ARModelT)
Public propertyDegreesThe order of the autoregressive model, i.e. the number of degrees.
(Inherited from ARModelT)
Public propertyMatrixThe correlation matrix of the autoregressive model.
(Inherited from ARModelT)
Public propertyOriginalGets the data source.
(Inherited from ARModelT)
Public propertyPredictionPredicted samples.
(Inherited from ARModelT)
Public propertyR2Explained variance versus total variance.
(Inherited from ARModelT)
Public propertyResidualSumSquaresGets the residual sum of squares.
(Inherited from ARModelT)
Public propertyTotalSumSquaresGets the total sum of squares.
(Inherited from ARModelT)
Top
See Also