CSTM_TW: Custom Time- and Weight-Dependent Drift Diffusion Model

CSTM_TWR Documentation

Custom Time- and Weight-Dependent Drift Diffusion Model

Description

Density (PDF), distribution function (CDF), and random sampler for a custom time- and weight-dependent (CSTM_TW) drift diffusion model.

Usage

dCSTM_TW(rt, resp, phi, x_res = "default", t_res = "default")

pCSTM_TW(rt, resp, phi, x_res = "default", t_res = "default")

rCSTM_TW(n, phi, dt = 1e-05)

Arguments

rt

vector of response times

resp

vector of responses ("upper" and "lower")

phi

parameter vector in your specified order

x_res

spatial/evidence resolution

t_res

time resolution

n

number of samples

dt

step size of time. We recommend 0.00001 (1e-5)

Value

For the density a list of PDF values, log-PDF values, and the sum of the log-PDFs, for the distribution function a list of of CDF values, log-CDF values, and the sum of the log-CDFs, and for the random sampler a list of response times (rt) and response thresholds (resp).

Author(s)

Raphael Hartmann & Matthew Murrow

References

Murrow, M., & Holmes, W. R. (2023). PyBEAM: A Bayesian approach to parameter inference for a wide class of binary evidence accumulation models. Behavior Research Methods, 1-21.


ream documentation built on Oct. 7, 2024, 1:20 a.m.