pLN | R Documentation |
Lognormal (LN) Cumulative Distribution Function.
pLN(t, kappa, alpha)
t |
: positive argument |
kappa |
: meanlog parameter |
alpha |
: sdlog parameter |
the value of the LN cumulative distribution function
Abdisalam Hassan Muse, Samuel Mwalili, Oscar Ngesa, Christophe Chesneau abdisalam.hassan@amoud.edu.so
t=runif(10,min=0,max=1) pLN(t=t, kappa=0.75, alpha=0.95)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.