## simple-statistics in other languages

* Python: [simplestatistics](https://github.com/sheriferson/simplestatistics)

## See Also

* [stream-statistics](https://github.com/tmcw/stream-statistics), a sister project that implements
  many of the same measures for streaming data - as online algorithms

### Javascript
* [R-js](https://github.com/R-js) port of r core libRmath and BLAS to typescript
* [science.js](https://github.com/jasondavies/science.js)
* [atoll.js](https://github.com/nsfmc/atoll.js)
* [jStat](http://www.jstat.org/)
* [classifier](https://github.com/harthur/classifier) is a naive bayesian classifier (though specialized for the words-spam case)
* [underscore.math](https://github.com/syntagmatic/underscore.math/blob/master/underscore.math.js)
* [regression-js](https://github.com/Tom-Alexander/regression-js) has many methods for linear regression
* [math.js](https://github.com/josdejong/mathjs)
* [Jerzy](https://github.com/pieterprovoost/jerzy)
* [vega-statistics](https://github.com/vega/vega-statistics)
* [datalib](https://github.com/vega/datalib)
* [d3-regression](https://github.com/harrystevens/d3-regression)

### Ruby

* [descriptive_statistics](https://github.com/thirtysixthspan/descriptive_statistics)

### C

* [apophenia](https://github.com/b-k/apophenia)

### Python

* [Python 3's built-in statistics module](https://docs.python.org/3/library/statistics.html)
* [Pandas](http://pandas.pydata.org/)
* [SciPy](http://www.scipy.org/)

### Their Own Language

* [Julia Language](http://julialang.org/)
* [R language](http://www.r-project.org/)
