classmethod Hermite.basis(deg, domain=None, window=None)[source]Series basis polynomial of degree deg.
Returns the series representing the basis polynomial of degree deg.
New in version 1.7.0.
| Parameters: |
deg : int Degree of the basis polynomial for the series. Must be >= 0. domain : {None, array_like}, optional If given, the array must be of the form window : {None, array_like}, optional If given, the resulting array must be if the form |
|---|---|
| Returns: |
new_series : series A series with the coefficient of the |
© 2008–2016 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.11.0/reference/generated/numpy.polynomial.hermite.Hermite.basis.html