Description Usage Arguments Details Value
Create Poisson-Beta distributions.
1 | PoiBeta(k, a, b, n = 100, d = 0)
|
k |
|
a |
|
b |
|
n |
|
d |
|
The Poisson-Beta distribution has mean and variance of
Mu = k * a / (a + b)
Sig^2 = k^2 * a * b / ((a + b + 1) * (a + b)^2)
If k, a, or b have length greater 1, a matrix with n columns is created.
numeric
matrix of length k, a, or b rows and n columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.