rstable: Generate a random sample from the zero-centered stable...

View source: R/RcppExports.R

rstableR 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.


BSL documentation built on Nov. 3, 2022, 9:06 a.m.