numpy.polynomial.hermite_e.HermiteE.truncate
- 
HermiteE.truncate(size)[source] - 
Truncate series to length
size.Reduce the series to length
sizeby discarding the high degree terms. The value ofsizemust be a positive integer. This can be useful in least squares where the coefficients of the high degree terms may be very small.Parameters: size : positive int
The series is reduced to length
sizeby discarding the high degree terms. The value ofsizemust be a positive integer.Returns: new_series : series
New instance of series with truncated coefficients.
 
    © 2008–2017 NumPy Developers
Licensed under the NumPy License.
    https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.polynomial.hermite_e.HermiteE.truncate.html