File: isoprobabilistic_transformation.rst

package info (click to toggle)
openturns 1.24-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 66,204 kB
  • sloc: cpp: 256,662; python: 63,381; ansic: 4,414; javascript: 406; sh: 180; xml: 164; yacc: 123; makefile: 98; lex: 55
file content (92 lines) | stat: -rw-r--r-- 3,648 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.. _isoprobabilistic_transformation:

Isoprobabilistic transformations
--------------------------------

The isoprobabilistic transformation is used in the following context:
:math:`\vect{X}` is the input random vector, :math:`F_i` the
cumulative density functions of its components and :math:`C` its
copula.
Let us denote by :math:`\vect{d}` a deterministic vector,
:math:`g(\vect{X}\,,\,\vect{d})` the limit state function of the
model,
:math:`\cD_f = \{\vect{X} \in \Rset^n \, / \, g(\vect{X}\,,\,\vect{d}) \le 0\}`
the event considered here.

One way to evaluate the probability content :math:`P_f` of the event
:math:`\cD_f`:

.. math::
  :label: PfXIsoProb

    P_f = \Prob{g(\vect{X}\,,\,\vect{d})\leq 0}=   \int_{\cD_f} \pdf\, d\vect{x}

is to introduce an isoprobabilistic transformation :math:`T` which is
a diffeomorphism from the support of the distribution :math:`f_{\vect{X}}` into :math:`\Rset^n`,
such that the distribution of the random vector
:math:`\vect{U}=T(\vect{X})` has the following properties :
:math:`\vect{U}` and :math:`\mat{R}\,\vect{U}` have the same
distribution for all rotations :math:`\mat{R}\in{\cS\cO}_n(\Rset)`.
Such transformations exist and the most widely used are:

-  the Generalized Nataf transformation (refer to [lebrun2009b]_),

-  the Rosenblatt transformation (refer to [rosenblatt1952]_).

If we suppose that the numerical model :math:`g` has suitable properties
of differentiability, then  :eq:`PfXIsoProb` can be written as:

.. math::
 :label: StandardSpace

    P_f = \Prob{h(\vect{U}\,,\,\vect{d})\leq 0} = \int_{\Rset^n} \boldsymbol{1}_{h(\vect{u}\,,\,\vect{d}) \leq 0}\,f_{\vect{U}}(\vect{u})\,d\vect{u}

where :math:`T` is a :math:`C^1`-diffeomorphism called an
*isoprobabilistic transformation*, :math:`f_{\vect{U}}` the
probability density function of :math:`\vect{U}=T(\vect{X})` and
:math:`h=g\circ T^{-1}`.
The vector :math:`\vect{U}` is said to be in the *standard space*,
whereas :math:`\vect{X}` is in the *physical space*.

The interest of such a transformation is the rotational invariance of
the distributions in the standard space : the random vector
:math:`\vect{U}` has a spherical distribution, which means that the
density function :math:`f_{\vect{U}}` is a function of
:math:`\|\vect{u}\|`. Thus, without loss of generality, it is possible
to map the general failure domain :math:`{\cD}` to a domain
:math:`{\cD}'` for which the design point :math:`{\vect{u}^{*}}'` (the
point of the event boundary at minimal distance from the center of the
standard space) is supported by the last axis.

The following transformations verify that property, under
some specific conditions on the dependence structure of the random
vector :math:`\vect{X}` :

- the Nataf transformation (see [nataf1962]_, [lebrun2009a]_): :math:`\vect{X}` must
  have a normal copula,

- the Generalized Nataf transformation (see [lebrun2009b]_):
  :math:`\vect{X}` must have an elliptical copula,

- the Rosenblatt transformation (see [rosenblatt1952]_, [lebrun2009c]_): there is no
  condition on the copula of :math:`\vect{X}` .

The Generalized Nataf transformation is automatically used when
the copula is elliptical and the Rosenblatt transformation for any other
case.


.. topic:: API:

    - See the available :ref:`isoprobabilistic transformations <isoprobabilistic_transformations>`.

.. topic:: References:

    - A. Der Kiureghian, P.L. Liu, 1986,"Structural Reliability Under Incomplete
      Probabilistic Information", Journal of Engineering Mechanics,
      vol 112, no. 1, pp85-104.
    - [lebrun2009a]_
    - [lebrun2009b]_
    - [lebrun2009c]_
    - [nataf1962]_
    - [rosenblatt1952]_