powered by
deseats
Exponentiate, i.e. as act of retransformation, (point and interval) forecasts obtained via the deseats package.
# S4 method for deseats_fc expo(object, ...)
An object of class "deseats_fc" is returned.
"deseats_fc"
an object of class "deseats_fc".
currently without purpose; included for compatibility only.
# \donttest{ est <- s_semiarma(log(EXPENDITURES), set_options(order_poly = 3)) fc <- predict(est, n.ahead = 8) fc2 <- expo(fc) fc2 # }
Run the code above in your browser using DataLab