sim_chains: Simulate Jordan chains

View source: R/sim.R

sim_chainsR 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 "r" and "cp".

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 sim_numbers.

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


mcompanion documentation built on Sept. 22, 2023, 5:12 p.m.