dln3 {LMoFit} | R Documentation |
Probability density function of Lognormal-3 Distribution
Description
Probability density function of Lognormal-3 Distribution
Usage
dln3(x, para = c(0, 0, 1))
Arguments
x |
quantile/s |
para |
parameters as c(zeta, mu, sigma) that is c(lower bound, mean on log scale, standard deviation on log scale). |
Value
Probability density function
Author(s)
Mohanad Zaghloul [aut, cre], Simon Michael Papalexiou [aut, ths], Amin Elshorbagy [aut, ths]
Examples
d <- dln3(x = 12, para = c(0, 0, 1))
[Package LMoFit version 0.1.7 Index]