Learn R Programming

fGarch (version 3042.83.1)

sstdSlider: 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 type="dist", the default value, or a random variates plot, type="rand".

Value

a Tcl object.

References

Fernandez C., Steel M.F.J. (2000); On Bayesian Modelling of Fat Tails and Skewness, Preprint, 31 pages.

Examples

Run this code
# NOT RUN {
## sstdSlider -
   require(tcltk)
   sstdSlider("dist")
   sstdSlider("rand")
# }

Run the code above in your browser using DataLab