The value must not be negative. To help with distributions with long tails, if the given
value is greater than or equal to endValue, the value endValue-1 is recorded
instead.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["\u003cp\u003eThe latest version available is 2.63.1, with a comprehensive list of previous versions down to 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class is designed to record values from 0 up to a specified \u003ccode\u003eendValue\u003c/code\u003e and calculate their percentiles.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class includes methods like \u003ccode\u003egetNthPercentile(double percentile)\u003c/code\u003e, \u003ccode\u003egetPercentile(double percentile)\u003c/code\u003e, and \u003ccode\u003erecord(int value)\u003c/code\u003e to handle percentile calculations and value recording.\u003c/p\u003e\n"],["\u003cp\u003eValues recorded using \u003ccode\u003erecord(int value)\u003c/code\u003e must be non-negative, and values greater than or equal to the \u003ccode\u003eendValue\u003c/code\u003e are recorded as \u003ccode\u003eendValue-1\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eDistribution\u003c/code\u003e extends from \u003ccode\u003ejava.lang.Object\u003c/code\u003e and inherited methods include \u003ccode\u003eclone()\u003c/code\u003e, \u003ccode\u003eequals()\u003c/code\u003e, \u003ccode\u003efinalize()\u003c/code\u003e, \u003ccode\u003egetClass()\u003c/code\u003e, \u003ccode\u003ehashCode()\u003c/code\u003e, \u003ccode\u003enotify()\u003c/code\u003e, \u003ccode\u003enotifyAll()\u003c/code\u003e, \u003ccode\u003etoString()\u003c/code\u003e, \u003ccode\u003ewait()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]