-
Dear @rionbr,
I am doing a comparative analysis between different graph filtering techniques. Is it possible to send me the datasets you used in this paper [The distance backbone of complex networ…
-
Hi Jeff,
Thanks for providing the great tool!
I have a question about the powerlaw fitting with xmax. IMHO, if I fit a powerlaw with a given xmax, I should normalize the probabilistic density fu…
-
**Describe the bug**
`power_law_fit()` throws exception in version 0.10.1. It works correctly in version 0.9.11.
**To reproduce**
The example code:
```python
from igraph import *
g = G…
-
**Describe the bug**
Hello!
Trying to update this package in Guix, I noticed that since switching to CMake, igraph now "vendors" or bundles all of its libraries, with no recourse for the package…
-
I've been triple checking MLE alpha estimates and KS p-values with EViews, EasyFit and RealStatistics (Excel add-in).
I get the same scaling parameter results, however the KS test results are differe…
-
Hi,
I am in need of a community detection algorithm for networkX graphs. Having looked into the literature, I believe that the louvian method is theoretically faster, and more suitable for my case th…
-
Clauset-Newman-Moore greedy modularity maximization algorithm should using max heap,and you use min heap
### Current Behavior
use min heap in dq_dict
### Expected Behavior
shoukd use…
-
One potential problem I see with the fitting of alpha is that we always use the same powerlaw probabilistic density function (pdf) without considering the effect of xmax. Consider the following exampl…
-
Thank you for the interesting talk / slides on the role of prestige in scientific networks. I found an odd link that I think you should remove from the PDF though:
https://aaronclauset.github.io/sl…
-
Hi Jeff,
Thanks you for powerlaw package. However, I noticed that in some literature, they fit power law with a "threshold", i.e., (r+r0) follows powerlaw.
For example, see this Nature and …