diff --git a/articles/SW02_Forecasting_Multiple_Models.html b/articles/SW02_Forecasting_Multiple_Models.html index 0f24d61..735dfb1 100644 --- a/articles/SW02_Forecasting_Multiple_Models.html +++ b/articles/SW02_Forecasting_Multiple_Models.html @@ -313,15 +313,15 @@
df_out$out
## [[1]]
-## [1] 0.54818551 0.31200612 0.55621273 0.32530683 0.76215766 0.30280104
-## [7] 0.27580616 0.04623577 0.68474766 0.03887453
+## [1] 0.42155563 0.42379228 0.46917184 0.10316305 0.26565995 0.09874709
+## [7] 0.08690328 0.07262046 0.69857270 0.49356690
##
## [[2]]
-## [1] 6 7 6 5 12
+## [1] 14 7 10 4 10
##
## [[3]]
-## [1] 18.4421424 4.3480539 -7.3581514 0.6666766 21.8707091 -1.7164745
-## [7] -11.9968083 -21.6309492 23.5678024 -11.5255936
+## [1] 4.407060 11.573701 -15.967180 -19.109283 -10.849322 2.106939
+## [7] 5.287479 -3.501710 -4.141385 2.282338
Take a minute to understand the conceptual process of the
invoke_map
function and specifically the parameter setup.
Once you are comfortable, we can move on to model implementation.