probe system PDF - NaNs created by PercentileUnderflows/Overflows cause Problems in Wrowser

Bug #1082392 reported by Andreas Dotzler
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openWNS SDK
New
Undecided
Unassigned

Bug Description

Handling of PDF probes that include NaNs due to PercentileUnderflows/Overflows cause problems, for example when creating plots in the wrowser that include PXX-values. As an example, such PDF probes occur for throughput probes, where a large percentage of the users is not serviced. In such a case the P01,P05, ... values are set to NaN. This can not be resolved by setting a higher resolution. Further, gradually increasing the percentile values as done in

wns::evaluation::statistics::PDF::getPercentile(int p)

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.

Revision history for this message
Andreas Dotzler (dotzler) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.