原文:https://docs.scipy.org/doc/numpy/reference/generated/numpy.polynomial.hermite.hermgauss.html
校对:(虚位以待)
numpy.polynomial.hermite.
hermgauss
(deg)[source]高斯 - 赫米特正交。
计算高斯 - 赫米特正交的采样点和权重。These sample points and weights will correctly integrate polynomials of degree or less over the interval with the weight function .
参数: | deg:int
|
---|---|
返回: | x:ndarray
y:ndarray
|
笔记
结果只测试到100度,更高的程度可能有问题。权重通过使用以下事实来确定
其中是独立于的常数,并且是的第k个根,然后缩放结果以在积分1时获得正确的值。