This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the development 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.

mvpa.mappers.zscoreΒΆ

Mapper for data normalization by Z-Scoring.

Inheritance diagram of mvpa.mappers.zscore

Functions

accepts_dataset_as_samples(fx) Decorator to extract samples from Datasets.
borrowkwargs(cls[, methodname, exclude]) Return a decorator which would borrow docstring for **kwargs
get_nsamples_per_attr(dataset, attr) Returns the number of samples per unique value of a sample attribute.
get_samples_by_attr(dataset, attr, values[, ...]) Return indices of samples given a list of attributes
zscore(ds, **kwargs) In-place Z-scoring of a Dataset or ndarray.

Classes

Dataset(samples[, sa, fa, a]) Generic storage class for datasets with multiple attributes.
Mapper(**kwargs) Basic mapper interface definition.
ZScoreMapper(**kwargs[, params, param_est, ...]) Mapper to normalize features (Z-scoring).

NeuroDebian

NITRC-listed