method
HermiteE.truncate(self, size) [source]
Truncate series to length size.
Reduce the series to length size by discarding the high degree terms. The value of size must be a positive integer. This can be useful in least squares where the coefficients of the high degree terms may be very small.
| Parameters: | 
  |  
|---|---|
| Returns: | 
  |  
    © 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
    https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.polynomial.hermite_e.HermiteE.truncate.html