Model.lambda.constant.nonsquare: Model for a Constant lambda and Non-Square Matrices

Description Usage Arguments Value Examples

View source: R/HierarchicalModels.R

Description

This model assumes that the parameter lambda is known.

Usage

1

Arguments

lambda

paramer for the size of the liabilities. A single numeric value.

nrow

number of rows of the matrix.

ncol

number of columns of the matrix.

Value

the resulting model.

Examples

1
2
m <- Model.lambda.constant.nonsquare(nrow=5,ncol=3,lambda=0.25)
m$matr(m$rtheta())

systemicrisk documentation built on May 2, 2019, 9:26 a.m.