Learn R Programming

systemicrisk (version 0.4.2)

Model.Indep.p.lambda: 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.

Examples

Run this code
# NOT RUN {
n <- 5
m <- Model.Indep.p.lambda(Model.p.BetaPrior(n),
                          Model.lambda.GammaPrior(n,scale=1e-1))
genL(m)

# }

Run the code above in your browser using DataLab