Skip to content
Open
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
1 change: 1 addition & 0 deletions src/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ website:
- stan-users-guide/complex-numbers.qmd
- stan-users-guide/dae.qmd
- stan-users-guide/survival.qmd
- stan-users-guide/wiener_diffusion_model.qmd
- section: "Programming Techniques"
contents:
- stan-users-guide/floating-point.qmd
Expand Down
62 changes: 61 additions & 1 deletion src/bibtex/all.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ @article{Henrich2024
and Klauer, Karl Christoph},
title={The Seven-parameter Diffusion Model: an Implementation in Stan for Bayesian Analyses},
journal={Behavior Research Methods},
year={2024},
year={2023},
month={Jun},
day={01},
volume={56},
Expand All @@ -1352,3 +1352,63 @@ @article{Henrich2024
url={https://doi.org/10.3758/s13428-023-02179-1}
}

@article{Henrich2026,
author={Henrich, Franziska and Klauer, Karl Christoph},
title={Modeling truncated and censored data with the diffusion model in Stan},
journal={Behavior Research Methods},
year={2026},
month={Jan},
day={20},
volume={58},
number={42},
doi={10.3758/s13428-025-02822-z},
url={https://doi.org/10.3758/s13428-025-02822-z}
}


@article{Wagenmakers2009,
author = {Wagenmakers, Eric-Jan},
year = {2009},
title = {{Methodological and empirical developments for the Ratcliff diffusion model of response times and accuracy}},
pages = {641--671},
volume = {21},
number = {5},
issn = {0954-1446},
journal = {{European Journal of Cognitive Psychology}},
doi = {10.1080/09541440802205067}
}


@article{Ulrich1994,
author = {Ulrich, Rolf and Miller, Jeff},
year = {1994},
title = {{Effects of truncation on reaction time analysis}},
pages = {34--80},
volume = {123},
number = {1},
journal = {{Journal of Experimental Psychology: General}}
}


@article{Ratcliff1998,
author = {Ratcliff, Roger and Rouder, Jeffrey N.},
year = {1998},
title = {{Modelling response times for two-choice decisions}},
pages = {347--356},
volume = {9},
number = {5},
issn = {0956-7976},
journal = {{Psychological Science}}
}


@article{Ratcliff1978,
author = {Ratcliff, Roger},
year = {1978},
title = {{A Theory of Memory Retrieval}},
pages = {59--108},
volume = {85},
number = {2},
journal = {{Psychological Review}}
}

1 change: 1 addition & 0 deletions src/stan-users-guide/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ book:
- complex-numbers.qmd
- dae.qmd
- survival.qmd
- wiener_diffusion_model.qmd
- part: "Programming Techniques"
chapters:
- floating-point.qmd
Expand Down
Binary file added src/stan-users-guide/img/Figure_DDM.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/stan-users-guide/img/Figure_DDM.pdf
Binary file not shown.
Loading