Smooth AR coefficients and white noise variance
pw_smooth(spatial, AR, var, FWHM = 5)
Smoothed AR coefficients and residual variance at every vertex
See fit_bayesglm
internal code.
A Vxp matrix of estimated AR coefficients, where V is the number of vertices and p is the AR model order
A vector length V containing the white noise variance estimates from the AR model
FWHM parameter for smoothing. Remember that
\(\sigma = \frac{FWHM}{2*sqrt(2*log(2)}\). Set to 0
or NULL
to not do any smoothing. Default: 5
.