bundles / numpy 2.4.3 / numpy / polynomial / hermite_e / _normed_hermite_e_n
function
numpy.polynomial.hermite_e:_normed_hermite_e_n
Signature
def _normed_hermite_e_n ( x , n ) Summary
Evaluate a normalized HermiteE polynomial.
Extended Summary
Compute the value of the normalized HermiteE polynomial of degree n at the points x.
Parameters
x: ndarray of double.Points at which to evaluate the function
n: intDegree of the normalized HermiteE function to be evaluated.
Returns
values: ndarrayThe shape of the return value is described above.
Notes
This function is needed for finding the Gauss points and integration weights for high degrees. The values of the standard HermiteE functions overflow when n >= 207.
Aliases
-
numpy.polynomial.hermite_e._normed_hermite_e_n