"dtiData"
.## S3 method for class 'dtiData':
dwiMixtensor(object, maxcomp=3,
model=c("MT","MTiso","MTisoFA","MTisoEV"), fa=NULL,
lambda=NULL, reltol=1e-10, maxit=5000, ngc=1000,
nguess=100*maxcomp^2, msc=c("BIC","AIC","AICC","none"),
mc.cores = setCores(,reprt=FALSE))
## S3 method for class 'dwiMixtensor,dwiMixtensor':
dwiMtCombine(mtobj1, mtobj2, msc="BIC", where=NULL)
"dtiData"
"MT"
corresponds to a mixture
of prolate tensors, "MTiso"
includes an isotropic compartment, "MTisoFA"
additionally fixes FA to the value given in argument fa
and model="MTisoFA"
or model="MTisoEV"
model="MTisoEV"
ngc
voxel.BIC
(Bayes Information Criterion) AIC
(Akaike Information Criterion) or AICC
((Bias-)Corrected Akaike Information Criterion).
None
ma"dwiMtCombine"
an "dwiMixtensor"
-object."dwiMtImprove"
or "dwiMtCombine"
should be performed."dwiMtCombine"
an "dwiMixtensor"
-object obtained from the same "dwiData"
object. The maximum number of components in mtobj2
should preferably be less or equal to the maximum number of compone"dwiMixtensor"
.model=="MT"
the function estimates, in each voxel, a mixture of radial symmetric (prolate) tensors from the DWI data contained in an object of class "dtiData"
. The number of mixture components is selected depending on the data, with a maximum number of components specified by maxcomp
. Optimization is performed usin R's internal BFGS code with mixture weights (volumes of compartments
corresponding to a tensor component) computed using the Lawson-Hannson NNLS code.
In case of model=="MTiso"
the model additionally contains an isotropic compartment. Optimization uses the internal L-BFGS-B code.
model=="MTisoFA"
and model=="MTisoEV"
fix FA and eigenvalues
of the prolate tensors, respectively, in the tensor mixture model with isotropic compartment.
The method "dwiMtCombine"
enables to combine results obtained for the same
dwi data set with different specifications, e.g. for maximum number of components
mcomp
and settings that influence initial estimates. The combined result
contains in each voxel the best result from both reconstructions with respect to
the specified model selection criterion msc
.
dtiData
,
readDWIdata
,
medinria
,
dtiData
,
dwiMixtensor