Log-normal distribution and its uses.
medium- 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.
#distributionsPermalink & quiz →