tsgui: Gui for times series
Description
This GUI allows real-time simulations of ARMA and GARCH processes.
Further models can be added by the user.
Usage
tsgui(user = NULL, wait = 1000, included.models =c("ARMA", "GARCH"))
Arguments
user
a further class of model (or a list of such models),
additional to ARCH(3,3) and GARCH(3,3)
wait
non-negative integer. Users will usually not change this value.
if the value is greater than 0, the control over the command line of R
is returned to the user only after the tcltk window has been left.
tsgui
checks every wait
/ 1000 seconds whether the
tcltk window has been left.
included.models
NULL
or string vector giving the internally defined
models that shall be available.
Value
A list with the latest chosen paremeters is returned.
Examples
Run this code# NOT RUN {
if (interactive()) tsgui()
# }
Run the code above in your browser using DataLab