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.misc.stats.DSMatrix

Inheritance diagram of DSMatrix

class mvpa2.misc.stats.DSMatrix(data_vectors, metric='spearman')

DSMatrix allows for the creation of dissilimarity matrices using arbitrary distance metrics.

Initialize DSMatrix

Parameters :

data_vectors : ndarray

m x n collection of vectors, where m is the number of exemplars and n is the number of features per exemplar

metric : string

Distance metric to use (e.g., ‘euclidean’, ‘spearman’, ‘pearson’, ‘confusion’)

get_full_matrix()
get_metric()
get_triangle()
get_vector_form()

Previous topic

mvpa2.misc.stats.ttest_1samp

Next topic

mvpa2.misc.support

NeuroDebian

NITRC-listed