|
1 | 1 | [](https://itsdfish.github.io/SequentialSamplingModels.jl/dev/) |
2 | 2 |
|
3 | | -[](https://itsdfish.github.io/SequentialSamplingModels.jl/dev/) [](https://github.com/itsdfish/SequentialSamplingModels.jl/actions/workflows/CI.yml) [![CodeCov][codecov-img]][codecov-url] |
| 3 | +[](https://itsdfish.github.io/SequentialSamplingModels.jl/dev/) [](https://github.com/itsdfish/SequentialSamplingModels.jl/actions/workflows/CI.yml) [![CodeCov][codecov-img]][codecov-url] [](https://doi.org/10.21105/jcon.00186) |
4 | 4 |
|
5 | 5 | [codecov-img]: https://codecov.io/github/itsdfish/SequentialSamplingModels.jl/badge.svg?branch=master |
6 | 6 | [codecov-url]: https://codecov.io/github/itsdfish/SequentialSamplingModels.jl?branch=master |
@@ -80,4 +80,25 @@ using SequentialSamplingModels |
80 | 80 | dist = LBA(; ν=[2.75,1.75], A=0.8, k=0.5, τ=0.25) |
81 | 81 | # Sample 1000 random data points from this distribution |
82 | 82 | choice, rt = rand(dist, 1000) |
83 | | -``` |
| 83 | +``` |
| 84 | + |
| 85 | +## Citation |
| 86 | + |
| 87 | +If you use SequentialSamplingModels.jl in your research, please cite the following paper: |
| 88 | + |
| 89 | +Fernandez, K., Makowski, D., & Fisher, C. (2025). *SequentialSamplingModels.jl: Simulating and evaluating cognitive models of response times in Julia*. *Proceedings of the JuliaCon Conferences, 7*(78), 186. [https://doi.org/10.21105/jcon.00186](https://doi.org/10.21105/jcon.00186) |
| 90 | + |
| 91 | +```bibtex |
| 92 | +@article{fisher2025sequentialsamplingmodels, |
| 93 | + title = {SequentialSamplingModels.jl: Simulating and Evaluating Cognitive Models of Response Times in Julia}, |
| 94 | + author = {Fernandez, Kiant{\'e} and Makowski, Dominique and Fisher, Christopher}, |
| 95 | + journal = {Proceedings of the JuliaCon Conferences}, |
| 96 | + year = {2025}, |
| 97 | + volume = {7}, |
| 98 | + number = {78}, |
| 99 | + pages = {186}, |
| 100 | + doi = {10.21105/jcon.00186}, |
| 101 | + url = {https://doi.org/10.21105/jcon.00186}, |
| 102 | + publisher = {The Open Journal} |
| 103 | +} |
| 104 | +``` |
0 commit comments