Model.p.constant.nonsquare {systemicrisk} | R Documentation |
Model for a constant p and Non-Square Matrices
Description
This model assumes that the link existence probabilities of the matrix are known.
Usage
Model.p.constant.nonsquare(nrow, ncol, p)
Arguments
nrow |
number of rows of the matrix. |
ncol |
number of columns of the matrix. |
p |
existence probability of a link. A single numeric value. |
Value
the resulting model.
Examples
m <- Model.p.constant.nonsquare(5,3,0.25)
m$matr(m$rtheta())
[Package systemicrisk version 0.4.3 Index]