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"]],[["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-08-15 UTC."],[[["\u003cp\u003eThe latest version of the Distribution class is 2.63.1, and the webpage provides links to documentation for numerous previous versions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDistribution\u003c/code\u003e class records values from 0 up to an exclusive \u003ccode\u003eendValue\u003c/code\u003e and calculates their percentiles.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains methods that can be called concurrently and inherits several methods from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class constructor takes an integer \u003ccode\u003eendValue\u003c/code\u003e parameter, and its primary functions are to record values using the \u003ccode\u003erecord()\u003c/code\u003e method, and to retrieve the percentile using the \u003ccode\u003egetPercentile()\u003c/code\u003e method.\u003c/p\u003e\n"],["\u003cp\u003eOne deprecated method, \u003ccode\u003egetNthPercentile(double percentile)\u003c/code\u003e, exists alongside its functional counterpart \u003ccode\u003egetPercentile(double percentile)\u003c/code\u003e, which are both used to acquire the percentile of recorded values.\u003c/p\u003e\n"]]],[],null,[]]