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
(X)CDF accessor.
Dimension accessor.
-
__init__
(dim=0)¶ Constructor.
-
computeCDF
(X)¶ CDF accessor.
-
getDimension
()¶ Dimension accessor.