Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.polynomial.hermite_e.hermediv
...ynomials HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e) numpy.polynomial.hermite_e.hermediv...
- numpy.polynomial.hermite_e.hermediv (Python function, in numpy.polynomial.hermite_e.hermediv)
- numpy.polynomial.hermite_e.hermeadd
...Returns: outndarrayArray representing the Hermite series of their sum. See also hermesub, hermemulx, hermemul, hermediv, hermepow Notes Unlike multiplication, division, etc., the sum of two Hermite series is a Hermite series (wit...
- numpy.polynomial.hermite_e.hermediv
...ynomials HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e) numpy.polynomial.hermite_e.hermediv...
- numpy.polynomial.hermite_e.hermemul
...ns: outndarrayOf Hermite series coefficients representing their product. See also hermeadd, hermesub, hermemulx, hermediv, hermepow Notes In general, the (polynomial) product of two C-series results in terms that are not in the Her...
- numpy.polynomial.hermite_e.hermemulx
...Returns: outndarrayArray representing the result of the multiplication. See also hermeadd, hermesub, hermemul, hermediv, hermepow Notes The multiplication uses the recursion relationship for Hermite polynomials in the form \[xP_...
- numpy.polynomial.hermite_e.hermepow
...Default is 16 Returns: coefndarrayHermite series of power. See also hermeadd, hermesub, hermemulx, hermemul, hermediv Examples >>> from numpy.polynomial.hermite_e import hermepow >>> hermepow([1, 2, 3], 2) array([23., 28., 46...
- numpy.polynomial.hermite_e.hermesub
...outndarrayOf Hermite series coefficients representing their difference. See also hermeadd, hermemulx, hermemul, hermediv, hermepow Notes Unlike multiplication, division, etc., the difference of two Hermite series is a Hermite seri...