janpipek / physt

Python histogram library - histograms as updateable, fully semantic objects with visualization tools. [P]ython [HYST]ograms.
MIT License
129 stars 15 forks source link

Approximation of quantiles #53

Open janpipek opened 5 years ago

janpipek commented 5 years ago

In some cases, it is valuable to at least approximate the quantiles. This can be done using interpolation (linear or more complex).