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.
Reply
Login to the community
No account yet? Create an account
Login with SSO
Login with Saml2 Login with OpenIdConnector
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.