clarification for which data which Benford's law applies
This commit is contained in:
parent
d7a36afe0d
commit
d1ea2c1406
@ -27,5 +27,5 @@ $ ./benfords-law.exe
|
||||
Press 'Enter' to continue...
|
||||
```
|
||||
|
||||
This shows that Benford's law only works when the data is not random, such as natural data gathered in real life. This is because natural data is generated following a [power law](https://en.wikipedia.org/wiki/Power_law), which is common in nature.
|
||||
This shows that Benford's law only works when the data is not random, such as natural data gathered in real life. This is because for data which Benford's law does work, it's natural data generated following a [power law](https://en.wikipedia.org/wiki/Power_law), which is quite common in nature.
|
||||
|
Loading…
Reference in New Issue
Block a user