cdflevy {ERPeq} | R Documentation |
Cumulative distribution function of the Levy distribution
Description
Cumulative distribution function of the Levy distribution
Usage
cdflevy(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
cdflevy(c(0.5,0.3),2)
[Package ERPeq version 0.1.0 Index]