Am 20.11.2021 um 23:34 schrieb Allin Cottrell:
On Sat, 20 Nov 2021, Sven Schreiber wrote:
> OK, some testing with an artificially constant series:
>
> <hansl>
>
> nulldata 200
> setobs 4 1:1 --time-series
> series x = 2
> series xSA = deseas(x) # no error, series is produced
>
> </hansl>
>
What version of x12a or x13as are you using? If I try the above with
current x13as (version 1.1, build 58) I get
The x13as.exe file in the path where
gretl is pointed to has a date
stamp from 2017, basically when this machine/system was set up I guess.
The doc says v1.1, don't know which build.
But "catch" works on built-in functions as well as commands
so the
error can be caught.
OK.
>> It would be quite easy to add an optional bundle-of-options
argument
>> to deseas(), to give as much control over the processing as is
>> offered by the GUI interface (perhaps more, if anyone's so motivated).
Me too, I'm working on it, progress can be observed in git.
What would be great, is if all those options could be included as
user-settable which then allow to replicate the presets in the following
table:
https://jdemetradocumentation.github.io/JDemetra-documentation/pages/refe...
I mean primarily RSA0...RSA5. If deseas() accepts an options bundle,
putting together the bundles for those presets would be mostly trivial.
thanks
sven