Search
Search Results
Search finished, found 8 page(s) matching the search query.
- numpy.polynomial.hermite_e.hermemulx
...ynomials HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e) numpy.polynomial.hermite_e.hermemulx...
- numpy.polynomial.hermite_e.hermemulx (Python function, in numpy.polynomial.hermite_e.hermemulx)
- numpy.polynomial.hermite_e.hermeadd
...d from low to high. 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...
- numpy.polynomial.hermite_e.hermediv
...rem]ndarraysOf Hermite series coefficients representing the quotient and remainder. See also hermeadd, hermesub, hermemulx, hermemul, hermepow Notes In general, the (polynomial) division of one Hermite series by another results in...
- numpy.polynomial.hermite_e.hermemul
...h. Returns: 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...
- numpy.polynomial.hermite_e.hermemulx
...ynomials HermiteE Series, “Probabilists” (numpy.polynomial.hermite_e) numpy.polynomial.hermite_e.hermemulx...
- numpy.polynomial.hermite_e.hermepow
...to unmanageable size. 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)...
- numpy.polynomial.hermite_e.hermesub
...to high. Returns: outndarrayOf Hermite series coefficients representing their difference. See also hermeadd, hermemulx, hermemul, hermediv, hermepow Notes Unlike multiplication, division, etc., the difference of two Hermite ser...