Skip to content

nickmcdonnough/descriptivestatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DescriptiveStatistics Build Status

A Clojure library for calculating descriptive statistics. This is a port of Derrick Parkhurst's Ruby gem which can be viewed here.

Usage

descriptivestatistics.core=> (mean [1 2 3 4])
2.5
descriptivestatistics.core=> (variance [1 2 3 4])
1.25
descriptivestatistics.core=> (standard-deviation [1 2 3 4])
1.118033988749895
descriptivestatistics.core=> (percentile-from-value [1 2 3 4 5] 4)
60.0

License

MIT

Contact

nickmcd [at] gmail

About

A basic descriptive statistics library in Clojure.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published