-
Notifications
You must be signed in to change notification settings - Fork 342
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
fitted values of stlm with Box-Cox transform #482
Comments
Works fine for me. Are you using the current github version? |
This was CRAN 7.3. Here is what I was getting:
It appears fine on the Github version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
stlm()$fitted
does not hold backtransformed fitted values when a Box-Cox transformation is used.Compare the following:
I'd guess the values saved in
$fitted
need to be backtransformed and saved correctly (if that doesn't break anything else) or that a genericfitted.stlm()
might need to be defined to use$lambda
to process and return the correct fitted values whenfitted()
is called on thestlm
object.The text was updated successfully, but these errors were encountered: