-
Notifications
You must be signed in to change notification settings - Fork 73
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
Failure to build a multiplicative ozone model with Lag1 trend #220
Comments
FIX : in multiplicative models (TSR), force all model components to have reasonable values (AR model values are above 1e+100 for higher horizon values). This fix has the advantage to have the less side effects. |
This may not be a perfect solution , but , for the moment, it is an efficient workaround. The values are clipped only when the model is computed which does not match individual component values product in the forecast output pandas dataframe. |
FIXED. |
script to reproduce (to be committed)
fails with
The text was updated successfully, but these errors were encountered: