Randomly generate a state space model
Randomly generate a state space model.
generateSSmodel(m,n,p, stable=FALSE)
n,m,p |
Input, state and output dimensions. |
stable |
TRUE or FALSE 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 <- generateSSmodel(2,3,1)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.