The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal toendValue, the valueendValue-1is recorded
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe latest version available is 2.63.1, with a range of versions from 2.63.1 down to 2.7.1 provided for reference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class records values from 0 up to a specified \u003ccode\u003eendValue\u003c/code\u003e and calculates their percentiles, and its methods support concurrent calls.\u003c/p\u003e\n"],["\u003cp\u003eThe constructor \u003ccode\u003eDistribution(int endValue)\u003c/code\u003e is used to initialize the class, specifying the upper limit of values to be recorded.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetPercentile(double percentile)\u003c/code\u003e method is used to get an approximate percentile of recorded values, and \u003ccode\u003erecord(int value)\u003c/code\u003e is used to record a new value.\u003c/p\u003e\n"],["\u003cp\u003eThe class has inherited methods such as \u003ccode\u003eObject.toString()\u003c/code\u003e and has a deprecated method \u003ccode\u003egetNthPercentile(double percentile)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]