HermiteE Series, “Probabilists”
This module provides a number of functions useful for dealing with Hermite_e series.
Constants
HermiteE domain. |
|
HermiteE coefficients representing zero. |
|
HermiteE coefficients representing one. |
|
HermiteE coefficients representing the identity x. |
Arithmetic
|
Add one Hermite series to another. |
|
Subtract one Hermite series from another. |
|
Multiply a Hermite series by x. |
|
Multiply one Hermite series by another. |
|
Divide one Hermite series by another. |
|
Raise a Hermite series to a power. |
|
Evaluate an HermiteE series at points x. |
|
Evaluate a 2-D HermiteE series at points (x, y). |
|
Evaluate a 3-D Hermite_e series at points (x, y, z). |
|
Evaluate a 2-D HermiteE series on the Cartesian product of x and y. |
|
Evaluate a 3-D HermiteE series on the Cartesian product of x, y, and z. |
Calculus
|
Differentiate a Hermite_e series. |
|
Integrate a Hermite_e series. |
Misc Functions
|
Generate a HermiteE series with given roots. |
|
Compute the roots of a HermiteE series. |
|
Pseudo-Vandermonde matrix of given degree. |
|
Pseudo-Vandermonde matrix of given degrees. |
|
Pseudo-Vandermonde matrix of given degrees. |
|
Gauss-HermiteE quadrature. |
|
Weight function of the Hermite_e polynomials. |
|
Norm of nth Hermite_e polynomial. |
Return the scaled companion matrix of c. |
|
|
Least squares fit of Hermite series to data. |
|
Remove "small" "trailing" coefficients from a polynomial. |
|
Hermite series whose graph is a straight line. |
|
Convert a Hermite series to a polynomial. |
|
Convert a polynomial to a Hermite series. |