Aleatoire

A set of tools for the probabilistic analysis of systems.


PyPI Version Commits since latest release

Table of contents

A rough compilation of general-purpose system reliability functions and classes written over the course of a semester. This package implements probability transformations composed of marginal distributions which are defined using objects from the popular scipy.stats statistical library. This package is largely built upon the framework for reliability computations layed out in CalRel and FERUM.

Installation

pip install aleatoire

You can also install the in-development version with:

pip install https://github.com/claudioperez/aleatoire/archive/master.zip
Back to top