Description Usage Arguments Details Value Examples
Randomly generate a state space model.
1 | 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.
1 | z <- generateSSmodel(2,3,1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.