The General Linear Model
The General Linear Model
Data Acquisition !
Preprocessing ! !
Reconstruction!
Statistical Analysis
" There are multiple goals in the statistical analysis of fMRI data. " They include:
" localizing brain areas activated by the task; " determining networks corresponding to brain function; and " making predictions about psychological or disease states.
" Typically dependencies between voxels are dealt with later using random field theory, which makes assumptions about the spatial dependencies between voxels.
Illustration
" Consider an experiment of alternating blocks of finger-tapping and rest. " Construct a model to study data from a single voxel for a single subject. " We seek to determine whether activation is higher during finger-tapping compared with rest.
fMRI Data
Design matrix
Model parameters
Residuals
BOLD signal
Intercept
H 0 : !1 = 0
GLM
A standard GLM can be written:
Y = X" + !
where
! ~ N (0, V )
&Y1 # &1 X 11 " X 1 p # & ) 0 # & (1 # ! $) ! $ ! $Y ! $1 X " X (2 ! 21 2p! $ 1 ! $ 2! = $ $ ' + ! ! ! $ ! ! $!! $ ! ! $! ! $ ! $ ! $ ! $1 X " X Y np np " % ) p " % n" % %( n "
fMRI Data
Design matrix
Noise
Regression coefficients
Estimation
" If ! is i.i.d., then Ordinary Least Square (OLS) estimate is optimal
model estimate
Y = X" + !
!1 ! = ( X' X) X' Y
" If Var(!) =V"2 # I"2, then Generalized Least Squares (GLS) estimate is optimal
model estimate
Y = X" + !
Model Refinement
" This model has a number of shortcomings. " We want to use our understanding of the signal and noise properties of BOLD fMRI to aid us in constructing appropriate models. " This includes deciding on an appropriate design matrix, as well as an appropriate noise model.
Issues
1." BOLD responses have a delayed and dispersed form. 2." The fMRI signal includes substantial amounts of lowfrequency noise.! 3." The data are serially correlated which needs to be considered in the model.!
End of Module
@fMRIstats