Learn R Programming

ecd (version 0.9.2.4)

levy.dlambda: Standard Lambda distribution

Description

Standard Lambda distribution PDF that can take complex argument.

Usage

levy.dlambda(x, lambda = 4)

Arguments

x

numeric, complex, mpfr, mpfc

lambda

numeric. Default is 4, the quartic distribution.

Value

PDF in the same type as x

Examples

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

# }

Run the code above in your browser using DataLab