-
new parameter
add_obs_to_forecast
tosimple_dashboard()
andsimple_dashboard2()
. -
new parameter
td_effect
tosimple_dashboard()
andsimple_dashboard2()
to indicate if the residual trading days effect test should be printed. By default (td_effect = NULL
) the test is only printed for monthly series. -
The title of table of outliers of
simple_dashboard2()
now also depend on the number of outliers detected by the model. -
improvement placement of table of outliers in
simple_dashboard2()
.
- correction of the use of
tail()
onts
object to avoid error.
-
Fix of minimum versions of dependencies.
-
Correction of the orders of the outliers in
simple_dashboard2()
.
-
deprecated function
sa_dashboard()
removed. -
legend in
simple_dashboard()
. -
new parameter in
simple_dashboard()
to remove the "Others" contribution in the variance decomposition table and to rescale the contributions to sum to 100. -
new function
simple_dashboard2()
: same assimple_dashboard()
but with smaller text to add informations on last outliers.
-
documentation updated.
-
simple_dashboard()
function. -
sa_dashboard()
deprecated, usesc_dashboard()
instead.
- correction for
X13
models with log decomposition.