enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Tanh-sinh quadrature - Wikipedia

    en.wikipedia.org/wiki/Tanh-sinh_quadrature

    Tanh-sinh quadrature is a method for numerical integration introduced by Hidetoshi Takahashi and Masatake Mori in 1974. [1] It is especially applied where singularities or infinite derivatives exist at one or both endpoints. The method uses hyperbolic functions in the change of variables

  3. CuPy - Wikipedia

    en.wikipedia.org/wiki/CuPy

    CuPy is an open source library for GPU-accelerated computing with Python programming language, providing support for multi-dimensional arrays, sparse matrices, and a variety of numerical algorithms implemented on top of them. [3] CuPy shares the same API set as NumPy and SciPy, allowing it to be a drop-in replacement to run NumPy/SciPy code on GPU.

  4. SciPy - Wikipedia

    en.wikipedia.org/wiki/SciPy

    SciPy (pronounced / ˈ s aɪ p aɪ / "sigh pie" [2]) is a free and open-source Python library used for scientific computing and technical computing. [3]SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, FFT, signal and image processing, ODE solvers and other tasks common in science and engineering.

  5. Lanczos algorithm - Wikipedia

    en.wikipedia.org/wiki/Lanczos_algorithm

    Similarly, in Python, the SciPy package has scipy.sparse.linalg.eigsh which is also a wrapper for the SSEUPD and DSEUPD functions functions from ARPACK which use the Implicitly Restarted Lanczos Method. A Matlab implementation of the Lanczos algorithm (note precision issues) is available as a part of the Gaussian Belief Propagation Matlab Package.

  6. Exponentially modified Gaussian distribution - Wikipedia

    en.wikipedia.org/wiki/Exponentially_modified...

    In probability theory, an exponentially modified Gaussian distribution (EMG, also known as exGaussian distribution) describes the sum of independent normal and exponential random variables. An exGaussian random variable Z may be expressed as Z = X + Y , where X and Y are independent, X is Gaussian with mean μ and variance σ 2 , and Y is ...

  7. Radial basis function interpolation - Wikipedia

    en.wikipedia.org/wiki/Radial_basis_function...

    A plot of the condition number by the shape parameter for a 15x15 radial basis function interpolation matrix using the Gaussian On the opposite side of the spectrum, the condition number of the interpolation matrix will diverge to infinity as ε → 0 {\displaystyle \varepsilon \to 0} leading to ill-conditioning of the system.

  8. Gaussian function - Wikipedia

    en.wikipedia.org/wiki/Gaussian_function

    Mathematically, the derivatives of the Gaussian function can be represented using Hermite functions. For unit variance, the n-th derivative of the Gaussian is the Gaussian function itself multiplied by the n-th Hermite polynomial, up to scale. Consequently, Gaussian functions are also associated with the vacuum state in quantum field theory.

  9. Truncated normal distribution - Wikipedia

    en.wikipedia.org/wiki/Truncated_normal_distribution

    This is simply the inverse transform method for simulating random variables. Although one of the simplest, this method can either fail when sampling in the tail of the normal distribution, [8] or be much too slow. [9] Thus, in practice, one has to find alternative methods of simulation.