.coveragerc
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
RELEASE.md
codecov.yml
pyproject.toml
pytest.ini
setup.cfg
setup.py
alphacsc/__init__.py
alphacsc/_d_solver.py
alphacsc/_version.py
alphacsc/_z_encoder.py
alphacsc/convolutional_dictionary_learning.py
alphacsc/init_dict.py
alphacsc/learn_d_z.py
alphacsc/learn_d_z_mcem.py
alphacsc/learn_d_z_multi.py
alphacsc/loss_and_gradient.py
alphacsc/online_dictionary_learning.py
alphacsc/simulate.py
alphacsc/update_d.py
alphacsc/update_d_multi.py
alphacsc/update_w.py
alphacsc/update_z.py
alphacsc/update_z_multi.py
alphacsc.egg-info/PKG-INFO
alphacsc.egg-info/SOURCES.txt
alphacsc.egg-info/dependency_links.txt
alphacsc.egg-info/requires.txt
alphacsc.egg-info/top_level.txt
alphacsc.egg-info/zip-safe
alphacsc/datasets/__init__.py
alphacsc/datasets/hcp.py
alphacsc/datasets/mne_data.py
alphacsc/datasets/simulate.py
alphacsc/tests/conftest.py
alphacsc/tests/test_d_solver.py
alphacsc/tests/test_init_d.py
alphacsc/tests/test_learn_d_z.py
alphacsc/tests/test_learn_d_z_multi.py
alphacsc/tests/test_learn_d_z_weighted.py
alphacsc/tests/test_loss_and_gradient.py
alphacsc/tests/test_online_dictionary_learning.py
alphacsc/tests/test_update_d_multi.py
alphacsc/tests/test_update_z_multi.py
alphacsc/tests/test_z_encoder.py
alphacsc/utils/__init__.py
alphacsc/utils/arma.py
alphacsc/utils/compute_constants.py
alphacsc/utils/convolution.py
alphacsc/utils/coordinate_descent.py
alphacsc/utils/dictionary.py
alphacsc/utils/optim.py
alphacsc/utils/profile_this.py
alphacsc/utils/signal.py
alphacsc/utils/validation.py
alphacsc/utils/tests/test_constants.py
alphacsc/utils/tests/test_optim.py
alphacsc/utils/tests/test_utils.py
alphacsc/utils/tests/test_validation.py
alphacsc/viz/__init__.py
alphacsc/viz/callback.py
alphacsc/viz/epoch.py
alphacsc/viz/plot_output.py
alphacsc/viz/tools.py
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/models.rst
doc/_static/switcher.json
doc/_templates/layout.html
examples/README.txt
examples/rodent_striatum.npy
examples/csc/README.txt
examples/csc/plot_cross_frequency_coupling.py
examples/csc/plot_lfp_data.py
examples/csc/plot_simulate_csc.py
examples/csc/plot_simulate_randomstate.py
examples/dicodile/README.txt
examples/dicodile/plot_gait.py
examples/multicsc/README.txt
examples/multicsc/plot_sample_evoked_response.py
examples/multicsc/plot_somato_mu_waves.py
examples/noise_alpha/README.txt
examples/noise_alpha/plot_empirical_strong_artifacts.py
examples/noise_alpha/plot_simulate_alphacsc.py
examples/other/README.txt
examples/other/plot_simulate_motif.py
examples/other/plot_simulate_swm.py