Skip to content

Commit 42f316c

Browse files
committed
minor fix
1 parent f4e8b36 commit 42f316c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/maaDDM.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ the mean drift rate for the attribute 1 of alternative 1 is given by:
3232
3333
# Keywords
3434
35-
- `ν::T`: drift rates where rows are alternatives and columns are attributes. ν ∈ ℝ⁺.
35+
- `ν::T`: drift rates where rows are alternatives and columns are attributes. ν ∈ ℝⁿᵐ.
3636
- `σ::T`: standard deviation of noise in evidence accumulation. σ ∈ ℝ.
3737
- `Δ::T`: constant of evidence accumulation speed (evidence per ms). Δ ∈ ℝ.
3838
- `θ::T`: bias away from unattended alternative (lower indicates more bias). θ ∈ [0,1].
3939
- `ϕ::T`: bias away from unattended attribute. ϕ ∈ [0,1].
4040
- `ω::T`: attribute weight. ω ∈ [0,1].
41-
- `α::T`: evidence threshold. α ∈ ℝ.
41+
- `α::T`: evidence threshold. α ∈ ℝ.
4242
- `z::T`: initial evidence. z ∈ [0, α]
4343
- `τ::T`: non-decision time. τ ∈ [0, min_rt].
4444

0 commit comments

Comments
 (0)