find_s_F | R Documentation |
Diagonal values are incrementally increases by a factor s until all total feedback values (calculated via the coefficients of the characteristic polynomial). This will not work, if the diagonal contains zeros. Replace missing values before calculating s*!
find_s_F(Jacobian, step_size = 0.01, max_s = 1000)
Jacobian |
A Jacobian matrix |
step_size |
Amount by which s is increases in each step |
max_s |
Maximum possible s value. If the matrix is still not stable, NA is returned |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.