Skip to main content

Can the statistical API be used to generate an equal-frequency histogram?

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 binWidthor

  • 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