Class for single time series
Class for single time series
Methods
Inherited methods
Method new()
create a new single object
Arguments
ts
a time series object
template
passed as the spec
argument of x13()
or
tramoseats()
userdefined
passed as the userdefined
argument of x13()
or
tramoseats()
...
passed to x13_spec()
or tramoseats_spec()
Method run()
run the model
Usage
persephoneSingle$run(verbose = FALSE)
Arguments
verbose
wether to display outputs after the run
Method clone()
The objects of this class are cloneable with this method.
Usage
persephoneSingle$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.