View source: R/architectures.R
ll_IST | R Documentation |
Independant Self Terminating
Independant Self Terminating
ll_IST(rt, A, b_acc, b_rej, t0, drifts, accept)
ll_IST(rt, A, b_acc, b_rej, t0, drifts, accept)
rt |
A vector of response times |
A |
Start point variability |
b_acc |
positive evidence threshold |
b_rej |
negative evidence threshold |
t0 |
non decision time parameter |
drifts |
An array of drift rates, 4 x length(rt) with the columns being vectors of drift rates for accept price, reject price, accept rating, reject rating respectively |
accept |
Whether we are looking at accept or reject trials |
The log likelihood of the rts for the accept or reject trials given the provided parameter values
The log likelihood of the rts for the accept or reject trials given the provided parameter values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.