canonicalHRF {neuRosim} | R Documentation |
Double-gamma Haemodynamic reponse function
Description
Specifies a double-gamma variate haemodynamic response function for the given time vector and parameters.
Usage
canonicalHRF(x, param = NULL, verbose = TRUE)
Arguments
x |
Time vector in seconds. |
param |
List of parameters of the haemodynamic response function. The list should contain the following:
|
verbose |
If |
Value
Vector representing the values of the function for the given time vector and parameters.
Author(s)
M. Welvaert
References
[1] Friston, KJ, Fletcher, P, Josephs, O, Holmes, AP, Rugg, MD and Turner, R (1998). Event-related fMRI: Characterising differential responses. NeuroImage, 7, 30-40.
[2] Glover, GH (1999). Deconvolution of impulse response in event-related BOLD fMRI. NeuroImage, 9, 416-429.
See Also
Examples
t <- 1:100
out <- canonicalHRF(t, verbose=FALSE)