class numpy.polynomial.hermite_e.HermiteE(coef, domain=None, window=None) [source]
An HermiteE series class. The HermiteE class provides the standard Python numerical methods ?+?, ?-?, ?*?, ?//?, ?%?, ?divmod?, ?**?, and ?()? as well as the attributes and methods listed in the ABCPolyBase documentation. Parameters:
coef : array_like HermiteE coefficients in order of increasing degree, i.e, (1, 2, 3) gives 1*He_0(x) + 2*He_1(X) + 3*He_2(x). domain : (2,) array_like, optional Domain to us