{ } Raw JSON

bundles / numpy 2.4.4 / numpy / polynomial / hermite_e / hermeweight

function

numpy.polynomial.hermite_e:hermeweight

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

Signature

def   hermeweight ( x )

Summary

Weight function of the Hermite_e polynomials.

Extended Summary

The weight function is and the interval of integration is . the HermiteE polynomials are orthogonal, but not normalized, with respect to this weight function.

Parameters

x : array_like

Values at which the weight function will be computed.

Returns

w : ndarray

The weight function at x.

Aliases

  • numpy.polynomial.hermite_e.hermeweight