dln3 | R Documentation |
Probability density function of Lognormal-3 Distribution
dln3(x, para = c(0, 0, 1))
x |
quantile/s |
para |
parameters as c(zeta, mu, sigma) that is c(lower bound, mean on log scale, standard deviation on log scale). |
Probability density function
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
d <- dln3(x = 12, para = c(0, 0, 1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.