.gitignore
.readthedocs.yaml
CCN-letterFoot.png
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
tox.ini
.github/CODEOWNERS
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/ci.yml
.github/workflows/connect.yml
.github/workflows/deploy-pure-python.yml
docs/CCN-logo-wText.png
docs/gallery_conf.py
docs/gen_ref_pages.py
docs/head_dir_tuning.jpg
docs/index.md
docs/installation.md
docs/quickstart.md
docs/api_guide/README.md
docs/api_guide/plot_02_glm_demo.py
docs/api_guide/plot_03_glm_pytree.py
docs/api_guide/plot_04_population_glm.py
docs/api_guide/plot_05_batch_glm.py
docs/assets/NeMoS_Icon_CMYK_Full.svg
docs/assets/NeMoS_Icon_CMYK_White.svg
docs/assets/NeMoS_Logo_CMYK_Full.svg
docs/assets/NeMoS_favicon.ico
docs/assets/allen_data.png
docs/assets/allen_data_annotated-epochs.svg
docs/assets/allen_data_annotated-response.svg
docs/assets/allen_data_annotated-stimulus.svg
docs/assets/allen_data_annotated-units.svg
docs/assets/allen_data_annotated.gif
docs/assets/extra.css
docs/assets/glm_features_scheme.svg
docs/assets/glm_population_scheme.svg
docs/assets/glm_scheme.svg
docs/assets/lnp_model.svg
docs/background/README.md
docs/background/_plot_04_modeling.py
docs/background/plot_00_conceptual_intro.py
docs/background/plot_01_1D_basis_function.py
docs/background/plot_02_ND_basis_function.py
docs/background/plot_03_1D_convolution.py
docs/background/background_utils/plotting.py
docs/developers_notes/01-basis_module.md
docs/developers_notes/02-base_class.md
docs/developers_notes/03-observation_models.md
docs/developers_notes/04-regularizer.md
docs/developers_notes/05-glm.md
docs/developers_notes/GLM_scheme.jpg
docs/developers_notes/README.md
docs/javascripts/katex.js
docs/neural_modeling/README.md
docs/neural_modeling/plot_01_current_injection.py
docs/neural_modeling/plot_02_head_direction.py
docs/neural_modeling/plot_03_grid_cells.py
docs/neural_modeling/plot_04_v1_cells.py
docs/neural_modeling/plot_05_place_cells.py
docs/neural_modeling/plot_06_calcium_imaging.py
docs/neural_modeling/examples_utils/data.py
docs/neural_modeling/examples_utils/nemos.mplstyle
docs/neural_modeling/examples_utils/plotting.py
src/nemos/__init__.py
src/nemos/base_class.py
src/nemos/basis.py
src/nemos/convolve.py
src/nemos/exceptions.py
src/nemos/glm.py
src/nemos/observation_models.py
src/nemos/proximal_operator.py
src/nemos/pytrees.py
src/nemos/regularizer.py
src/nemos/simulation.py
src/nemos/tree_utils.py
src/nemos/type_casting.py
src/nemos/utils.py
src/nemos/validation.py
src/nemos.egg-info/PKG-INFO
src/nemos.egg-info/SOURCES.txt
src/nemos.egg-info/dependency_links.txt
src/nemos.egg-info/requires.txt
src/nemos.egg-info/top_level.txt
tests/conftest.py
tests/simulate_coupled_neurons_params.json
tests/test_base_class.py
tests/test_basis.py
tests/test_convolution.py
tests/test_glm.py
tests/test_observation_models.py
tests/test_proximal_operator.py
tests/test_pytrees.py
tests/test_regularizer.py
tests/test_simulation.py
tests/test_tree_utils.py
tests/test_type_casting.py
tests/test_utils.py
tests/test_vallidation.py
tests/utils_testing.py