Model.p.Betaprior_mult {systemicrisk} | R Documentation |
Model Using Multiple Independent Components
Description
Assumes a multivariate hyperparameter \theta
with each
component following an independent Beta distribution. A matrix
indicates which component \theta
is used for what
component of p.
Usage
Model.p.Betaprior_mult(Ip, shape1 = 1, shape2 = 1)
Arguments
Ip |
matrix consisting of integers that describe which
component of |
shape1 |
first parameter of Beta prior on
|
shape2 |
second parameter of Beta prior
|
Value
the resulting model.
[Package systemicrisk version 0.4.3 Index]