Conversation
…ined more generally using migraph::over_membership()
…iation or gini coefficients for numeric attributes
…here incompatible methods are used
…y according to different methods (closes #115)
|
@RWKrause , re #115 I've made a first run at a broader
|
|
Hey |
|
Ok, @RWKrause , do you want to propose a generalised assortativity function, and/or implement a clever way to manage missing data across these and other functions? I'll implement them for two-mode networks, and update the tutorials? |
…o work with new play_diffusion() networks
…s a time argument
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #122 +/- ##
==========================================
- Coverage 58.80% 56.74% -2.06%
==========================================
Files 45 45
Lines 5734 5912 +178
==========================================
- Hits 3372 3355 -17
- Misses 2362 2557 +195 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Making
print_all()Modifying
delete_changes()for deleting all changes from a changing networkto_waves()to work with networks that are changing, longitudinal, or bothas_diffusion()to not trim off final wave in the reportas_diffusion()to return correct E and R compartments for waning diffusion modelsMarking
is_longitudinal()to only check for tie waves and not nodal changesMeasuring
net_diversity()andnode_diversity()over_membership()net_diversity()andnode_diversity()to use and declare methods appropriate for the vector of attributesnet_homophily()andnode_homophily()for measuring homophily according to different methods includingnode_is_latent(),node_is_infected(),node_is_recoverd()to work with changing networksnode_is_exposed()to work with changing networks and now accepts a time argumentTutorials
to_directed()andto_redirected()in the data tutorialChecklist: