numpy.polynomial.hermite_e.hermeweight#

polynomial.hermite_e.hermeweight(x)[源代码]#

埃尔米特_e 多项式的权重函数。

权重函数为 \(\exp(-x^2/2)\),积分区间为 \([-\inf, \inf]\)。埃尔米特E多项式关于此权重函数是正交的,但不是标准化的。

参数:
xarray_like

计算权重函数的值。

返回:
wndarray

x 处的权重函数。