-- Posted on Mon 17 April 2017 in pyAgrum
There are 3 types of discrete random variables in aGrUM/pyAgrum : LabelizedVariable
, DiscretizedVariable
and RangeVariable
. The 3 types are mainly provided in order to ease the modelisation. Derived from DiscreteVariable
, they share a common API
{% include_code types-of-variables_common.pytest lang:python lines:5-100 %}
They essentially differ by the means to create …
Continue reading