| .prior_range | R Documentation |
Shared per-family range logic, used by both .density_grid() (for
plotting) and .bc_coef() (for numerical Bhattacharyya integration).
Uses exact 0.001/0.999 quantiles where available (lognormal, gamma,
exponential, weibull), [0, 1] for beta, and
fit_summary$q025/q975 %||% mean +/- 4*sd as a general fallback
(normal, and any family without a dedicated branch). Non-negative-support
families have lo clamped to 1e-6.
.prior_range(prior)
prior |
A |
A list with numeric elements lo and hi.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.