sim_chains {mcompanion} | R Documentation |
Simulate Jordan chains
Description
Simulate Jordan chains.
Usage
sim_chains(dim = nrow(vectors), type = NULL, heights = NULL,
vectors = NULL, argarg = list(0, pi), ...)
Arguments
dim |
dimension of the matrix, a positive integer. |
type |
types of the eigenvalues, a character vector containing
|
heights |
heights of the eigenvalues, a vector of positive integers. |
vectors |
a matrix containing chains. |
argarg |
TODO: describe. |
... |
additional arguments to be passed on to |
Details
sim_chains
prepares the arguments and calls sim_numbers
to fill the NA entries in vectors
with simulated values.
Value
a matrix
Author(s)
Georgi N, Boshnakov
[Package mcompanion version 0.6 Index]