pareto

A library for cause-effect relationships.

http://bitbucket.org/hyllos/pareto-haskell

Latest on Hackage:0.2.0.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Benjamin Weber

Functions

  • pareto: Is a pareto distribution present for a list of numbers?

  • causesMaxConcentration: Which causes have the highest concentration?

  • effectsMaxConcentration: Which effects have the highest concentration?

  • causes: Determine causes for specified share of effects.

  • effects: Determine effects for specified share of causes.