Click or drag to resize

MASModel Class

Represents an autoregressive model from a series.
Inheritance Hierarchy
SystemObject
  Austra.LibraryMAModelSeries
    Austra.LibraryMASModel

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
Syntax
C#
public sealed class MASModel : MAModel<Series>

The MASModel type exposes the following members.

Constructors
 NameDescription
Public methodMASModel Initializes a moving average model from a series and a number of degrees.
Top
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
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringGets the string representation of the autoregressive model.
(Inherited from MAModelT)
Public methodToString(String, IFormatProvider)Gets the string representation of the autoregressive model.
(Inherited from MAModelT)
Top
See Also