Skip to content

v3.1.0

Latest
Compare
Choose a tag to compare
@jeswheel jeswheel released this 16 Nov 16:16
· 5 commits to main since this release
7f9b8f0

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 and min_inv_root_dist arguments to arima.
  • 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.