Learn R Programming

lmomco (version 1.7.3)

pdfln3: Probability Density Function of the 3-Parameter Log-Normal Distribution

Description

This function computes the probability density of the Log-Normal3 distribution given parameters ($\zeta$, $\mu$, and $\sigma$) of the distribution computed by parln3. The probability density function function of the distribution is

$$f(x) = \frac{exp{\kappa y - y^2/2}}{\alpha \sqrt{2\pi}} \mbox{,}$$ where $\Phi$ is the cumulative ditribution function of the standard normal distribution and $y$ is

Usage

pdfln3(x, para)

Arguments

x
A real value.
para
The parameters from parln3 or similar.

Value

  • Probability density ($f$) for $x$.

References

NEED

See Also

cdfln3, qualn3, parln3

Examples

Run this code
lmr <- lmom.ub(c(123,34,4,654,37,78))
  ln3 <- parln3(lmr)
  x <- qualn3(0.5,ln3)
  pdfgno(x,ln3)

Run the code above in your browser using DataLab