Skip to main content

Equal frequency histogram

  • April 17, 2024
  • 1 reply
  • 0 views

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

1 reply

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.