import powerlaw data = array([1.7, 3.2 ...]) # data can be list or numpy array results = powerlaw.Fit(data) print results.power_law.alpha print results.power_law.xmin R, p = results.distribution_compare('power_law', 'lognormal')
--
You received this message because you are subscribed to the Google Groups "powerlaw-general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to powerlaw-general+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.