csgillespie / poweRlaw

This package implements both the discrete and continuous maximum likelihood estimators for fitting the power-law distribution to data. Additionally, a goodness-of-fit based approach is used to estimate the lower cutoff for the scaling region.
109 stars 24 forks source link

Use faster random number generator #89

Open csgillespie opened 4 years ago

csgillespie commented 4 years ago

@blairfix has coded up a nice C++ version of rpldis that is much faster (https://github.com/blairfix/rpld)