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