Input objects for distributions
More...
def __init__ |
( |
|
self, |
|
|
|
args |
|
) |
| |
- Variant 1
Default constructor
- Variant 2
- Copy constructor
def check |
( |
|
self, |
|
|
|
par, |
|
|
|
method |
|
) |
| |
Checks an input object for the distribution
- Parameters
-
par | Parameter of algorithm |
method | Computation method of the algorithm |
- Returns
- Status of computations
Returns input table of the distribution
- Parameters
-
id | Identifier of the input table |
- Returns
- Input table that corresponds to the given identifier
def set |
( |
|
self, |
|
|
|
id, |
|
|
|
ptr |
|
) |
| |
Sets input for the distribution
- Parameters
-
id | Identifier of the input object |
ptr | Pointer to the object |
The documentation for this class was generated from the following file:
- algorithms/distributions/__init__.py