rjdverse / rjd3tramoseats

R access to Tramo-Seats algorithm in JDemetra+ version 3.x
https://rjdverse.github.io/rjd3tramoseats/
European Union Public License 1.2
4 stars 6 forks source link

Default seats nfcast #3

Closed TanguyBarthelemy closed 1 year ago

TanguyBarthelemy commented 1 year ago

Issue from @AQLT palatej/rjd3tramoseats#4

By default the nfcast parameter of seats seems equal to -2 (same value importing a workspace with the default specification where it should be equal to -1?)

library("rjd3tramoseats")
spec_tramoseats()$seats$nfcasts
#> [1] -2
palatej commented 1 year ago

I put that value by default on the request of some users. The number of forecasts as no impact on the results (Burman computes the needed number of forecasts, which depends on the model and Kalman doesn't use forecasts at all).