-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding span in print.JD3_TRAMOSEATS_OUTPUT
#36
Comments
On this subject my opinion is that the default print output is too long and complicated for a simple use. I would rather propose a huge simplification for the print method (for exemple only keeping the RegARIMA coefficients) and a detailed output with #> Method: TRAMO-SEATS
#> Log-transformation: yes
#> SARIMA model: (0,1,1) (0,1,1)
#>
#> SARIMA coefficients:
#> theta(1) btheta(1)
#> -0.53263 -0.68006
#> Regression model:
#> monday tuesday wednesday thursday friday saturday lp AO (2000-06-01)
#> -0.00235 0.00533 -0.00126 0.00937 0.00515 0.00183 0.04201 0.21634
#> AO (2000-09-01)
#> 0.12194 Concerning model span and estimation span it's more a compromise between clarity and completeness: to what extent do we want to recall the specifications? For example, do we want to distinguish between atypical points imposed by the user and those detected automatically? |
related to rjdverse/rjd3x13#45 |
In the display of the output af a SA with
tramoseats()
, the model span and estimation span don't appear:Created on 2024-04-04 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: