Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. gas_model <- UniGASSpec(Dist = "std", ScalingType = "Identity",
  2. GASPar = list(location = TRUE, scale = TRUE, shape = FALSE))
  3.  
  4. gas_fit <- UniGASFit(gas_model, time_series)
  5.  
  6. gas_forecast <- UniGASFor(gas_fit, H = 1, ReturnDraws = T)
  7.  
  8. prediction_point <- mean(gas_forecast@Draws)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement