%md
Here we focus on a specific sketch called **T-Digest** for approximating extreme quantiles:
**Pointers:**
- READ White Paper: [https://arxiv.org/pdf/1902.04023.pdf](https://arxiv.org/pdf/1902.04023.pdf)
- WATCH Spark/AI/Data Summit Talks:
- [https://databricks.com/session/sketching-data-with-t-digest-in-apache-spark](https://databricks.com/session/sketching-data-with-t-digest-in-apache-spark)
- [https://databricks.com/session/one-pass-data-science-in-apache-spark-with-generative-t-digests](https://databricks.com/session/one-pass-data-science-in-apache-spark-with-generative-t-digests)
- GLANCE Blogs:
- [https://medium.com/@muppal/probabilistic-data-structures-in-the-big-data-world-code-b9387cff0c55](https://medium.com/@muppal/probabilistic-data-structures-in-the-big-data-world-code-b9387cff0c55)
- [https://medium.com/@mani./t-digest-an-interesting-datastructure-to-estimate-quantiles-accurately-b99a50eaf4f7](https://medium.com/@mani./t-digest-an-interesting-datastructure-to-estimate-quantiles-accurately-b99a50eaf4f7)
**NOTE:**
* Once you could see Ted Dunning's explanation of t-digest here:
- https://www.youtube.com/watch?v=B0dMc0t7K1g
- But, unfortunately, since 2020 this video has become a private property with this warning: *Private video Sign in if you've been granted access to this video*
ScaDaMaLe Course site and book