generateSSmodel: Randomly generate a state space model

Description Usage Arguments Details Value Examples

View source: R/EvalEst.R

Description

Randomly generate a state space model.

Usage

1
    generateSSmodel(m,n,p, stable=FALSE)

Arguments

n,m,p

Input, state and output dimensions.

stable

TRUE or FALSE indicating if the model must be stable.

Details

Randomly generate a state space model. If stable is true then the largest root will have magnitude less than 1.0.

Value

An SS TSmodel.

Examples

1
z <-  generateSSmodel(2,3,1)

EvalEst documentation built on March 3, 2021, 1:14 a.m.