levy.dskewed: Skewed Levy distribution in Levy statistics

levy.dskewedR Documentation

Skewed Levy distribution in Levy statistics

Description

Skewed Levy distribution PDF. In our context, "skewed" means "completed asymmetric alpha-stable", or called "one-sided alpha-stable". And we use lambda = 2/alpha.

Usage

levy.dskewed(x, lambda = 4)

Arguments

x

numeric, complex, mpfr, mpfc

lambda

numeric. Default is 4, the Levy distribution as is generally called.

Value

PDF in the same type as x

Author(s)

Stephen H. Lihn

Examples

x = seq(1,10)
y = levy.dskewed(x)


ecd documentation built on May 10, 2022, 1:07 a.m.