Limitations of Mathematical Transformations #5
AhmedThahir
started this conversation in
General
Replies: 1 comment 3 replies
-
This is addressed in Section 5.6: https://otexts.com/fpp3/ftransformations.html#bias-adjustments Yes, it has an impact in practice. The fable package will automatically do the bias adjustment for any transformation used. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Book Reference: https://otexts.com/fpp3/transformations.html#mathematical-transformations
Dear moderators
$\vert \log \hat y - \log y \vert$ instead of the intended $\vert \hat y - y \vert$
Performing a linear regression with transformation, such as log transform, will be optimizing for minimizing the residual:
From my understanding, this will result in under-forecasting as the loss function as$\vert \log \hat y - \log y \vert = \log \left\vert \dfrac{\hat y}{y} \right\vert$ , which will reduce the importance of large response values and increase the importance of small response values.
This is also cited in https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2021JG006238:
As esteemed experts in this field, I would like to know
Best regards
Beta Was this translation helpful? Give feedback.
All reactions