Closed
Description
The following code doesn't automatically back transform a box_cox transformation:
UKLungDeaths <- as_tsibble(cbind(mdeaths, fdeaths), pivot_longer = TRUE)
UKLungDeaths %>%
left_join(UKLungDeaths %>% features(value, features = guerrero)) %>%
model(ETS(box_cox(value, lambda_guerrero))) %>%
forecast(h = 12)
Is there a different way to specify different lambda vals for different key groups?
Metadata
Metadata
Assignees
Labels
No labels