Merge pull request #442 from kgryte/master

Add stdlib
This commit is contained in:
Joseph Misiti 2017-10-22 12:10:04 +02:00 committed by GitHub
commit 1f89cc09bd

View File

@ -493,6 +493,7 @@ Further resources:
<a name="javascript-misc"></a>
#### Misc
* [stdlib](https://github.com/stdlib-js/stdlib) - A standard library for JavaScript and Node.js, with an emphasis on numeric computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
* [sylvester](https://github.com/jcoglan/sylvester) - Vector and Matrix math for JavaScript.
* [simple-statistics](https://github.com/simple-statistics/simple-statistics) - A JavaScript implementation of descriptive, regression, and inference statistics. Implemented in literate JavaScript with no dependencies, designed to work in all modern browsers (including IE) as well as in Node.js.
* [regression-js](https://github.com/Tom-Alexander/regression-js) - A javascript library containing a collection of least squares fitting methods for finding a trend in a set of data.