|
|
|
|
|
by aquafox
457 days ago
|
|
Interesting insight why applying a log transform often makes data normally distributed: Pretty much all laws of nature are multiplications (F=ma, PV=nRT, etc). If you start with i.i.d random variables and multiply them, you get log-normal data by virtue of the central limit theorem (because multiplications are additions on a log scale; and the CLT is also somewhat robust to non iid-ness). Thinking of data as the result of a lot of multiplications of influential factors, we thus get a log-normal distribution. |
|