-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track average connectivity of network #70
Comments
@meiertgrootes Is there a reference for each of these metrics? I implemented mean connectivity as Also any reference for the calculation of actual distribution of node connectivity? see a draft implementation in #81 |
The function provided in networks goes beyond the requirements here. The mean average connectivity as implemented by you is fine. Other further metrics would indeed be based on the actual distribution of nodes and their connectivity. Being able to calculate those would be useful. This requires constructing the full distribution. |
We can merge the mean connectivity functionality in and split this issue into two |
the mean_connectivity is added to the model in #81
The implemented code of the distribution is removed from #81. It can be used later when addressing issue #90. |
With the network evolving over time the average connectivity will also evolve. We would like to trace this explicitly, making it available via the model class. This would allow it to be used for monitoring and feedback.
Possible metrics are
The text was updated successfully, but these errors were encountered: