This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / polynomial / hermite_e / _normed_hermite_e_n

function

numpy.polynomial.hermite_e:_normed_hermite_e_n

source: build-install/usr/lib/python3.14/site-packages/numpy/polynomial/hermite_e.py :1467

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 : int

Degree of the normalized HermiteE function to be evaluated.

Returns

values : ndarray

The 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