Description Usage Arguments Examples
Summarize the parameters, mean, mode, & variance of the prior and posterior pdfs for a Poisson-Gamma model.
1 | poisson_gamma_summary(s, r, sum_x = NULL, n = NULL)
|
s, r |
Shape & rate parameters of the Gamma prior (Gamma(s,r)) |
sum_x, n |
Observed count total & sample size, respectively |
1 2 | poisson_gamma_summary(s=2, r=2)
poisson_gamma_summary(s=2, r=2, sum_x=10, n=5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.