Model.Indep.p.lambda {systemicrisk} | R Documentation |
Combination of Independent Models for p and lambda
Model.Indep.p.lambda(model.p, model.lambda)
model.p |
model for p. |
model.lambda |
model for lambda. |
the resulting model.
n <- 5
m <- Model.Indep.p.lambda(Model.p.BetaPrior(n),
Model.lambda.GammaPrior(n,scale=1e-1))
genL(m)