numpy.polynomial.hermite_e.hermeval()

numpy.polynomial.hermite_e.hermeval

numpy.polynomial.hermite_e.hermeval(x, c, tensor=True) [source]

Evaluate an HermiteE series at points x.

If c is of length n + 1, this function returns the value:

p(x) = c_0 * He_0(x) + c_1 * He_1(x) + ... + c_n * He_n(x)

The parameter x is converted to an array only if it is a tuple or a list, otherwise it is treated as a scalar. In either case, either x or its elements must