You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / polynomial / hermite_e

module

numpy.polynomial.hermite_e

source: /numpy/polynomial/hermite_e.py :0

Members

Summary

No Docstrings

Additional content

HermiteE Series, "Probabilists" (numpy.polynomial.hermite_e)

This module provides a number of objects (mostly functions) useful for dealing with Hermite_e series, including a HermiteE class that encapsulates the usual arithmetic operations. (General information on how this module represents and works with such polynomials is in the docstring for its "parent" sub-package, numpy.polynomial).

Classes

.. autosummary:: 
    :toctree:generated/
    HermiteE

Constants

.. autosummary:: 
    :toctree:generated/
    hermedomain
    hermezero
    hermeone
    hermex

Arithmetic

.. autosummary:: 
    :toctree:generated/
    hermeadd
    hermesub
    hermemulx
    hermemul
    hermediv
    hermepow
    hermeval
    hermeval2d
    hermeval3d
    hermegrid2d
    hermegrid3d

Calculus

.. autosummary:: 
    :toctree:generated/
    hermeder
    hermeint

Misc Functions

.. autosummary:: 
    :toctree:generated/
    hermefromroots
    hermeroots
    hermevander
    hermevander2d
    hermevander3d
    hermegauss
    hermeweight
    hermecompanion
    hermefit
    hermetrim
    hermeline
    herme2poly
    poly2herme

See also

numpy.polynomial

Aliases

  • numpy.polynomial.hermite_e