Actions
task #9123
closedFix BigDecimal algebra in aggregation algorithms
Start date:
Due date:
% Done:
100%
Estimated time:
Severity:
normal
Related issues
Updated by Andreas Müller about 3 years ago
- Related to feature request #8978: Implement measurement values as BigDecimal added
Updated by Andreas Müller about 3 years ago
- Related to feature request #9080: Use detailElement of quantitative data in dialog of character matrix added
Updated by Andreas Müller almost 3 years ago
- Target version changed from Release 5.18 to Release 5.19
Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.19 to Release 5.21
Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.21 to Release 5.22
Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.22 to Release 5.44
Updated by Andreas Müller about 2 years ago
- Status changed from New to In Progress
- Target version changed from Release 5.44 to Release 5.43
There is a problem with average computing in aggregation. RoundingMode is missing.
Once this is fixed we need to check how to handle that rounding errors are not propagated etc.
Updated by Andreas Müller about 2 years ago
- Related to feature request #7980: Enhance matrix description aggregation added
Updated by Andreas Müller about 2 years ago
- % Done changed from 0 to 20
Rounding in aggregation is now done using MathContext.DECIMAL32 and stripTrailingZeros(). This avoids rounding errors when computing average. stripTrailingZeros() may sometimes reduce precision more then it should by it avoids having always a precision=7 once there was a single computation step that resulted in a rounding issue.
As average is not an important parameter for aggregation this should be sufficient.
Updated by Andreas Müller about 2 years ago
- Target version changed from Release 5.43 to Release 5.27
Updated by Andreas Müller almost 2 years ago
- Copied from task #9810: Test if BigDecimal algebra is correct in PolytomousKey algorithms added
Updated by Andreas Müller almost 2 years ago
- Tags changed from additivity to additivity, aggregation
- Subject changed from Test if BigDecimal algebra is correct in Aggregation and PolytomousKey algorithms to Fix BigDecimal algebra in aggregation algorithms
- Status changed from In Progress to Closed
- Priority changed from New to Priority14
- % Done changed from 20 to 100
Moved polytomous key handling to new ticket #9810
Actions