deseats 1.1.1
- fixed a bug in the forecasting of seasonal semiparametric ARMA
models, where for the special case of an ARMA for the rest including a
mean estimate the forecasting intervals under the normality assumption
where too large by exactly that mean estimate
- fixed an issue, probably due to some updates in
ggplot2, where inautoplotfor forecasting
objects the legend for multiple forecasting intervals was not displayed
correctly anymore
deseats 1.1.0
- the argument correction_factorin the functionsdeseats,s_semiarmaandselect_bwidthis now set toFALSEby
default.
- further arguments were added to deseats,s_semiarmaandselect_bwidthto allow for a
fine-adjustments of the algorithm, when an ARMA model is assumed as the
error process.
- the functions seasonplotandseasonplot_ggwere added to allow for the creation of seasonal plots.
- the faulty link in the manual to the RcppArmadillopackage was removed.
- the example in the documentation of ts_conversionwas
adjusted to usefile.pathfor the path to the temporary
data file.