Click or drag to resize

ARSModel Class

Represents an autoregressive model from a series.
Inheritance Hierarchy
SystemObject
  Austra.LibraryARModelSeries
    Austra.LibraryARSModel

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

The ARSModel type exposes the following members.

Constructors
 NameDescription
Public methodARSModel Initializes an autoregressive model from a series and a number of degrees.
Top
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
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 ARModelT)
Public methodToString(String, IFormatProvider)Gets the string representation of the autoregressive model.
(Inherited from ARModelT)
Top
See Also