• This repository has been archived on 16/May/2021
  • Stars
    star
    131
  • Rank 275,049 (Top 6 %)
  • Language
    Python
  • License
    BSD 3-Clause "New...
  • Created over 13 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Python library for performing calculations in the Dempster-Shafer theory of evidence.
This repository is unmaintained. In general please consider probabilistic alternatives with a more solid theoretical foundation.


A Python library for performing calculations in the Dempster-Shafer theory of evidence.

Features:
Support for normalized as well as unnormalized belief functions
Different Monte-Carlo algorithms for combining belief functions
Various methods related to the generalized Bayesian theorem
Measures of uncertainty
Methods for constructing belief functions from data

Both Python 2.7 and Python 3.x are supported.

See examples.py for how to use it.