bayesianCBF.Rd
Employs a robust regression approach to learn the relationship between a sample image and a list of images that are mapped to the same space as the sample image.
bayesianCBF(
pcasl,
segmentation,
tissuelist,
myPriorStrength = 30,
useDataDrivenMask = 3,
denoisingComponents = 1:8,
robustnessvalue = 0.95,
localweights = FALSE,
priorBetas = NA
)
img antsImage for cbf
image, should cover the brain.
a list containing antsImages eg list(prob1,...,probN)
- e.g 30
- morphology parameters e.g. 3
- data-driven denoising parameters
- value (e.g. 0.95) that throws away time points
Use estimate of voxel-wise reliability to inform prior weight?
prior betas for each tissue and predictor
estimated cbf image
if (FALSE) { # \dontrun{
set.seed(123)
# see fMRIANTs github repository for data and I/O suggestions
} # }