View source: R/deconvolve_funcs.R
deconvolve_nlreg_resample | R Documentation |
This function deconvolves the BOLD signal using Bush 2011 method, augmented by the resampling approach of Bush 2015.
deconvolve_nlreg_resample(
BOLDobs,
kernel,
nev_lr = 0.01,
epsilon = 0.005,
beta = 40,
Nresample = 30,
trim_kernel = TRUE
)
BOLDobs |
observed BOLD signal |
kernel |
assumed kernel of the BOLD signal |
nev_lr |
learning rate for the assignment of neural events |
epsilon |
relative error change (termination condition) |
beta |
slope of the sigmoid transfer function |
Nresample |
number of resampling steps for deconvolution |
trim_kernel |
whether to remove the first K time points from the deconvolved vector, corresponding to kernel leftovers from convolution. Default: TRUE |
Author: Keith Bush Institution: University of Arkansas at Little Rock Date: Aug. 12, 2013
list containing the following fields: - NEVest - the base neural event estimate - NEVmean - the mean neural event estimate - NEVstd - the std dev. of the neural event estimate - NEVcupp - the mean (upper limit 95 - NEVclow - the mean (lower limit 95 - BLDmean - the mean of the BOLD estimate - BLDstd - the std dev. of the BOLD estimate - BLDcupp - the mean BOLD (upper limit 95 - BLDclow - the mean BOLD (lower limit 95
Keith Bush
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.