原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.hermite_e.hermeweight.html
校对:(虚位以待)
numpy.polynomial.hermite_e.
hermeweight
(x)[source]Hermite_e多项式的权重函数。
权重函数为,积分间隔为。相对于该权重函数,HermiteE多项式是正交的,但不是正规化的。
参数: | x:array_like
|
---|---|
返回: | w:ndarray
|
笔记