Click or drag to resize
ARSeasonalFit Methods

The ARSeasonalFit type exposes the following members.

Methods
  NameDescription
Public methodCompute
Computes the minimum AIC and optimum values for s and d based upon the candidates provided in SInitial and DInitial, and computes the values for the transformed series, W_t(s,d).
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAR
Returns the final autoregressive parameter estimates at the optimum in the transformed series W_t.
Public methodGetDInitial
Returns the candidate values for d to evaluate.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetOptimumD
Returns the optimum values for d selected among the candidates in DInitial.
Public methodGetOptimumS
Returns the optimum values for s selected among the candidates in SInitial.
Public methodGetSInitial
Returns the candidate values for s to evaluate.
Public methodGetTimeSeries
Returns the time series.
Public methodGetTransformedTimeSeries
Returns the transformed series, W_t(s,d).
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetDInitial
Sets the candidate values for selecting the optimum seasonal adjustment prior to calling the compute method.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also