Airline - Defining an Airline model

Returns a unique string to designate the specified Airline model.

Syntax

AIRLINE (µ, σ, s, θ, θs)

µ
Optional. Is the model mean (i.e., mu) or the long-run mean of the differenced time series.
σ
Required. Is the standard deviation of the model's residuals/innovations.
S
Required. Is the length of seasonality (expressed in terms of lags, where s > 1).
θ
Optional. Is the coefficient of the non-seasonal MA component (see model description).
θs
Optional. Is the coefficient of the seasonal MA component (see model description).

Remarks

  1. The underlying model is described here.
  2. The long-run mean argument (mean) can take any value or be omitted, in this case a zero value is assumed.
  3. The value of the residuals/innovations standard deviation (sigma) must be positive.
  4. The season length must be greater than one.
  5. The input argument for the non-seasonal MA parameter - θ - is optional and can be omitted, in which case no non-seasonal MA component is included.
  6. The input argument for the seasonal MA parameter - θs - is optional and can be omitted, in which case no seasonal MA component is included.
  7. The function was added in version 1.63 SHAMROCK.

Files Examples

Related Links

References

Comments

Article is closed for comments.

Was this article helpful?
0 out of 0 found this helpful