Quantitiative Diffusion Measures
Given the eigenvalues and eigenvectors
one can define many metrics.
Fractional anisotropy
Given a set of three eigenvalues (variable ‘evalues’ in Matlab) the fractional anisotropy (FA) is calculated as:
which can be calculated using the following Matlab code:
1 2 3 4 |
For this, it doesn’t matter that the eigenvalues are sorted, though typically they are sorted from highest to lowest.



Recent Comments