classmethod HermiteE.identity(domain=None, window=None)
numpy.less(x1, x2[, out]) = Return the truth value of (x1 < x2) element-wise.
Hermite.__call__(arg)
numpy.ma.ones(shape, dtype=None, order='C') = Return a new array of given shape and type, filled with ones.
numpy.ma.empty_like(a, dtype=None, order='K', subok=True) = Return a new array with the same shape and type as a given array
numpy.real(val)
numpy.radians(x[, out]) = Convert angles from degrees to radians.
numpy.histogram(a, bins=10, range=None, normed=False, weights=None, density=None)
numpy.arctan(x[, out]) = Trigonometric inverse tangent, element-wise. The inverse of tan, so that if y = tan(x)
numpy.polynomial.hermite.hermfit(x, y, deg, rcond=None, full=False, w=None)
Page 85 of 100