Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5,126 changes: 5,126 additions & 0 deletions docs/tutorials/hssm_tutorial_workshop_1.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5,695 changes: 5,695 additions & 0 deletions docs/tutorials/hssm_tutorial_workshop_2.ipynb

Large diffs are not rendered by default.

18,936 changes: 18,936 additions & 0 deletions docs/tutorials/hssm_tutorial_workshop_2/Choice Learning.csv

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3,247 changes: 3,247 additions & 0 deletions docs/tutorials/tutorial_bayesian_t_test.ipynb

Large diffs are not rendered by default.

643 changes: 643 additions & 0 deletions docs/tutorials/tutorial_model_cartoon.ipynb

Large diffs are not rendered by default.

1,095 changes: 1,095 additions & 0 deletions docs/tutorials/tutorial_stim_coding.ipynb

Large diffs are not rendered by default.

4,741 changes: 4,741 additions & 0 deletions docs/tutorials/tutorial_trial_wise_parameters.ipynb

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,19 @@ nav:
- Plotting in HSSM: tutorials/plotting.ipynb
- Using lapse probabilities: tutorials/lapse_prob_and_dist.ipynb
- Variational Inference: tutorials/variational_inference.ipynb
- Variational Inference with Hierarchical Models: tutorials/variational_inference_hierarchical.ipynb
- Hierarchical Variational Inference: tutorials/variational_inference_hierarchical.ipynb
- Using HSSM low-level API directly with PyMC: tutorials/pymc.ipynb
- Custom models: tutorials/jax_callable_contribution_onnx_example.ipynb
- Custom models from onnx files: tutorials/blackbox_contribution_onnx_example.ipynb
- Using compiled log-likelihood functions: tutorials/compile_logp.ipynb
- Saving and loading models: tutorials/save_load_tutorial.ipynb
- Bayesian t-test: tutorials/tutorial_bayesian_t_test.ipynb
- Model Cartoon Plots: tutorials/tutorial_model_cartoon.ipynb
- Getting trial-wise parameters: tutorials/tutorial_trial_wise_parameters.ipynb
- Stim Coding: tutorials/tutorial_stim_coding.ipynb
- Contributed Tutorials:
- Winterbrain 2025 Workshop Talk 1: tutorials/hssm_tutorial_workshop_1.ipynb
- Winterbrain 2025 Workshop Talk 2: tutorials/hssm_tutorial_workshop_2.ipynb
- Contributing: CONTRIBUTING.md

plugins:
Expand All @@ -65,6 +72,12 @@ plugins:
- tutorials/blackbox_contribution_onnx_example.ipynb
- tutorials/compile_logp.ipynb
- tutorials/save_load_tutorial.ipynb
- tutorials/tutorial_bayesian_t_test.ipynb
- tutorials/tutorial_model_cartoon.ipynb
- tutorials/tutorial_trial_wise_parameters.ipynb
- tutorials/tutorial_stim_coding.ipynb
- tutorials/hssm_tutorial_workshop_1.ipynb
- tutorials/hssm_tutorial_workshop_2.ipynb
- .ipynb_checkpoints/*.ipynb
allow_errors: false
- mkdocstrings:
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ notebook = [
[tool.ruff]
line-length = 88
target-version = "py310"
exclude = ["*.ipynb"]

[tool.ruff.format]
docstring-code-format = true
Expand Down
Loading
Loading