@hackage pareto0.2.0.0
A library for cause-effect relationships.
Categories
License
BSD-3-Clause
Maintainer
Benjamin Weber <mail@bwe.im>
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (1)
Dependents (1)
@hackage/acme-everything
Pareto: Is a pareto distribution present?
Features
- The main function
pareto
will return True if a pareto distribution is present. causesMaxConcentration
returns the causes with the maximum concentration (rank * value).effectsMaxConcentration
returns the effects with the maximum concentration.- If you want the effects for a specific share of causes, use
effects
. - You get the causes for a specific share of effects via
causes
.
Foundation
pareto
employs an entropy model. If entropy for a list of numbers falls below acontrolLimit
, pareto distribution is present.causesMaxConcentration
andeffectsMaxConcentration
will return the respective share of the causes and effects where concentration (rank * value) is highest.
Examples
Examples can be found in the package's documentation.