pdflevy {ERPeq}R Documentation

Probability density function of the Levy distribution

Description

Probability density function of the Levy distribution

Usage

pdflevy(par, x)

Arguments

par

parameter vector of the Levy distribution. First parameter is the location, second is the scale parameter.

x

vector of observations or single value

Value

return the value of the pdf of the Levy distribution

References

Nolan, J. P. (2003). Modeling financial data with stable distributions. In Handbook of heavy tailed distributions in finance (pp. 105-130). North-Holland.

Examples

pdflevy(c(0.5,0.3),2)

[Package ERPeq version 0.1.0 Index]