Skip to content

Releases: bg117/FrequencyDistributionTable

0.10.4

05 Mar 13:44
Compare
Choose a tag to compare
0.10.4 Pre-release
Pre-release

use scrollviewer
add population standard deviation computation

Full Changelog: 0.10.3...0.10.4

0.10.3

04 Mar 14:39
Compare
Choose a tag to compare
0.10.3 Pre-release
Pre-release

add sample standard deviation computation

Full Changelog: 0.10.2...0.10.3

0.10.2

04 Mar 14:33
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release

add population variance computation
fix divide by zero error when total frequency is 1
change variance, mean, and median symbols to math letters
increase default text size

Full Changelog: 0.10.1...0.10.2

0.10.1

04 Mar 14:08
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release

add sample variance calculation

0.10.0

04 Mar 13:26
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

add range computation
fix exception when D1 + D2 = 0
fix exception when median class frequency is 0

Full Changelog: 0.9.3...0.10.0

0.9.3

04 Mar 13:09
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release

add mode computation
fix exception when no class below median class
fix mode returning wrong value (int is bad at division)

Full Changelog: 0.9.2...0.9.3

0.9.2

04 Mar 06:49
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

add median computation

Full Changelog: 0.9.1...0.9.2

0.9.1

04 Mar 06:34
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

add mean computation
fix total frequency not getting cleared when clearing FDT

Full Changelog: 0.9.0...0.9.1

0.9.0

04 Mar 06:10
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

First release