You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.. rst-class:: hero-tagline
Drop-in replacements for ``numpy.histogram`` and ``plt.hist`` with
adaptive, variable-width bins powered by the Khisto algorithm.
Dense regions get fine bins, sparse regions get wide ones — no tuning needed.
.. grid:: 2
:gutter: 3
.. grid-item-card:: Standard Gaussian
:img-top: images/gaussian-quick-start.png
Bins concentrate around the interesting areas — exactly
matching the density of a normal distribution.
.. grid-item-card:: Heavy-tailed Pareto
:img-top: images/pareto-quick-start.png
Log-log axes reveal how adaptive bins track a power-law decay
over four orders of magnitude.