About 89,700 results
Open links in new tab
  1. SciPy documentation — SciPy v1.16.2 Manual

    Sep 11, 2025 · Want to build from source rather than use a Python distribution or pre-built SciPy binary? This guide will describe how to set up your build environment, and how to build SciPy …

  2. SciPy - Installation

    Here is a step-by-step guide to setting up a project to use SciPy, with uv, a Python package manager. Install uv following, the instructions in the uv documentation.

  3. SciPy User Guide — SciPy v1.16.2 Manual

    SciPy is a collection of mathematical algorithms and convenience functions built on NumPy . It adds significant power to Python by providing the user with high-level commands and classes …

  4. SciPy API — SciPy v1.16.2 Manual

    To clarify which modules these are, we define below what the public API is for SciPy, and give some recommendations for how to import modules/functions/objects from SciPy.

  5. Numpy and Scipy Documentation

    Numpy and Scipy Documentation Welcome! This is the documentation for Numpy and Scipy. For contributors: Numpy developer guide Scipy developer guide Latest releases: Complete Numpy …

  6. Optimization (scipy.optimize) — SciPy v1.16.2 Manual

    Large-scale bundle adjustment in scipy demonstrates large-scale capabilities of least_squares and how to efficiently compute finite difference approximation of sparse Jacobian. Robust …

  7. Statistical functions (scipy.stats) — SciPy v1.16.2 Manual

    SciPy has many functions for performing hypothesis tests that return a test statistic and a p-value, and several of them return confidence intervals and/or other related information.

  8. Optimization and root finding (scipy.optimize) — SciPy v1.16.2 …

    Optimization and root finding (scipy.optimize) # SciPy optimize provides functions for minimizing (or maximizing) objective functions, possibly subject to constraints.

  9. Linear algebra (scipy.linalg) — SciPy v1.16.2 Manual

    See also numpy.linalg for more linear algebra functions. Note that although scipy.linalg imports most of them, identically named functions from scipy.linalg may offer more or slightly differing …

  10. curve_fit — SciPy v1.16.2 Manual

    For global optimization, other choices of objective function, and other advanced features, consider using SciPy’s Global optimization tools or the LMFIT package.