Learn R Programming

ecd (version 0.9.2.4)

levy.dskewed: 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

Examples

Run this code
# NOT RUN {
x = seq(1,10)
y = levy.dskewed(x)

# }

Run the code above in your browser using DataLab