-
-
Notifications
You must be signed in to change notification settings - Fork 128
entry for wiener diffusion model #934
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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}, | ||
|
|
@@ -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}}, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Only escape the unusual caps, so that BibTeX can style. This should not have the outer braces and just curly braces around the |
||
| pages = {641--671}, | ||
| volume = {21}, | ||
| number = {5}, | ||
| issn = {0954-1446}, | ||
| journal = {{European Journal of Cognitive Psychology}}, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No double braces. BibTeX styles sort out which style of capitalization and we only need to provide hints about things that should always be capitalized by wrapping in curly braces. |
||
| doi = {10.1080/09541440802205067} | ||
| } | ||
|
|
||
|
|
||
| @article{Ulrich1994, | ||
| author = {Ulrich, Rolf and Miller, Jeff}, | ||
| year = {1994}, | ||
| title = {{Effects of truncation on reaction time analysis}}, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No double braces. |
||
| pages = {34--80}, | ||
| volume = {123}, | ||
| number = {1}, | ||
| journal = {{Journal of Experimental Psychology: General}} | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No double braces. |
||
| } | ||
|
|
||
|
|
||
| @article{Ratcliff1998, | ||
| author = {Ratcliff, Roger and Rouder, Jeffrey N.}, | ||
| year = {1998}, | ||
| title = {{Modelling response times for two-choice decisions}}, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK, I'm not going to keep writing this, but all the double braces should be removed. |
||
| 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}} | ||
| } | ||
|
|
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can't figure out where else to leave this comment, so I'm putting it here. If the image was taken from a publication, then the source needs to be cited, the license of the source, and copyright holder of the source. Even if that copyright holder is you.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also w.r.t. the image, is the .pdf version being used? The web site will presumably use the .jpg version. Does the LaTeX automatically grab the .pdf somehow? If not, remove the .pdf if it's not being used. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Capitals in titles need to be escaped, so
Stan->{S}tanin the title.