LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
alphacsc/__init__.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/cython_code/__init__.py
alphacsc/cython_code/compute_ztX.c
alphacsc/cython_code/compute_ztX.pyx
alphacsc/cython_code/compute_ztz.c
alphacsc/cython_code/compute_ztz.pyx
alphacsc/cython_code/coordinate_descent.c
alphacsc/cython_code/coordinate_descent.pyx
alphacsc/cython_code/sparse_conv.c
alphacsc/cython_code/sparse_conv.pyx
alphacsc/datasets/__init__.py
alphacsc/datasets/hcp.py
alphacsc/datasets/simulate.py
alphacsc/datasets/somato.py
alphacsc/other/__init__.py
alphacsc/other/heide_csc.py
alphacsc/other/k_medoids.py
alphacsc/other/motif.py
alphacsc/other/swm.py
alphacsc/other/kmc2/__init__.py
alphacsc/other/kmc2/custom_distances.py
alphacsc/other/kmc2/kmc2.c
alphacsc/other/kmc2/kmc2.pyx
alphacsc/other/sdtw/__init__.py
alphacsc/other/sdtw/barycenter.py
alphacsc/other/sdtw/chainer_func.py
alphacsc/other/sdtw/dataset.py
alphacsc/other/sdtw/distance.py
alphacsc/other/sdtw/path.py
alphacsc/other/sdtw/soft_dtw.py
alphacsc/other/sdtw/soft_dtw_fast.c
alphacsc/other/sdtw/soft_dtw_fast.pyx
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/lil.py
alphacsc/utils/optim.py
alphacsc/utils/profile_this.py
alphacsc/utils/signal.py
alphacsc/utils/validation.py
alphacsc/utils/whitening.py
alphacsc/viz/__init__.py
alphacsc/viz/callback.py
alphacsc/viz/epoch.py
alphacsc/viz/plot_output.py
alphacsc/viz/tools.py
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/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