Logo
  • ML Training
  • Projects
  • Software
  • Publications
  • Past news
  • About us
Logo

MLColab  ⊂

Cluster ML in Science  ⊂

University of Tübingen

::: Visit us

🄯 ml colab team, licensed cc-by-sa except where noted.

XGitHubMastodon

Bringing ECDF plots to Makie

Attachment
Author

👤Seth Axen

Date
October 7, 2022
Last edited time
May 31, 2024 2:52 PM
URL

Histograms and kernel density estimates (KDEs) are popular ways to visualize the underlying distribution of some sample. Both of these approaches are lossy, and poor choices of the number of bins or bandwidth can introduce or obscure structure in the data. Empirical cumulative distribution functions (ECDFs) are non-lossy visualizations that allow quantiles to be easily read off the plot. See https://towardsdatascience.com/what-why-and-how-to-read-empirical-cdf-123e2b922480 for more examples.

We added ECDF plotting functionality to Makie.jl, an interactive plotting package in the Julia ecosystem:

image

References

  • https://github.com/MakieOrg/Makie.jl/pull/1086
  • https://github.com/MakieOrg/Makie.jl/pull/1310