ITK/Release 4/Refactor Numerical Libraries/Inventory/Accumulation of Rounding Errors: Difference between revisions
From KitwarePublic
< ITK | Release 4 | Refactor Numerical Libraries | Inventory
Jump to navigationJump to search
(Created page with "= The Problem = * Brian Avants and his group identified that the computation of Mutual Information metric produces inconsistent results under different threading conditions. The...") |
Daviddoria (talk | contribs) m (moved ITK Release 4/Refactor Numerical Libraries/Inventory/Accumulation of Rounding Errors to ITK/Release 4/Refactor Numerical Libraries/Inventory/Accumulation of Rounding Errors) |
(No difference)
|
Latest revision as of 16:01, 9 December 2011
The Problem
- Brian Avants and his group identified that the computation of Mutual Information metric produces inconsistent results under different threading conditions. They narrowed the problem to an accumulation of errors.
- This might be a situation where a more aware process for accumulating a large number of small terms could provide a solution.
- Brian will post the specific lines of code in ITK where the problem is suspected to originate from.