GaussSmoothKernel: GaussSmoothKernel

View source: R/GaussSmoothKernel.R

GaussSmoothKernelR Documentation

GaussSmoothKernel

Description

An internal function named GaussSmoothKernel. Original from AnalyzeFMRI package

Usage

GaussSmoothKernel(voxdim = c(1, 1, 1), ksize = 5, sigma = diag(3, 3))

Arguments

voxdim

Dimensions of each voxel.

ksize

Dimensions of the discrete kernel size.

sigma

The covariance matrix of the Gaussian kernel.

Value

a 3 dimensional array with size = (ksize, ksize, ksize)


TCIU documentation built on Oct. 6, 2023, 5:09 p.m.