-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Decomposition statistics in default print #62
Conversation
Hi @AQLT, In {JDCruncheR}, we created some options to customize the thresholds (applied to the Do you think it's possible to unify these options (without having to redefine them in different places)?
This means that the thresholds used BY DEFAULT (in {rjd3x13} are the one defined in JDemetra+ BY DEFAULT and not the one customized by the user. |
Hi @TanguyBarthelemy, |
I don't agree (or maybe I didn't understand), customising thresholds is important even within the same country to adjust the different modalities (Good, Bad, Severe...).
I totally agree, putting it in a
Once again, even when normalised to 1, it may be appropriate in some cases to change the acceptance values and push them to 1.1 or 1.3.
Are you talking about the display? I'm in favour of leaving them in (except if there are too many elements?). Otherwise the information will still be available in the model.
That's a good idea. In {rjd3revisions}, the choice was made to declare as many options as thresholds. options(
augmented_t_threshold = c(severe = 0.005, bad = 0.01, uncertain = 0.05),
slope_and_drift_threshold = c(severe = 0.005, bad = 0.05, uncertain = 0.10),
theil_u2_threshold = c(uncertain = .5, bad = .7, severe = 1)
) instead of options(rjd3revisions_threshold = list(
augmented_t_threshold = c(severe = 0.005, bad = 0.01, uncertain = 0.05),
slope_and_drift_threshold = c(severe = 0.005, bad = 0.05, uncertain = 0.10),
theil_u2_threshold = c(uncertain = .5, bad = .7, severe = 1)
)) On the other hand, if you want to give the user the freedom to change the thresholds for a single function call (as done in {JDCruncheR}), this forces the developer to add a large number of arguments to his functions |
To summarise, removing the "Good"/"Bad" would be OK and more conventional? On JDCruncheR, one solution could be to use the function |
Thank you for your remarks on JDCruncheR, I'll raise some issues on this subject. |
I propose to add some statistics on the decomposition (max 2 lines) in the default print
By default the threshold are the one of JDemetra+ but can be set with the option
thresholds_pval