lognpdf
Lognormal probability density function
Description
Examples
Input Arguments
Output Arguments
More About
Alternative Functionality
lognpdf
is a function specific to lognormal distribution. Statistics and Machine Learning Toolbox™ also offers the generic functionpdf
, which supports various probability distributions. To usepdf
, create aLognormalDistribution
probability distribution object and pass the object as an input argument or specify the probability distribution name and its parameters. Note that the distribution-specific functionlognpdf
is faster than the generic functionpdf
.Use the Probability Distribution Function app to create an interactive plot of the cumulative distribution function (cdf) or probability density function (pdf) for a probability distribution.
References
[1] Mood, A. M., F. A. Graybill, and D. C. Boes. Introduction to the Theory of Statistics. 3rd ed., New York: McGraw-Hill, 1974. pp. 540–541.
[2] Evans, M., N. Hastings, and B. Peacock. Statistical Distributions. 2nd ed., Hoboken, NJ: John Wiley & Sons, Inc., 1993.
Extended Capabilities
Version History
Introduced before R2006a