dist-stdSlider: Student-t distribution slider

stdSliderR Documentation

Student-t distribution slider

Description

Displays interactively the dependence of the Student-t distribution on its parameters.

Usage

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

Author(s)

Diethelm Wuertz for the Rmetrics R-port

See Also

std, stdFit,

Examples

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

## End(Not run)

fGarch documentation built on March 27, 2024, 3:02 a.m.