Learn R Programming

fBasics (version 4021.93)

StableSlider: Slider GUI for Stable Distribution

Description

The stableSlider() function provides interactive displays of density and probabilities of stable distributions.

Usage

stableSlider(col= "steelblue", col.med = "gray30")

Value

The stableSlider() function displays densities and probabilities of the skew stable distribution, for educational purposes.

Arguments

col, col.med

optional arguments for the slider.

Author

Diethelm Wuertz for the Rmetrics R-port.

References

see those in dstable, in package stabledist.

Examples

Run this code
if(dev.interactive())
   stableSlider()

Run the code above in your browser using DataLab