You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to specify the simulated innovations. Often I'm combining ARIMA models for some variables with different models for others and using a copula framework to simulated the system.
Would be helpful to allow something like: ar_sim = simulate_scenarios(ar1,1,1000; innovations=randn(1000))
generically: ar_sim = simulate_scenarios(ar1,n,m; innovations=r)
where r is (n,m)