A collection of code snippets,
modules and links for solving scientific problems
with SciPy and related Python tools.
Recently changed
- pyqtgraph - Plotting, graphics, and GUI library for scientific / engineering applications
- single input pole placement (revision 2)
- CommPy - Digital Communication with Python
- Plotting Trellis Diagrams with CommPy in Python (revision 2)
- ROC curve demo
- Generating confidence intervals via model comparsion. (revision 4)
- Error estimates for fit parameters resulting from least-squares fits using bootstrap resampling (revision 2)
- Convert categorical data in a structure numpy array to boolean fields
Most viewed
- pymls - solving bounded linear least squares problems
- Building a simple interactive 2d-data viewer with Matplotlib
- Principal components analysis (PCA) using a sequential method
- SfePy (simple finite elements in Python)
- Python tools for oceanographic analysis
- Integrating an initial value problem (single ODE)
- Find the points at which two given functions intersect
- Basic linear regression