# scipy

> Node wrapper for Python's SciPy library

Latest version **0.1.4** (published 2014-10-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install scipy
pnpm add scipy
yarn add scipy
bun add scipy
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2014-10-04 |
| First published | 2014-09-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 14 |
| Author | Andrew Jones |
| Maintainers | acjones617 |
| Keywords | scipy, math, science, integrate, optimize, derivative, minimize, root, functions |

## Links

- npm: https://www.npmjs.com/package/scipy
- Repository: https://github.com/acjones617/scipy-node
- Issues: https://github.com/acjones617/scipy-node/issues
- npm.io page: https://npm.io/package/scipy

## Alternatives

- [random-seedable](https://npm.io/package/random-seedable.md) — 27.9K weekly downloads
- [n2words](https://npm.io/package/n2words.md) — 22.2K weekly downloads
- [@stdlib/math-base-special-factorialln](https://npm.io/package/@stdlib/math-base-special-factorialln.md) — 5.7K weekly downloads
- [@stdlib/math-base-special-abs2](https://npm.io/package/@stdlib/math-base-special-abs2.md) — 1.7K weekly downloads
- [commons-math-interpolation](https://npm.io/package/commons-math-interpolation.md) — 1.4K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2014-10-04
- 0.1.3 — 2014-10-02
- 0.1.2 — 2014-09-29
- 0.1.1 — 2014-09-29
- 0.1.0 — 2014-09-28

## README

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](https://www.npmjs.org/package/scipy-optimize) 

[scipy-integrate](https://www.npmjs.org/package/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](https://github.com/acjones617/scipy-node/tree/master/optimize)  

[scipy-integrate](https://github.com/acjones617/scipy-node/tree/master/integrate)

---
_Source: https://npm.io/package/scipy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
