Common interface for x13 and tramoseats
new(): Initializes an object. See the documentation for the derived
classes for details.
run(verbose = FALSE): Runs the model
updateParams(...): Updates the current parameters
plot(...): Interactive time series plot for a persephone object, see
plot.persephoneSingle or plot.hierarchicalTimeSeries
plotSeasIrrCal(...): Interactive plot of the seasonal component,
irregular component and calendar
effects for a persephone object, see plotSeasIrrCal
plotResiduals(...): Several interactive plots in connection with
residuals for a persephone
object, see plotResiduals
params: A parameters object of class SA_spec. See x13_spec and
tramoseats_spec.
ts: The time series.
output: The return value from the underlying functions x13 or
tramoseats. This slot will
be empty (NULL) before run() is called for the first time.
verbose: should the output from the underlying RJDemetra function be
displayed after the
run? If FALSE (the default), the output will be returned invisibly.
paramsA parameters object of class SA_spec. See x13_spec()
and tramoseats_spec().
tsthe (unajusted) time series
tspthe tsp() of the underlying time series
outputThe return value from the underlying functions x13 or tramoseats. This slot will be empty (NULL) before run() is called for the first time.
adjustedget the adjusted series
adjustedDirectsee perHts
specspecifications passed to x13() and tramoseats() when the
$run() method is invoked
forecastsget forecasts from the model
forecastsDirectget direct forecasts from the model
plot()visualize the results of an adjustment
...Interactive time series plot for a persephone object,
see plot.persephoneSingle() or plot.hierarchicalTimeSeries()
plotSeasIrrCal()Interactive plot of the seasonal component, irregular component and calendar effects for a persephone object
...passed to plotSeasIrrCal()
generateQrTable()create a table for the eurostat quality report
setOptions()update options for the model
userdefinedsee x13() and tramoseats()
specsee x13() and tramoseats()
recursiveonly applicable to hierarchical series. propagates the updates to sub-series. see perHts