Computing highest density regions for continuous univariate distributions with known probability functions
Ben O'Neill

TL;DR
This paper presents a unified computational approach for calculating highest density regions (HDRs) in continuous univariate distributions using known density and quantile functions, implemented in R.
Contribution
It introduces a nonlinear optimization framework for HDR computation across various distribution shapes and provides an R implementation that outperforms existing packages in accuracy and speed.
Findings
Method is effective for monotone, quasi-concave, and multimodal densities.
R implementation demonstrates superior accuracy and efficiency.
Framework is applicable to common distribution families.
Abstract
We examine the problem of computing the highest density region (HDR) in a computational context where the user has access to a density function and quantile function for the distribution (e.g., in the statistical language R). We examine several common classes of continuous univariate distributions based on the shape of the density function; this includes monotone densities, quasi-concave and quasi-convex densities, and general multimodal densities. In each case we show how the user can compute the HDR from the quantile and density functions by framing the problem as a nonlinear optimisation problem. We implement these methods in R to obtain general functions to compute HDRs for classes of distributions, and for commonly used families of distributions. We compare our method to existing R packages for computing HDRs and we show that our method performs favourably in terms of both accuracy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Methods and Mixture Models · Bayesian Modeling and Causal Inference · Statistical Methods and Bayesian Inference
