link to power law article

This commit is contained in:
Steven Polley 2020-11-15 01:07:44 +00:00
parent 022ff76715
commit 44698ca88e
1 changed files with 1 additions and 1 deletions

View File

@ -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, 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 natural data is generated following a [power law](https://en.wikipedia.org/wiki/Power_law), which is common in nature.