Generate a grid of response-time values and the corresponding PDF values.
For more details on the model see, for example, dUGM
.
dUGM_grid(rt_max = 10, phi, x_res = "default", t_res = "default")
list of RTs and corresponding defective PDFs at lower and upper threshold
maximal response time <- max(rt)
parameter vector in the following order:
Non-decision time (\(t_{nd}\)). Time for non-decision processes such as stimulus encoding and response execution. Total decision time t is the sum of the decision and non-decision times.
Relative start (\(w\)). Sets the start point of accumulation as a ratio of the two decision thresholds. Related to the absolute start z point via equation \(z = b_l + w*(b_u - b_l)\).
Stimulus strength (\(E_0\)). Strength of the stimulus.
Log10-leakage (\(log_{10}(L)\)). Rate of leaky integration.
Log10-urgency (\(log_{10}(k)\)). Decision urgency. If \(k\) is small, the choice is dominated by leakage and approximates a LM. If \(k\) is large, it is an urgency dominated decision.
Noise scale (\(\sigma\)). Model scaling parameter.
Decision thresholds (\(b\)). Sets the location of each decision threshold. The upper threshold \(b_u\) is above 0 and the lower threshold \(b_l\) is below 0 such that \(b_u = -b_l = b\). The threshold separation \(a = 2b\).
Contamination (\(g\)). Sets the strength of the contamination process. Contamination process is a uniform distribution \(f_c(t)\) where \(f_c(t) = 1/(g_u-g_l)\) if \(g_l <= t <= g_u\) and \(f_c(t) = 0\) if \(t < g_l\) or \(t > g_u\). It is combined with PDF \(f_i(t)\) to give the final combined distribution \(f_{i,c}(t) = g*f_c(t) + (1-g)*f_i(t)\), which is then output by the program. If \(g = 0\), it just outputs \(f_i(t)\).
Lower bound of contamination distribution (\(g_l\)). See parameter \(g\).
Upper bound of contamination distribution (\(g_u\)). See parameter \(g\).
spatial/evidence resolution
time resolution
Raphael Hartmann & Matthew Murrow
Cisek, P., Puskas, G. A., & El-Murr, S. (2009). Decisions in changing conditions: the urgency-gating model. Journal of Neuroscience, 29(37), 11560-11571.
Trueblood, J. S., Heathcote, A., Evans, N. J., & Holmes, W. R. (2021). Urgency, leakage, and the relative nature of information processing in decision-making. Psychological Review, 128(1), 160-186.