@sgratzl/science

2.0.0 • Public • Published

Science.js

Science.js is a JavaScript library for scientific and statistical computing.

Currently, there are two modules:

  • science.stats, containing various implementations of statistical methods similar to those provided by R;
  • science.lin, for linear algebra.

Development

To help develop Science.js, you need to have Node.js and NPM installed. Once you have done that, run the following from the root directory of this repository to install the development dependencies:

make install

Thanks

I originally started this in order to add a reusable statistics module to D3.js, but now it's grown into a whole new project of its own!

The project structure and Makefile is based on that of D3, so a big thank you goes to Mike Bostock for this.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    1,627
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    1,627

Package Sidebar

Install

npm i @sgratzl/science

Weekly Downloads

1,627

Version

2.0.0

License

SEE LICENSE IN LICENSE

Unpacked Size

165 kB

Total Files

45

Last publish

Collaborators

  • sgratzl