Model.Indep.p.lambda {systemicrisk} | R Documentation |
Combination of Independent Models for p and lambda
Description
Combination of Independent Models for p and lambda
Usage
Model.Indep.p.lambda(model.p, model.lambda)
Arguments
model.p |
model for p. |
model.lambda |
model for lambda. |
Value
the resulting model.
Examples
n <- 5
m <- Model.Indep.p.lambda(Model.p.BetaPrior(n),
Model.lambda.GammaPrior(n,scale=1e-1))
genL(m)
[Package systemicrisk version 0.4.3 Index]