generate.model.SS {dse2} | R Documentation |
Randomly generate a state space model.
generate.model.SS(m,n,p, stable=F)
n,m,p |
Input, state and output dimensions. |
stable |
T or F indicating if the model must be stable. |
Randomly generate a state space model. If stable is true then the largest root will have magnitude less than 1.0.
An SS TSmodel.
z <- generate.model.SS(2,3,1)