.gitignore
LICENSE
MANIFEST.in
README.rst
pyproject.toml
setup.py
.github/workflows/tests.yml
docs/Makefile
docs/documentation_figures.ipynb
docs/make.bat
docs/readme.txt
docs/source/api.rst
docs/source/conf.py
docs/source/derivations_top.rst
docs/source/development_top.rst
docs/source/distributions.rst
docs/source/fit.rst
docs/source/index.rst
docs/source/powerlaw.rst
docs/source/tutorials_top.rst
docs/source/utils.rst
docs/source/_static/overrides.css
docs/source/derivations/exponential.rst
docs/source/derivations/lognormal.rst
docs/source/derivations/power_law.rst
docs/source/derivations/stretched_exponential.rst
docs/source/derivations/truncated_power_law.rst
docs/source/development/contributing.rst
docs/source/tutorials/advanced_topics.rst
docs/source/tutorials/comparing_distributions.rst
docs/source/tutorials/discrete_continuous.rst
docs/source/tutorials/generating_data.rst
docs/source/tutorials/loading_data.rst
docs/source/tutorials/new_distributions.rst
docs/source/tutorials/other_libraries.rst
docs/source/tutorials/powerlaw.ccdf.rst
docs/source/tutorials/powerlaw.cdf.rst
docs/source/tutorials/powerlaw.pdf.rst
docs/source/tutorials/ranges_and_constraints.rst
docs/source/tutorials/scaling_range.rst
docs/source/tutorials/visualization.rst
docs/source/tutorials/warnings.rst
manuscript/FigCCDF.eps
manuscript/FigCCDF.pdf
manuscript/FigCCDFmax.eps
manuscript/FigCCDFmax.pdf
manuscript/FigD.eps
manuscript/FigD.pdf
manuscript/FigLognormal.eps
manuscript/FigLognormal.pdf
manuscript/FigPDF.eps
manuscript/FigPDF.pdf
manuscript/FigWorkflow.eps
manuscript/FigWorkflow.pdf
manuscript/Fig_powerlaw_validation.pdf
manuscript/Manuscript_Code.ipynb
manuscript/Manuscript_Code.py
manuscript/blackouts.txt
manuscript/powerlaw.bbl
manuscript/powerlaw.dvi
manuscript/powerlaw.pdf
manuscript/powerlaw.tex
manuscript/powerlaw_validation_10trials_10000data.csv
manuscript/words.txt
manuscript/worm.txt
powerlaw/__init__.py
powerlaw/_version.py
powerlaw/data.py
powerlaw/distributions.py
powerlaw/fitting.py
powerlaw/functional.py
powerlaw/plotting.py
powerlaw/statistics.py
powerlaw/utils.py
powerlaw.egg-info/PKG-INFO
powerlaw.egg-info/SOURCES.txt
powerlaw.egg-info/dependency_links.txt
powerlaw.egg-info/requires.txt
powerlaw.egg-info/top_level.txt
powerlaw/reference_data/blackouts.txt
powerlaw/reference_data/cities.txt
powerlaw/reference_data/fires.txt
powerlaw/reference_data/flares.txt
powerlaw/reference_data/quakes.txt
powerlaw/reference_data/quakes_original.txt
powerlaw/reference_data/surnames.txt
powerlaw/reference_data/terrorism.txt
powerlaw/reference_data/weblinks.hist
powerlaw/reference_data/words.txt
testing/accuracy_overview.py
testing/test_generating_data.py
testing/test_lognormal.py
testing/test_pickle.py
testing/test_plotting.py
testing/test_powerlaw.py
testing/test_reference_data.py
testing/test_synthetic_data.py