milcent / benford_py

Python implementation of Benford's Law tests.
BSD 3-Clause "New" or "Revised" License
151 stars 52 forks source link

Confidence @propoerty #9

Closed milcent closed 4 years ago

milcent commented 6 years ago

Decorate the confidence atribute with the @property decorator to make it easy to update it.