Skip to content

Simple quantitative library for Java 6. It's power lies in a concise DSL-like syntax.

Notifications You must be signed in to change notification settings

fernandoracca/quantifyit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuantifyIt is a minimalist numeric and statistical package for Java 6 or better.

On the numeric side,

It introduces a new Decimal? object that replaces BigDecimal, offering the same precision without all the quirks associated with it.

Some of the benefits of Statistical tools currently supported:

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

About

Simple quantitative library for Java 6. It's power lies in a concise DSL-like syntax.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages