Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 550 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 550 Bytes

Scipy

What it is good for?

Scipy is a Python library for numerical analyses like fitting functions, signal processing, Fourier Transform, generating random datasets and many more. Scipy uses numpy and matplotlib.

Installed with Python by default

no

Installed with Anaconda

yes

How to install it?

:::text
pip install scipy

Where to learn more?

http://scipy.org/

Also see a notebook for recognizing peaks :::file peak_recognition.ipynb .

Example: fitting a curve