Laguerre.identity(domain=None, window=None) [source]
Identity function.
If p is the returned series, then p(x) == x for all values of x.
| Parameters: |
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 Series of representing the identity. |
© 2008–2017 NumPy Developers
Licensed under the NumPy License.
https://docs.scipy.org/doc/numpy-1.13.0/reference/generated/numpy.polynomial.laguerre.Laguerre.identity.html