Legendre.cast(series, domain=None, window=None) [source]
Convert series to series of this class.
The series is expected to be an instance of some polynomial series of one of the types supported by by the numpy.polynomial module, but could be some other class that supports the convert method.
New in version 1.7.0.
| Parameters: |
series : series The series instance to be converted. 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 of the same kind as the calling class and equal to |
See also
convert
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.polynomial.legendre.Legendre.cast.html