Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arose13/fun-math
A collection of easy to use statistical functions
https://github.com/arose13/fun-math
Last synced: 8 days ago
JSON representation
A collection of easy to use statistical functions
- Host: GitHub
- URL: https://github.com/arose13/fun-math
- Owner: arose13
- License: gpl-2.0
- Created: 2014-12-21T16:44:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-17T04:42:26.000Z (over 9 years ago)
- Last Synced: 2024-10-07T06:41:05.396Z (about 1 month ago)
- Language: Java
- Size: 234 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Statistics
==========A collection of easy to use statistical functions for Java.
[12/22/2014] Version 0.1
Basic stats. Normal distribution and Z score.
[12/29/2014] Version 0.1.1
Random number generators from ranges.
[12/30/2014] Version 0.1.2
Max and Min values from an ArrayList.[01/08/2015] Version 0.1.3
Population Variance and Standard deviation added.