Metadata-Version: 2.1
Name: GeneralizedLogGamma
Version: 0.0.11
Summary: To fit, validate, diagnostic, and plot generalized gamma and log-gamma distributions.
Author-email: Carlos Alberto Cardozo Delgado <cardozopypackages@gmail.com>
Project-URL: Homepage, https://github.com
Project-URL: Bug Tracker, https://github.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# GeneralizedLogGamma

Set of tools to fit generalized gamma (GG) and generalized log-gamma distribution (GLG). Some developed functions are:

- Density function of a generalized log-gamma distribution.
- Cumulative distribution function of a generalized log-gamma distribution.
- Quantile function of a generalized log-gamma distribution.
- Generate random values of a generalized log-gamma distribution.
- Entropy function of a generalized log-gamma distribution.
- Survival function of generalized gamma distribution.
- Hazard function of a generalized gamma distribution.
- Generate random values of K-th Order Statistics from a generalized log-gamma distribution. 


