powered by
Randomly generate a state space model.
generateSSmodel(m,n,p, stable=FALSE)
An SS TSmodel.
Input, state and output dimensions.
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.
z <- generateSSmodel(2,3,1)
Run the code above in your browser using DataLab