probe system PDF - NaNs created by PercentileUnderflows/Overflows cause Problems in Wrowser
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openWNS SDK |
New
|
Undecided
|
Unassigned |
Bug Description
Handling of PDF probes that include NaNs due to PercentileUnder
wns::evaluation
does not solve this issue. Indeed the definition of a percentile in this case is not unique and depends on how it shall be used. One possible interpretation is to set all underflows to the minimum value and all underflows to the maximum value, see the attached patch.
Alternatives would be to mark these under/overflows and handle them in the later applications according to the interpretation needed.