To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

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
is_sequence_type 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