Learn R Programming

fGarch (version 4033.92)

snormSlider: Skew normal distribution slider

Description

Displays interactively the dependence of the skew Normal distribution on its parameters.

Usage

snormSlider(type = c("dist", "rand"))

Value

a Tcl object

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".

Author

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

snormFit (fit), snorm,

Examples

Run this code
if (FALSE) {  
## snormSlider -
   require(tcltk)
   snormSlider("dist")
   snormSlider("rand")
}

Run the code above in your browser using DataLab