arima2: Likelihood Based Inference for ARIMA Modeling

Estimating and analyzing auto regressive integrated moving average (ARIMA) models. The primary function in this package is arima(), which fits an ARIMA model to univariate time series data using a random restart algorithm. This approach frequently leads to models that have model likelihood greater than or equal to that of the likelihood obtained by fitting the same model using the arima() function from the 'stats' package. This package enables proper optimization of model likelihoods, which is a necessary condition for performing likelihood ratio tests. This package relies heavily on the source code of the arima() function of the 'stats' package. For more information, please see Jesse Wheeler and Edward L. Ionides (2023) <doi:10.48550/arXiv.2310.01198>.

Version: 3.1.0
Depends: R (≥ 3.5)
Imports: ggplot2, methods
Suggests: testthat (≥ 3.0.0)
Published: 2023-11-16
Author: Jesse Wheeler [aut, cre, cph], Noel McAllister [aut], Dhajanae Sylvertooth [aut], Edward Ionides [ctb], Brian Ripley [ctb] (Author of arima source code in stats package.), R Core Team [cph] (Author of arima source code in stats package.)
Maintainer: Jesse Wheeler <jeswheel at umich.edu>
BugReports: https://github.com/jeswheel/arima2/issues/
License: GPL (≥ 3)
NeedsCompilation: yes
Materials: README NEWS
In views: TimeSeries
CRAN checks: arima2 results

Documentation:

Reference manual: arima2.pdf

Downloads:

Package source: arima2_3.1.0.tar.gz
Windows binaries: r-devel: arima2_3.1.0.zip, r-release: arima2_3.1.0.zip, r-oldrel: arima2_3.1.0.zip
macOS binaries: r-release (arm64): arima2_3.1.0.tgz, r-oldrel (arm64): arima2_3.1.0.tgz, r-release (x86_64): arima2_3.1.0.tgz, r-oldrel (x86_64): arima2_3.1.0.tgz
Old sources: arima2 archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=arima2 to link to this page.