.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
.github/workflows/deploy_ghpages.yml
.github/workflows/testing.yml
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/installing.rst
doc/introduction.rst
doc/logo.png
doc/requirements.txt
doc/whatsnew.rst
doc/_static/copybutton.js
doc/_static/style.css
doc/_templates/class.rst
doc/_templates/function.rst
doc/sphinxext/sphinx_issues.py
examples/README.txt
examples/ERP/README.txt
examples/ERP/plot_ERP.py
examples/ERP/plot_classify_EEG_tangentspace.py
examples/ERP/plot_classify_MEG_mdm.py
examples/ERP/plot_embedding_MEG.py
examples/SSVEP/README.txt
examples/SSVEP/plot_classify_ssvep_mdm.py
examples/SSVEP/plot_classify_ssvep_pga.py
examples/SSVEP/helpers/ssvep_helpers.py
examples/artifacts/README.txt
examples/artifacts/plot_correct_ajdc_EEG.py
examples/artifacts/plot_detect_riemannian_potato_EEG.py
examples/artifacts/plot_detect_riemannian_potato_field_EEG.py
examples/data/sample-blinks.txt.gz
examples/motor-imagery/README.txt
examples/motor-imagery/plot_single.py
examples/signal/README.txt
examples/signal/plot_covariance_estimation.py
examples/signal/plot_nanmean.py
examples/simulated/README.txt
examples/simulated/plot_classifier_comparison.py
examples/simulated/plot_riemannian_gaussian.py
examples/simulated/plot_toy_classification.py
examples/stats/README.txt
examples/stats/oneWay_Manova_ERP.py
examples/stats/plot_oneWay_Manova.py
examples/stats/plot_oneWay_Manova_frequency.py
examples/stats/plot_oneWay_Manova_time.py
pyriemann/__init__.py
pyriemann/_version.py
pyriemann/channelselection.py
pyriemann/classification.py
pyriemann/clustering.py
pyriemann/embedding.py
pyriemann/estimation.py
pyriemann/preprocessing.py
pyriemann/regression.py
pyriemann/spatialfilters.py
pyriemann/stats.py
pyriemann/tangentspace.py
pyriemann.egg-info/PKG-INFO
pyriemann.egg-info/SOURCES.txt
pyriemann.egg-info/dependency_links.txt
pyriemann.egg-info/not-zip-safe
pyriemann.egg-info/requires.txt
pyriemann.egg-info/top_level.txt
pyriemann/datasets/__init__.py
pyriemann/datasets/sampling.py
pyriemann/datasets/simulated.py
pyriemann/utils/__init__.py
pyriemann/utils/ajd.py
pyriemann/utils/base.py
pyriemann/utils/covariance.py
pyriemann/utils/distance.py
pyriemann/utils/docs.py
pyriemann/utils/geodesic.py
pyriemann/utils/kernel.py
pyriemann/utils/mean.py
pyriemann/utils/tangentspace.py
pyriemann/utils/test.py
pyriemann/utils/utils.py
pyriemann/utils/viz.py
tests/conftest.py
tests/test_ajd.py
tests/test_channelselection.py
tests/test_classification.py
tests/test_clustering.py
tests/test_embedding.py
tests/test_estimation.py
tests/test_preprocessing.py
tests/test_regression.py
tests/test_sampling.py
tests/test_simulated.py
tests/test_spatialfilters.py
tests/test_stats.py
tests/test_tangentspace.py
tests/test_utils_base.py
tests/test_utils_covariance.py
tests/test_utils_distance.py
tests/test_utils_geodesic.py
tests/test_utils_kernel.py
tests/test_utils_mean.py
tests/test_utils_tangent_space.py
tests/test_utils_test.py
tests/test_viz.py