numpy.polynomial.hermite_e.hermeweight #

多项式.hermite_e。Hermeweight ( x ) [来源] #

Hermite_e 多项式的权重函数。

权重函数为\(\exp(-x^2/2)\)积分区间为\([-\inf, \inf]\)。 HermiteE 多项式相对于该权重函数是正交的,但未标准化。

参数
x类似数组

将计算权重函数的值。

返回
数组

x处的权重函数。

笔记

1.7.0 版本中的新增内容。