Log-normal distribution and its uses.
mediumAnswer
- X ~ if ~ .
- Right-skewed, always positive.
- Mean: ; Median: .
- Uses: incomes, prices, response times, file sizes — quantities that are strictly positive with right skew.
- Products of many small independent factors (like the multiplicative CLT) tend log-normal.
- In DS: use log-transform to make skewed features more Gaussian-like for linear models.
Check yourself — multiple choice
- Symmetric bell curve
- ~ N; right-skewed, positive; incomes / prices / response times;
- Never used
- Discrete
Log-normal: is normal; right-skewed positive; incomes, prices, response times.
#distributions
Practise Statistics Fundamentals
215 interview questions in this topic.