dist-snormSlider function

Skew normal distribution slider

Skew normal distribution slider

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

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

Returns

a Tcl object

References

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

Author(s)

Diethelm Wuertz for the Rmetrics -port

See Also

snormFit (fit), snorm,

Examples

## Not run: ## snormSlider - require(tcltk) snormSlider("dist") snormSlider("rand") ## End(Not run)