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 / _normed_hermite_n

function

numpy.polynomial.hermite:_normed_hermite_n

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

Signature

def   _normed_hermite_n ( x n )

Summary

Evaluate a normalized Hermite polynomial.

Extended Summary

Compute the value of the normalized Hermite 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 Hermite 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 Hermite functions overflow when n >= 207.

Aliases

  • numpy.polynomial.hermite._normed_hermite_n