pdflnormal | R Documentation |
Probability density function of the log-normal distribution
pdflnormal(par, x)
par |
parameter vector of the log-normal distribution. First parameter is the shape and second is the scale parameter |
x |
vector of observations or single value |
return the value of the pdf of the log-normal distribution
Heyde, C. C. (1963). On a property of the lognormal distribution. Journal of the Royal Statistical Society: Series B (Methodological), 25(2), 392-393.
pdflnormal(c(2,3),5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.