dist-sgedSlider function

Skew GED distribution slider

Skew GED distribution slider

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

sgedSlider(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

Nelson D.B. (1991); Conditional Heteroscedasticity in Asset Returns: A New Approach, Econometrica, 59, 347--370.

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

sged, sgedFit

Examples

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