mvpa2.mappers.detrendΒΆ

Mapper for data detrending.

Inheritance diagram of mvpa2.mappers.detrend

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([polyord, chunks_attr, ...]) Mapper for regression-based removal of polynomial trends.

NeuroDebian

NITRC-listed