Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tutorials and examples for SDE #1987

Closed
5 of 6 tasks
thorstenhater opened this issue Sep 26, 2022 · 2 comments · Fixed by #2030 or #2044
Closed
5 of 6 tasks

Add tutorials and examples for SDE #1987

thorstenhater opened this issue Sep 26, 2022 · 2 comments · Fixed by #2030 or #2044

Comments

@thorstenhater
Copy link
Contributor

thorstenhater commented Sep 26, 2022

#1884 is about to get merged, we should add a few basic examples at least to
show how to use it from Python and C++. Also, some standard mechanisms could
be included in a 'stochastic' catalogue.

TODO

  • add a simple example
    • C++
    • Python
  • add stochastic catalogue
    • O-U process point source
  • Optional: add tutorial
@schmitts
Copy link
Contributor

schmitts commented Nov 3, 2022

I can contribute the Graupner-Brunel example.

@thorstenhater
Copy link
Contributor Author

That'd be cool.

@brenthuisman brenthuisman linked a pull request Nov 7, 2022 that will close this issue
4 tasks
@boeschf boeschf mentioned this issue Nov 8, 2022
4 tasks
boeschf added a commit that referenced this issue Nov 15, 2022
Addresses #1987

* reproducibility test for random number generator
* C++ example demonstrating Ornstein-Uhlenbeck process
* Python example featuring stochastic mechanism
* stochastic mechanism catalogue

The Python example is contributed by Jannik Luboeinski's (@jlubo): https://github.com/jlubo/arbor_ou_lif_example
and adapted to fit into Arbor.
@boeschf boeschf mentioned this issue Nov 21, 2022
brenthuisman pushed a commit that referenced this issue Dec 12, 2022
Implementation of stochastic calcium plasticity curves, originally
authored by Sebastian Schmitt @schmitts, and adapted here for Arbor
inclusion.
- python example plasticity_stdp.py
- stochastic mechanism calcium_based_synapse.mod
- tutorial

Closes #1987
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants