◆ fromJson()
def python.uq.transformation.Transformation.Transformation.fromJson |
( |
|
cls, |
|
|
|
jsonObject |
|
) |
| |
◆ getSize()
def python.uq.transformation.Transformation.Transformation.getSize |
( |
|
self | ) |
|
◆ probabilisticToUnit()
def python.uq.transformation.Transformation.Transformation.probabilisticToUnit |
( |
|
self, |
|
|
|
q, |
|
|
|
args, |
|
|
|
kws |
|
) |
| |
Transformation function for a point from probabilistic space to
the unit hyper cube.
@param q: point in the probabilistic space
@return: point in [0, 1]
◆ unitToProbabilistic()
def python.uq.transformation.Transformation.Transformation.unitToProbabilistic |
( |
|
self, |
|
|
|
p, |
|
|
|
args, |
|
|
|
kws |
|
) |
| |
Transformation function for a point in the unit hyper cube to
the probabilistic space.
@param p: point in [0, 1]
@return: point in probabilistic space
◆ vol()
def python.uq.transformation.Transformation.Transformation.vol |
( |
|
self | ) |
|
@return: the volume of the underlying transformation
The documentation for this class was generated from the following file: