You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
*`bld.mbb.bootstrap()` no longer errors when `num = 1` and now validates that `num` is a positive integer.
7
7
*`forecast.Arima()` now correctly passes `xreg` when `bootstrap = TRUE` (#1115).
8
8
*`forecast.ets()` now gives the intended error message when forecasting fails for a multiplicative trend model.
9
+
*`meanf()` no longer errors with `bootstrap = TRUE` when a single confidence level is supplied.
9
10
*`nsdiffs()` now ignores extra arguments passed via `...` with `test = "seas"` instead of silently returning 0.
10
11
*`print()` for `Arima()` models now displays the stored AICc and BIC values instead of recomputing them, which gave slightly different results for series with interior missing values.
11
12
*`theta_model()` and `thetaf()` gained a `type` argument to select additive or multiplicative seasonal decomposition.
0 commit comments