powered by
Generate plots of Monte Carlo simulations.
# S3 method for MonteCarloSimulations tfplot(x, tf=tframe(x$simulations), start=tfstart(tf), end=tfend(tf), series=seq((dim(x$simulations)[2])), select.simulations=seq(dim(x$simulations)[3]), graphs.per.page=5, mar=par()$mar, ...)
None
The result of MonteCarloSimulations.
The time frame for plots. see tfplot.
tfplot
The starting period for plots, taken from tf by default.
The ending period for plots, taken from tf by default.
The series which should be plotted. The default NULL gives all series.
Vector of integers indicating the simulations which should be plotted. The default plots all simulations.
The number of graphs to put on a page.
Plot margins (see par).
par
arguments passed to other methods.
This function produces plots of the simulated series. Output graphics can be paused between pages by setting par(ask=TRUE).
distribution.MonteCarloSimulations
data("eg1.DSE.data.diff", package="dse") model <- estVARXls(eg1.DSE.data.diff) z <- MonteCarloSimulations(model) tfplot(z)
Run the code above in your browser using DataLab