pdfln3 {lmomco} | R Documentation |
This function computes the probability density
of the Log-Normal3 distribution given parameters (zeta, μ,
and σ) of the distribution computed by parln3
.
The probability density function function of the distribution is
f(x) = frac{exp{kappa y - y^2/2}}{α sqrt{2π}} mbox{,}
where Phi is the cumulative ditribution function of the standard normal distribution and y is
pdfln3(x, para)
x |
A real value. |
para |
The parameters from parln3 or similar. |
Probability density (f) for x.
W.H. Asquith
NEED
lmr <- lmom.ub(c(123,34,4,654,37,78)) ln3 <- parln3(lmr) x <- qualn3(0.5,ln3) pdfgno(x,ln3)