SciPy¶
- Release
1.4.1
- Date
December 19, 2019
SciPy (pronounced “Sigh Pie”) is open-source software for mathematics, science, and engineering.
Tutorial¶
Tutorials with worked examples and background information for most SciPy submodules.
- SciPy Tutorial
- Introduction
- Basic functions
- Special functions (
scipy.special
) - Integration (
scipy.integrate
) - Optimization (
scipy.optimize
) - Interpolation (
scipy.interpolate
) - Fourier Transforms (
scipy.fft
) - Signal Processing (
scipy.signal
) - Linear Algebra (
scipy.linalg
) - Sparse eigenvalue problems with ARPACK
- Compressed Sparse Graph Routines (
scipy.sparse.csgraph
) - Spatial data structures and algorithms (
scipy.spatial
) - Statistics (
scipy.stats
) - Multidimensional image processing (
scipy.ndimage
) - File IO (
scipy.io
)
Developer Documentation¶
If you’re interested in contributing to SciPy, start here:
To get an overview of where help or new features are desired or planned, see the roadmap:
For a more detailed look at how the SciPy project works:
API Reference¶
The exact API of all functions and classes, as given by the docstrings. The API documents expected types and allowed features for all functions, and all parameters available for the algorithms.
- Clustering package (
scipy.cluster
) - Constants (
scipy.constants
) - Discrete Fourier transforms (
scipy.fft
) - Legacy discrete Fourier transforms (
scipy.fftpack
) - Integration and ODEs (
scipy.integrate
) - Interpolation (
scipy.interpolate
) - Input and output (
scipy.io
) - Linear algebra (
scipy.linalg
) - Miscellaneous routines (
scipy.misc
) - Multi-dimensional image processing (
scipy.ndimage
) - Orthogonal distance regression (
scipy.odr
) - Optimization and Root Finding (
scipy.optimize
) - Signal processing (
scipy.signal
) - Sparse matrices (
scipy.sparse
) - Sparse linear algebra (
scipy.sparse.linalg
) - Compressed Sparse Graph Routines (
scipy.sparse.csgraph
) - Spatial algorithms and data structures (
scipy.spatial
) - Special functions (
scipy.special
) - Statistical functions (
scipy.stats
) - Statistical functions for masked arrays (
scipy.stats.mstats
) - Low-level callback functions