24 lines
846 B
Markdown
24 lines
846 B
Markdown
## 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
|
|
|
|
* [science.js](https://github.com/jasondavies/science.js)
|
|
* [atoll.js](https://github.com/nsfmc/atoll.js)
|
|
* [descriptive_statistics](https://github.com/thirtysixthspan/descriptive_statistics)
|
|
* [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)
|
|
|
|
### Python
|
|
|
|
* [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/)
|