Skip to content

Commit 398846e

Browse files
committed
v2.4
2025-10-29 21:58:52
1 parent ef3625f commit 398846e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

NEWS.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ remotes::install_github("nickpoison/astsa/astsa_build")
4747

4848
> We'll send this version to CRAN when the 2nd edition of [Time Series: A Data Analysis Approach ...](https://www.routledge.com/Time-Series-A-Data-Analysis-Approach-Using-R/Shumway-Stoffer/p/book/9781041031642) is published. The planned publication date is Jan/Feb 2026.
4949
50-
- in `arma.spec`, added option (`redundancy.tol`) to specify how close roots have to be to report a warning of parameter redundancy or over-parameterization (default is .1).
50+
- in `arma.spec`, added option (`redundancy.tol`) to specify how close the inverse roots have to be to report a warning of parameter redundancy or over-parameterization (default is .1).
5151

52-
> For example, `arma.spec(ar=.9, ma=-.85)` will report over-parameterization, whereas `arma.spec(ar=.9, ma=-.85, red=.05)` will not because the roots are 1/.9 ≈ 1.111 and 1/.85 ≈ 1.176, which differ by about .065.
5352

5453
- removed asking if the user wants `xts` to be installed at startup ... _apologies_ for doing what we said we would never do - it's why there is an update so soon
5554

0 commit comments

Comments
 (0)