rstable {BSL} | R Documentation |
Generate a random sample from the zero-centered stable distribution
Description
Draw a sample from a symmetric, zero-centered stable distribution with given scale and stability (alpha) parameters, using the CMS algorithm.
Usage
rstable(scale, alpha)
Arguments
scale |
The scale parameter. |
alpha |
The stability parameter. |
Value
A random sample from the zero-centered stable distribution.
[Package BSL version 3.2.5 Index]