pw_smooth {BayesfMRI} | R Documentation |
Smooth AR coefficients and white noise variance
Description
Smooth AR coefficients and white noise variance
Usage
pw_smooth(spatial, AR, var, FWHM = 5)
Arguments
spatial |
See |
AR |
A Vxp matrix of estimated AR coefficients, where V is the number of vertices and p is the AR model order |
var |
A vector length V containing the white noise variance estimates from the AR model |
FWHM |
FWHM parameter for smoothing. Remember that
|
Value
Smoothed AR coefficients and residual variance at every vertex
[Package BayesfMRI version 0.10.1 Index]