Description Usage Arguments Value References Examples
View source: R/control_stats.R
Calculates the average control centrality of a system defined by x_(t+1) = Ax_(t) + Bu_(t).
1 |
A |
An n by n matrix. |
A length n vector of average control centrality measures \insertCitepasqualettiControllabilityMetricsLimitations2014anetcontrol, representing the overall average control of each node in the system.
pasqualettiControllabilityMetricsLimitations2014anetcontrol
1 2 3 | A = matrix(c(0,-3,-2,2,-2,1,-1,2,-1), 3,3)
ave_control_centrality(A)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.