GaussSmoothKernel: GaussSmoothKernel
Description
An internal function named GaussSmoothKernel. Original from AnalyzeFMRI package
Usage
GaussSmoothKernel(voxdim = c(1, 1, 1), ksize = 5, sigma = diag(3, 3))
Value
a 3 dimensional array with size = (ksize, ksize, ksize)
Arguments
- voxdim
Dimensions of each voxel.
- ksize
Dimensions of the discrete kernel size.
- sigma
The covariance matrix of the Gaussian kernel.