sstdSlider {fGarch} | R Documentation |
Skew Student-t distribution slider
Description
Displays interactively the dependence of the skew Student-t distribution on its parameters.
Usage
sstdSlider(type = c("dist", "rand"))
Arguments
type |
a character string denoting which interactive plot should be
displayed. Either a distribution plot |
Value
a Tcl object
Author(s)
Diethelm Wuertz for the Rmetrics R-port
References
Fernandez C., Steel M.F.J. (2000); On Bayesian Modelling of Fat Tails and Skewness, Preprint, 31 pages.
See Also
Examples
## Not run:
## sstdSlider -
require(tcltk)
sstdSlider("dist")
sstdSlider("rand")
## End(Not run)
[Package fGarch version 4033.92 Index]