scipy.special.eval_hermitenorm#
- scipy.special.eval_hermitenorm(n, x, out=None) = <ufunc 'eval_hermitenorm'>#
在一点处评估概率论者(归一化)的埃尔米特多项式。
定义于
\[He_n(x) = (-1)^n e^{x^2/2} \frac{d^n}{dx^n} e^{-x^2/2};\]\(He_n\) 是一个次数为 \(n\) 的多项式。详情请参见 [AS] 中的 22.11.8。
- 参数:
- narray_like
多项式的次数
- xarray_like
评估Hermite多项式的点
- 出ndarray,可选
函数值的可选输出数组
- 返回:
- 他标量或ndarray
埃尔米特多项式的值
参见
roots_hermitenorm
概率论者埃尔米特多项式的根和正交权重
hermitenorm
概率论者的 Hermite 多项式对象
numpy.polynomial.hermite_e.HermiteE
概率论者的埃尔米特级数
eval_hermite
评估物理学家埃尔米特多项式
参考文献
[AS]Milton Abramowitz 和 Irene A. Stegun 编。《带有公式、图表和数学表格的数学函数手册》。纽约:Dover,1972年。