Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
itsdfish committed Aug 29, 2024
1 parent f4e8b36 commit 42f316c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/maaDDM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ the mean drift rate for the attribute 1 of alternative 1 is given by:
# Keywords
- `ν::T`: drift rates where rows are alternatives and columns are attributes. ν ∈ ℝ⁺.
- `ν::T`: drift rates where rows are alternatives and columns are attributes. ν ∈ ℝⁿᵐ.
- `σ::T`: standard deviation of noise in evidence accumulation. σ ∈ ℝ.
- `Δ::T`: constant of evidence accumulation speed (evidence per ms). Δ ∈ ℝ.
- `θ::T`: bias away from unattended alternative (lower indicates more bias). θ ∈ [0,1].
- `ϕ::T`: bias away from unattended attribute. ϕ ∈ [0,1].
- `ω::T`: attribute weight. ω ∈ [0,1].
- `α::T`: evidence threshold. α ∈ ℝ.
- `α::T`: evidence threshold. α ∈ ℝ.
- `z::T`: initial evidence. z ∈ [0, α]
- `τ::T`: non-decision time. τ ∈ [0, min_rt].
Expand Down

0 comments on commit 42f316c

Please sign in to comment.