[GitHub] jmeter issue #296: Bug 61078 - Percentile calculation error

2017-05-08 Thread abalanonline
Github user abalanonline commented on the issue: https://github.com/apache/jmeter/pull/296 @FSchumacher thank you for the remark, it is fixed now @pmouawad DescriptiveStatistics uses legacy percentile calculation method by default, which is Linear Interpolation Third Variant

[GitHub] jmeter pull request #296: Bug 61078 - Percentile calculation error

2017-05-08 Thread FSchumacher
Github user FSchumacher commented on a diff in the pull request: https://github.com/apache/jmeter/pull/296#discussion_r115304397 --- Diff: src/jorphan/org/apache/jorphan/math/StatCalculator.java --- @@ -162,7 +162,7 @@ public T getPercentPoint(double percent) { }

[GitHub] jmeter issue #296: Bug 61078 - Percentile calculation error

2017-05-08 Thread pmouawad
Github user pmouawad commented on the issue: https://github.com/apache/jmeter/pull/296 Thanks for your patch. This test fails for me: `@Test public void testPercentagePointBug() throws Exception { long values[] = new long[] {