Difference between revisions of "Algorithm:MGH:TenorBasedGroupComparison"
From NAMIC Wiki
Line 12: | Line 12: | ||
'''Status''' The tensor based group comparison method was released into the FreeDiffusion environment at MGH. Paper submitted: "Statistical Group Comparison of Diffusion Tensors via Multivariate Hypothesis Testing." The implementation is in Matlab. Results are able to be visualized in Slicer. | '''Status''' The tensor based group comparison method was released into the FreeDiffusion environment at MGH. Paper submitted: "Statistical Group Comparison of Diffusion Tensors via Multivariate Hypothesis Testing." The implementation is in Matlab. Results are able to be visualized in Slicer. | ||
+ | |||
+ | == [[Algorithm:MGH:Development:GroupComp|Tensor-based group comparison (Cramer test)]] == | ||
+ | |||
+ | * '''Use case'''<nowiki>: 'Compare DTI images between groups using the full tensor information.' </nowiki> | ||
+ | * Difficulty: Medium | ||
+ | * Impact: Medium-High | ||
+ | |||
+ | # Implement in R (Whitcher/Tuch) : '''done''' | ||
+ | # Power analysis (Whitcher) : '''done''' | ||
+ | # Port to Matlab (Whitcher) : '''done''' | ||
+ | # Validate Matlab version against R (Whitcher) : '''done''' | ||
+ | # Test on group data : '''done''' | ||
+ | # Release bootstrap-only version to test group: '''done''' | ||
+ | # Port FFT method from R to matlab (Whitcher): '''done''' | ||
+ | # Implement FFT method in diffusion development environment (Tuch): '''done''' |
Revision as of 02:09, 20 September 2007
Home < Algorithm:MGH:TenorBasedGroupComparisonDTI Analysis: Tensor-based Group Comparison
Objective: To boost statistical sensitivity for group comparisons in comparison to 'traditional' univariate tests.
Example
The figure shows an example of the potential gain in sensitivity using a multivariate tensor test in comparison to the univariate FA test:
Status The tensor based group comparison method was released into the FreeDiffusion environment at MGH. Paper submitted: "Statistical Group Comparison of Diffusion Tensors via Multivariate Hypothesis Testing." The implementation is in Matlab. Results are able to be visualized in Slicer.
Tensor-based group comparison (Cramer test)
- Use case: 'Compare DTI images between groups using the full tensor information.'
- Difficulty: Medium
- Impact: Medium-High
- Implement in R (Whitcher/Tuch) : done
- Power analysis (Whitcher) : done
- Port to Matlab (Whitcher) : done
- Validate Matlab version against R (Whitcher) : done
- Test on group data : done
- Release bootstrap-only version to test group: done
- Port FFT method from R to matlab (Whitcher): done
- Implement FFT method in diffusion development environment (Tuch): done