API Reference ============= This section provides a detailed overview of the functions, classes, and submodules available in the ``powerlawrs`` package. High-Level API -------------- These are the primary components you will interact with. .. automodule:: powerlawrs :members: Powerlaw, fit :undoc-members: Distributions (`powerlawrs.dist`) --------------------------------- Modules related to statistical distributions. .. automodule:: powerlawrs.dist :members: .. automodule:: powerlawrs.dist.exponential :members: .. automodule:: powerlawrs.dist.powerlaw :members: .. automodule:: powerlawrs.dist.lognormal :members: .. automodule:: powerlawrs.dist.pareto :members: :undoc-members: :show-inheritance: Statistics (`powerlawrs.stats`) ------------------------------- Modules for statistical analysis and random number generation. .. automodule:: powerlawrs.stats :members: .. automodule:: powerlawrs.stats.descriptive :members: .. automodule:: powerlawrs.stats.random :members: .. automodule:: powerlawrs.stats.ks :members: Utilities (`powerlawrs.util`) ----------------------------- Helper functions and simulation tools. .. automodule:: powerlawrs.util :members: .. automodule:: powerlawrs.util.sim :members: