powered by
This model assumes that the parameter lambda is known.
Model.lambda.constant.nonsquare(lambda, nrow, ncol)
paramer for the size of the liabilities. A single numeric value.
number of rows of the matrix.
number of columns of the matrix.
the resulting model.
# NOT RUN { m <- Model.lambda.constant.nonsquare(nrow=5,ncol=3,lambda=0.25) m$matr(m$rtheta()) # }
Run the code above in your browser using DataLab