Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roberto-butti committed Jan 8, 2022
1 parent 5dc3db2 commit 04629c4
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

All notable changes to `statistics` will be documented in this file.

## 0.0.1 - WIP
## 0.1.0 - 2022-01-08

Initial release with:
- getMean()
- getCount()
- getMedian()
- getLowerPercentile()
- getHigherPercentile()
- getMode()
- getFrequencies(): a frequency is the number of times a value of the data occurs;
- getRelativeFrequencies(): a relative frequency is the ratio (fraction or proportion) of the number of times a value of the data occurs in the set of all outcomes to the total number of outcomes;
- getCumulativeFrequences(): is the accumulation of the previous relative frequencies.;
- getCumulativeRelativeFrequencies(): is the accumulation of the previous relative ratio.


- initial release

0 comments on commit 04629c4

Please sign in to comment.