Learn R Programming

BSL (version 3.2.5)

rstable: 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)

Value

A random sample from the zero-centered stable distribution.

Arguments

scale

The scale parameter.

alpha

The stability parameter.