Lognormal Probability Density Function (PDF):
From: | To: |
The lognormal distribution is a probability distribution of a random variable whose logarithm is normally distributed. It's used when the quantity of interest must be positive and has a right-skewed distribution.
The calculator uses the lognormal probability density function (PDF):
Where:
Explanation: The lognormal distribution is characterized by parameters μ and σ, which are the mean and standard deviation of the variable's natural logarithm.
Details: Lognormal distribution is commonly used in finance (stock prices), biology (species abundance), engineering (particle sizes), and other fields where values are positively skewed and cannot be negative.
Tips: Enter a positive value for x, any value for μ, and a positive value for σ. The calculator will return the probability density at point x.
Q1: What's the difference between normal and lognormal distribution?
A: Normal distribution is symmetric and can have negative values, while lognormal is skewed right and only has positive values.
Q2: How are μ and σ related to the mean and variance of the distribution?
A: The mean is exp(μ + σ²/2) and variance is [exp(σ²)-1]exp(2μ + σ²).
Q3: When should I use lognormal distribution?
A: When your data is positively skewed, always positive, and the logarithm of the data appears normally distributed.
Q4: Can the lognormal PDF be greater than 1?
A: Yes, PDF values can exceed 1 since they're probability densities, not probabilities.
Q5: How do I estimate μ and σ from data?
A: Take the natural log of all data points, then calculate the mean and standard deviation of these logged values.