gmwm
gmwm copied to clipboard
Simulation Changes
Issue:
We currently have a non-standard way of simulating models in R.
Furthermore, we need to provide a means to simulate values under heavy simulation.
Solution:
- Change the simulation parameters from
gen.gts(model, n)
togen.gts(n,model)
to force the user to specify a value. - Write a
gen.ts()
function that does not add any bells and whistles of thegen.gts()
function.