Closed jennahamlin closed 1 year ago
You are using a log transformation, and the mean is not the exponential of the predicted values on the log scale. See https://otexts.com/fpp3/ftransformations.html#bias-adjustments
@robjhyndman Thank you for the reminder, made the adjustment to print median instead of mean.
Hello -
When I generate a forecast using the TSLM function from fable, the point forecasts are different than those generated using the predict function associated with linear models (see below). Adding in the
approx_normal = FALSE
call, as suggested in #343, resolved my issue with the prediction intervals being different between the two methods but not the point forecast (mean) values. Obviously, I am missing something but am unsure of what. Any additional information would be greatly appreciated. Thank youForecast values using TSLM from fable
code to produce fable TSLM values
Forecast values using predict
code to produce fable predict values