scipy

0.1.4 • Public • Published

scipy

Node wrapper for Python's SciPy library

Download the npm module:

npm install scipy

Or, if you'd rather download the modules contained within piece-meal style:

npm install scipy-optimize
npm install scipy-integrate

Click below for more information on the respective scipy-optimize and scipy-integrate npm modules:

scipy-optimize

scipy-integrate


After downloading scipy, require scipy in your js file. I'm going to use the variable 'scipy' to represent the module:

var scipy = require('scipy');

scipy has two properties on it, opt and integrate. Visit the README's of my scipy-optimize and scipy-integrate for more information on the methods available to you on each of these properties.

View the README's here:

scipy-optimize

scipy-integrate

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.4
    64
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.4
    64
  • 0.1.3
    0
  • 0.1.2
    0
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i scipy

Weekly Downloads

51

Version

0.1.4

License

MIT

Last publish

Collaborators

  • acjones617