-
Notifications
You must be signed in to change notification settings - Fork 0
Home
fractal edited this page Sep 13, 2010
·
25 revisions
Simple quantitative library for Java 6. It’s power lies in a concise DSL-like syntax.. It introduces a new Decimal object that substitutes BigDecimal, offering the same precision without all the quirks associated with it.
How to Use the lib
Compare Performance compared to java types
In its first versions, it offers a series of simple but useful statistical tools.
Averages:
- Mean
- Median
- Mode
Dispersion:
- Variance (population and sample)
- Standard Deviation (population and sample)
- Conversion between Variance and Standard Deviation (and viceversa)
- Min
- Max
- Range
Summaries for both population and samples:
- Mean
- Standard Deviation
Upcoming…
- Z-Score ( Standard Score)
- your functions …!