cdflevy | R Documentation |
Cumulative distribution function of the Levy distribution
cdflevy(par, x)
par |
parameter vector of the Levy distribution. First parameter is the location, second is the scale parameter. |
x |
vector of observations or single value |
return the value of the pdf of the Levy distribution
Nolan, J. P. (2003). Modeling financial data with stable distributions. In Handbook of heavy tailed distributions in finance (pp. 105-130). North-Holland.
cdflevy(c(0.5,0.3),2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.