graspologic-org / graspologic

Python package for graph statistics
https://graspologic-org.github.io/graspologic/
MIT License
650 stars 134 forks source link

Added density test and group connection test to inference module #992

Closed jwellan1 closed 1 year ago

jwellan1 commented 1 year ago

Reference Issues/PRs

Continuation of PR #981 (now using a new branch because prior branch was compromised)

What does this implement/fix? Briefly explain your changes.

This PR adds the density test and group connection test to the inference module, enabling statistical comparison of two networks under either the Erdos-Renyi model (density test) or the Stochastic Block Model (group connection test).

Any other comments?

bdpedigo commented 1 year ago

Review TODOs (for me)