New {discretes} R package available

Launching the Probaverse packages last December has for sure streamlined my workflow around distributions. But one critical thing was missing: native support for discrete distributions more generally.
While continuous distributions get the most attention, my workflows encounter distributions with a discrete component all the time. Think: empirical distributions; zero-inflated models; poisson processes.
The difficult part of discrete distributions is keeping track of what the possible outcomes are, because sometimes there are infinitely many possibilities, as in the Poisson distribution. Start manipulating these distributions, and keeping track of these becomes much harder.
That’s what the new {discretes} package does. I’m happy to announce that this package is now available on CRAN as of today! I talk more about this package in the official blog post on the probaverse.com website. While it stands alone from the Probaverse ecosystem, it will become a critical component to support discrete distributions, and the distributional learning tasks faced by this rain-on-snow research project.