-
Notifications
You must be signed in to change notification settings - Fork 27
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
The function seas()
fails, complaining of errors in the data, for no good reason
#287
Comments
Could you give a reproducible example? See here for how to provide one. This may be a X13 limitation. I have some vague memories that I had troubles with very long time series too. |
Run the following code to reproduce the error. A check is needed on
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A fit on the monthly series 1910 to March 2022 fails, with the error "Error: X-13 run failed".
The file generated for the X-13 run appears fine. Data in file reads into R using
read.table()
,with finite range of values.
When the series is split into two parts, 1910 to 1949, and 1950 to 2022, there is no problem.
Details are in the attached PDF.
FitTOmonthlySeries1910to2022.pdf
The text was updated successfully, but these errors were encountered: