About 81 results
Open links in new tab
  1. SciPy

    SciPy provides algorithms for optimization, integration, interpolation, eigenvalue problems, algebraic equations, differential equations, statistics and many other classes of problems.

  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. Array creation — NumPy v1.17 Manual - SciPy.org

    Jul 26, 2019 · Intrinsic NumPy Array Creation ¶ NumPy has built-in functions for creating arrays from scratch: zeros (shape) will create an array filled with 0 values with the specified shape. The default …

  4. 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 …

  5. Integration (scipy.integrate) — SciPy v1.17.0 Manual

    Integration (scipy.integrate) # The scipy.integrate sub-package provides several integration techniques including an ordinary differential equation integrator. General integration (quad) # The function quad …

  6. SciPy - Frequently Asked Questions

    SciPy is a set of open source (BSD licensed) scientific and numerical tools for Python. It currently supports special functions, integration, ordinary differential equation (ODE) solvers, gradient …

  7. Getting started — SciPy.org

    These tools handle projects, like SciPy itself, that start to grow larger and more complicated. Separate files can hold frequently used functions, types, variables, and analysis scripts for simpler, more …

  8. Statistical functions (scipy.stats) — SciPy v1.17.0 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.

  9. SciPy library — SciPy.org

    The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines, such as routines for numerical integration, interpolation, …

  10. find_peaks — SciPy v1.17.0 Manual

    To demonstrate this function’s usage we use a signal x supplied with SciPy (see scipy.datasets.electrocardiogram). Let’s find all peaks (local maxima) in x whose amplitude lies …