PythonDistribution¶
-
class
PythonDistribution
(dim=0)¶ Allow to override Distribution from Python.
- Parameters
- dimpositive int
the distribution dimension
Examples
Not useful on its own, see the examples section on how to inherit from it.
Methods
computeCDF
(self, X)CDF accessor.
getDimension
(self)Dimension accessor.
-
__init__
(self, dim=0)¶ Constructor.
-
computeCDF
(self, X)¶ CDF accessor.
-
getDimension
(self)¶ Dimension accessor.