The hrf_time
function computes the value of an HRF, which is a simple linear function of time t
, when t
is greater than 0 and less than maxt
.
Arguments
- t
A numeric value representing time in seconds.
- maxt
A numeric value representing the maximum time point in the domain. Default value is 22.
See also
Other hrf_functions:
hrf_bspline()
,
hrf_gamma()
,
hrf_gaussian()
,
hrf_inv_logit()
,
hrf_mexhat()
,
hrf_sine()
,
hrf_spmg1()