Click or drag to resize

ARModelT Properties

The ARModelT type exposes the following members.

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