Mapper for data detrending.
Functions
| borrowkwargs(cls[, methodname, exclude]) | Return a decorator which would borrow docstring for **kwargs |
| isSequenceType | isSequenceType(a) – Return True if a has a sequence type, False otherwise. |
| legendre(n[, monic]) | Returns the nth order Legendre polynomial, P_n(x), orthogonal over |
| legendre_(n, x) | Helper to avoid problems with scipy 0.8.0 returning inf for -1 |
| poly_detrend(ds, **kwargs) | In-place polynomial detrending. |
Classes
| Mapper(**kwargs) | Basic mapper interface definition. |
| PolyDetrendMapper(**kwargs[, polyord, ...]) | Mapper for regression-based removal of polynomial trends. |