| ARSeasonalFit Methods |
The ARSeasonalFit type exposes the following members.
| Name | Description | |
|---|---|---|
| Compute |
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,
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAR |
Returns the final autoregressive parameter estimates at the optimum
in the transformed series | |
| GetDInitial |
Returns the candidate values for d to evaluate.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetOptimumD |
Returns the optimum values for d selected among the candidates in
DInitial.
| |
| GetOptimumS |
Returns the optimum values for s selected among the candidates in
SInitial.
| |
| GetSInitial |
Returns the candidate values for s to evaluate.
| |
| GetTimeSeries |
Returns the time series.
| |
| GetTransformedTimeSeries |
Returns the transformed series, | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetDInitial |
Sets the candidate values for selecting the optimum
seasonal adjustment prior to calling the compute method.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |