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.clfs.stats.nanmean

mvpa.clfs.stats.nanmean(x, axis=0)

Compute the mean over the given axis ignoring NaNs.

Parameters :

x : ndarray

input array

axis : int

axis along which the mean is computed.

Returns :

m : float

the mean.

NeuroDebian

NITRC-listed