Package accepted on CRAN.
Date: 2023-11-16 14:53:34 UTC
Version: 3.1.0
Changes in arima2
version 3.1.0:
- Fixed minor spelling errors in documentation
- Fixed
plot.Arima2
bug that occurred with model only had AR or MA coefficients, but not both. - Added
max_inv_root
andmin_inv_root_dist
arguments toarima
. - Added a check to ensure a random restart is considered an improvement only if the resulting model as a proper variance matrix for coefficients.
- Added aicc option to
aicTable
, and removed superfluous arguments of this function, and added...
argument.