From 2e4f4a519cacac93a545662a0b82d613c048a592 Mon Sep 17 00:00:00 2001 From: itsdfish Date: Wed, 3 Jul 2024 18:40:37 -0400 Subject: [PATCH] increment version --- Project.toml | 2 +- docs/src/mlba.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 8026b505..1a4f8964 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SequentialSamplingModels" uuid = "0e71a2a6-2b30-4447-8742-d083a85e82d1" authors = ["itsdfish"] -version = "0.11.1" +version = "0.11.2" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f" diff --git a/docs/src/mlba.md b/docs/src/mlba.md index f23d5ccd..14d87814 100644 --- a/docs/src/mlba.md +++ b/docs/src/mlba.md @@ -111,7 +111,7 @@ The parameter for extremeness aversion is: γ = 5 ``` - $\gamma = 1$ indicates objective treatment of stimuli, whereas $\gamma > 1$ indicates extreness aversion, i.e. $[2,2]$ is prefered to $[3,1]$ even though both fall along the line indifference. + $\gamma = 1$ indicates objective treatment of stimuli, whereas $\gamma > 1$ indicates extreness aversion, i.e. $[2,2]$ is prefered to $[3,1]$ even though both fall along the line of indifference. ### Standard Deviation of Drift Rates The standard deviation of the drift rate distribution is given by $\sigma$, which is commonly fixed to 1 for each accumulator.