Model.Indep.p.lambda: Combination of Independent Models for p and lambda

View source: R/HierarchicalModels.R

Model.Indep.p.lambdaR 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)


systemicrisk documentation built on May 29, 2024, 9:20 a.m.