This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.hermite

scipy.special.hermite(n, monic=0)

Return the nth order Hermite polynomial, H_n(x), orthogonal over (-inf,inf) with weighting function exp(-x**2)

Previous topic

scipy.special.genlaguerre

Next topic

scipy.special.hermitenorm

This Page