construct_mbeta | R Documentation |
Define a multivariate beta distribution
construct_mbeta(
nu = 10,
mu1 = 0.85,
delta = 0.05,
rho = 0.5,
blocks = 1,
size = 5,
...
)
nu |
numeric, concentration parameter |
mu1 |
numeric, mean of first variable |
delta |
numeric, distance between mean parameters |
rho |
numeric, correlation parameter |
blocks |
integer, specify block correlation structure |
size |
integer, block size |
... |
further arguments (ignored) |
For details regarding the block correlation matrix, se block_corrmat
A SIMPle.dist
object with derived parameters,
compare SIMPle::define_dist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.