generate.model.SS {dse2}R Documentation

Randomly generate a state space model

Description

Randomly generate a state space model.

Usage

    generate.model.SS(m,n,p, stable=F)

Arguments

n,m,p Input, state and output dimensions.
stable T or F 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

z <-  generate.model.SS(2,3,1)