generate.model.SS
Randomly generate a state space model
Description
Randomly generate a state space model.
Usage
generate.model.SS(m,n,p, stable=F)
Required Arguments
- n,m,p
-
Input, state and output dimensions.
Optional Arguments
- stable
-
T or F indicating if the model must be stable.
Value
Details
Randomly generate a state space model. If stable is true then the
largest root will have magnitude less than 1.0.
Examples
z <- generate.model.SS(2,3,1)
return to Table of Contents