Learn R Programming

dti (version 0.9-0)

dwiMixtensor-methods: Methods for Function `dwiMixtensor' in Package `dti'

Description

The method estimates, in each voxel, a mixture of radial symmetric tensors from the DWI data contained in an object of class "dtiData".

Usage

## S3 method for class 'dtiData':
dwiMixtensor(object,maxcomp=2,p=40,maxneighb=7,method="mixtensor")

Arguments

object
Object of class "dtiData"
maxcomp
Maximal number of mixture components.
p
Exponent in Jian-Model (only effective if method="Jian".
maxneighb
Size of neighborhood used to search for minima of the ADC. These are then used to determine initial parameters for the mixture model
method
Specifies the mixture model used. method="mixtensor" specifies a mixture of tensor models (default), method="Jian" refers to the model defined in Jian et al. (2007) with fixed p while with method="Jian2"

Value

  • An object of class "dwiMixtensor".

Details

The method estimates, in each voxel, a mixture of radial symmetric 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.

If method="Jian" the model parameters from Jian et al. (2007) with fixed p are estimated. With method="Jian2" also p is estimated.

In all models tensors are restricted to be rotational sysmmetric with common excentricity and destinct largest eigenvalue.

References

Jian et al. (2007), A novel tensor distribution model for the diffusion-weighted MR signal, NeuroImage 37, 164--176.

See Also

dtiData, readDWIdata, medinria, dtiData, dwiMixtensor

Examples

Run this code
demo(dti_art)

Run the code above in your browser using DataLab