Changelog
Source:NEWS.md
publishTC 0.2.3
Handle filtering cases when the series is constant.
New function
split_smoothing()
to smooth series taking into account breaks.
publishTC 0.2.2
New function
x13_regarima_outliers()
to detect AO and LS on a seasonally adjusted series.New function
smoothness()
to compute a smoothness statistic.If
n_last_tc = NULL
then the value is defined according to the MCD statistic.ggconfint_plot()
correction of parametersxlim
andylim
which were not used.New parameter
sa_bar_line
forgrowthplot()
.
publishTC 0.2.0
mcd()
now returns by default the value of the number of period (instead ofNULL
)correction of local parameterisation functions when series contains NA.
For the plots, by default only the 4 last values of the trend-cycle are dotted to emphasize the higher variability of the last values.
New
growthplot()
function.