Can the statistical API be used to generate an equal-frequency histogram?
Page 1 / 1
Hi, the Statistical API doesn’t generate the values required for an equal-frequency histogram. At the current time you can generate:
- number of bins
nBins
or - width of bins
binWidth
or - arbitrary
bins
.
It is possible to get values for any percentile, so perhaps you could use these values to build an equal-frequency histogram. For more information and links to examples, check out the documentation here.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.