Transformations ================ This module contains functionality for isoprobabilistic transformations in :py:mod:`UQpy`. The module currently contains the following classes: - :class:`.Nataf`: Class to perform the Nataf isoprobabilistic transformations. - :class:`.Correlate`: Class to induce correlation to a standard normal vector. - :class:`.Decorrelate`: Class to remove correlation from a standard normal vector. .. toctree:: :maxdepth: 1 :hidden: :caption: Transformations Nataf Correlate Decorrelate