Upper and lower capping for percentiles
This is a work around to hide the loss of statistical accuracy due to
data binning in histograms. For cases where a percentile value is lower
than the minimum or greater than maximum read values percentile is capped
to minimum\maximum value accordingly.
Fixed the message printed by "PrintConfidenceIntervals(double)", instead
of printing 0.99% it now prints 99%.
Added more test cases to cover corner cases for clipping.
Change-Id: Ifae41336282a4dfdbeb325b2c2b87c41c8030c38
2 files changed