See: Description
| Interface | Description |
|---|---|
| Arima |
A seasonal autoregressive integrated moving average (ARIMA) model.
|
| Class | Description |
|---|---|
| ArimaCoefficients |
Consists of the autoregressive and moving-average coefficients for a seasonal ARIMA model, along with the
degrees of differencing and the model mean and/or drift term.
|
| ArimaCoefficients.Builder |
A builder class for ARIMA model coefficients.
|
| ArimaOrder |
The order of an ARIMA model, consisting of the number of autoregressive and moving average parameters, along with
the degree of differencing and flags indicating whether or not the model includes a constant and/or drift term.
|
| ArimaProcess |
Represents an indefinite, observation generating ARIMA process.
|
| ArimaProcess.Builder |
An ARIMA process builder.
|
| Enum | Description |
|---|---|
| Arima.Constant |
An indicator for whether an ARIMA model has a constant term.
|
| Arima.Drift |
An indicator for whether an ARIMA model has a drift term.
|
| Arima.FittingStrategy |
The strategy to be used for fitting an ARIMA model.
|