Click or drag to resize

MAVModel Properties

The MAVModel type exposes the following members.

Properties
 NameDescription
Public propertyCoefficientsInferred coefficients of the moving average model.
(Inherited from MAModelT)
Public propertyDegreesThe order of the moving average model, i.e. the number of degrees.
(Inherited from MAModelT)
Public propertyMeanThe independent term, or mean, in the MA model.
(Inherited from MAModelT)
Public propertyOriginalGets the data source.
(Inherited from MAModelT)
Public propertyPredictionPredicted samples.
(Inherited from MAModelT)
Public propertyR2Explained variance versus total variance.
(Inherited from MAModelT)
Public propertyResidualsResiduals calculated by the iteration process.
(Inherited from MAModelT)
Public propertyResidualSumSquaresGets the residual sum of squares.
(Inherited from MAModelT)
Public propertyTotalSumSquaresGets the total sum of squares.
(Inherited from MAModelT)
Top
See Also