First-order second-moment method

In probability theory, the first-order second-moment (FOSM) method, also referenced as mean value first-order second-moment (MVFOSM) method, is a probabilistic method to determine the stochastic moments of a function with random input variables. The name is based on the derivation, which uses a first-order Taylor series and the first and second moments of the input variables.[1]

Approximation

Consider the objective function g(x), where the input vector x is a realization of the random vector X with probability density function f_X(x). As X is randomly distributed, also g is randomly distributed. Following the FOSM method, the mean value of g is approximated by

 \mu_g \approx g(\mu)

The variance of g is approximated by

 \sigma^2_g \approx \sum_{i=1}^n \sum_{j=1}^n \frac{\partial g(\mu)}{\partial x_i} \frac{\partial g(\mu)}{\partial x_j} \operatorname{cov}(X_i,X_j)

where n is the length/dimension of x and  \frac{\partial g( \mu)}{\partial x_i} is the partial derivative of g at the mean vector \mu with respect to the i-th entry of x.

Derivation

The objective function is approximated by a Taylor series at the mean vector \mu.

 
g(x) = g(\mu) + \sum_{i=1}^n \frac{\partial g(\mu)}{\partial x_i }  (x_i - \mu _i) + \frac{1}{2} \sum_{i=1}^n \sum_{j=1}^n \frac{\partial^2 g(\mu)}{\partial x_i \, \partial x_j } (x_i - \mu _i)(x_j-\mu _j)  + \cdots

The mean value of g is given by the integral

 \mu_g  = E[ g(x)] = \int_{-\infty}^\infty  g(x) f_X(x)\,  dx

Inserting the first-order Taylor series yields


\begin{align}

\mu_g & \approx \int_{-\infty}^\infty \left[ g(\mu) + \sum_{i=1}^n \frac{\partial g(\mu)}{\partial x_i } \right] f_X(x) \, dx \\

& = \int_{-\infty}^\infty g(\mu) f_X(x) \, dx + \int_{-\infty}^\infty \sum_{i=1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i - \mu_i ) f_X(x) \, dx \\

& = g(\mu) \underbrace {\int_{-\infty }^\infty f_X(x) \, dx }_1 
+ \sum_{i=1}^n \frac{\partial g(\mu)}{\partial x_i} \underbrace {\int_{-\infty}^\infty (x_i-\mu_i) f_X(x) \, dx }_0 \\

& = g(\mu).

\end{align}

The variance of g is given by the integral


\sigma _g^2  = E([g(x)-\mu_g]^2) = \int_{-\infty}^\infty [g(x)-\mu_g]^2 f_X(x) \, dx.

According to the computational formula for the variance, this can be written as


\sigma _g^2  = E([g(x)-\mu_g]^2) = E(g(x)^2) -\mu_g^2
= \int_{-\infty}^\infty g(x)^2 f_X(x) \, dx -\mu_g^2

Inserting the Taylor series yields


\begin{align}
\sigma_g^2  & \approx \int_{-\infty}^\infty  \left[ g(\mu) + \sum_{i = 1}^n  \frac{\partial g(\mu)}{\partial x_i} (x_i  - \mu _i ) \right]^2 f_X ( x ) \, dx  - \mu _g^2  \\
&  = \int_{ - \infty }^\infty  \left\{ g(\mu)^2  + 2 g_\mu \sum_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i  - \mu _i  )  + \left[ \sum_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i  - \mu _i  ) \right]^2 \right\}  f_X ( x ) \, dx  - \mu _g^2  \\
&   = \int_{ - \infty }^\infty  g(\mu)^2 f_X ( x ) \, dx  + \int_{ - \infty }^\infty  2\,g_\mu  \sum_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i  - \mu _i  ) f_X ( x )  \,dx  \\
&  {}\quad{} +  \int_{ - \infty }^\infty  \left[\sum_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} ( x_i  - \mu _i ) \right]^2 f_X ( x ) \, dx  - \mu _g^2   \\
&   = g_\mu^2 \underbrace {\int_{ - \infty }^\infty  f_X ( x ) \, dx }_1 + 2 g_\mu \sum_{i = 1}^n \frac{\partial g(\mu)}{\partial x_i} \underbrace {\int_{ - \infty }^\infty  ( x_i  - \mu _i  ) f_X ( x ) \, dx }_0 \\
& {}\quad{} + \int_{ - \infty }^\infty  \left[ \sum_{i = 1}^n \sum_{j = 1}^n \frac{\partial g(\mu)}{\partial x_i} \frac{\partial g(\mu)}{\partial x_j} ( x_i  - \mu _i  )( x_j  - \mu _j  )  \right] f_X ( x ) \, dx  - \mu _g^2 \\
& = \underbrace{ g(\mu)^2 }_{\mu _g^2 } + \sum_{i = 1}^n \sum_{j = 1}^n \frac{\partial g(\mu)}{\partial x_i} \frac{\partial g(\mu)}{\partial x_j} \underbrace {\int_{ - \infty }^\infty  ( x_i  - \mu _i  )( x_j  - \mu _j  ) f( x ) \, dx }_{\operatorname{cov}(X_i,X_j)}  - \mu _g^2 \\
& = \sum_{i = 1}^n \sum_{j = 1}^n \frac{\partial g(\mu)}{\partial x_i}  \frac{\partial g(\mu)}{\partial x_j} \operatorname{cov}(X_i,X_j).
\end{align}

Higher-order approaches

The following abbreviations are introduced.


g_\mu  = g(\mu),\quad g_{,i}  = \frac{\partial g(\mu)}{\partial x_i},\quad g_{,ij}  = \frac{\partial^2 g (\mu)}{\partial x_i \, \partial x_j },\quad \mu _{i,j}  = E[ (x_i  - \mu _i)^j ]

In the following, the entries of the random vector X are assumed to be independent. Considering also the second-order terms of the Taylor expansion, the approximation of the mean value is given by


\mu _g  \approx g_\mu  + \frac{1}{2}\sum_{i = 1}^n g_{,ii} \;\mu _{i,2}

The second-order approximation of the variance is given by


\begin{align}
 \sigma _g^2 & \approx g_\mu^2  + \sum_{i = 1}^n g_{,i}^2 \,\mu _{i,2}  + \frac{1}{4}\sum_{i = 1}^n g_{,ii}^2 \,\mu _{i,4} + g_\mu \sum_{i = 1}^n g_{,ii} \,\mu _{i,2} + \sum_{i = 1}^n g_{,i} \,g_{,ii} \,\mu _{i,3} \\ 
& {} \quad{} + \frac{1}{2}\sum_{i = 1}^n \sum_{j = i + 1}^n g_{,ii} \,g_{,jj} \,\mu _{i,2} \,\mu _{j,2} + \sum_{i = 1}^n \sum_{j = i + 1}^n g_{,ij}^2 \,\mu _{i,2} \,\mu _{j,2}  - \mu _g^2
\end{align}

The skewness of g can be determined from the third central moment \mu_{g,3} . When considering only linear terms of the Taylor series, but higher-order moments, the third central moment is approximated by


\mu _{g,3} \approx \sum_{i = 1}^n g_{,i}^3 \;\mu _{i,3}

For the second-order approximations of the third central moment as well as for the derivation of all higher-order approximations see Appendix D of Ref.[2] Taking into account the quadratic terms of the Taylor series and the third moments of the input variables is referred to as second-order third-moment method.[3] However, the full second-order approach of the variance (given above) also includes fourth-order moments of input parameters, and the full second-order approach of the skewness 6th-order moments [2]

Practical application

There are several examples in the literature where the FOSM method is employed to estimate the stochastic distribution of the buckling load of axially compressed structures (see e.g. Ref.[4][5][6][7]). For structures which are very sensitive to deviations from the ideal structure (like cylindrical shells) it has been proposed to use the FOSM method as a design approach. Often the applicability is checked by comparison with a Monte Carlo simulation. In engineering practice, the objective function often is not given as analytic expression, but for instance as a result of a finite-element simulation. Then the derivatives of the objective function need to be estimated by the central differences method. The number of evaluations of the objective function equals  2 n + 1. Depending on the number of random variables this still can mean a significantly smaller number of evaluations than performing a Monte Carlo simulation. However, when using the FOSM method as a design procedure, a lower bound shall be estimated, which is actually not given by the FOSM approach. Therefore, a type of distribution needs to be assumed for the distribution of the objective function, taking into account the approximated mean value and standard deviation.

References

  1. A. Haldar and S. Mahadevan, Probability, Reliability, and Statistical Methods in Engineering Design. John Wiley & Sons New York/Chichester, UK, 2000.
  2. 2.0 2.1 B. Kriegesmann, "Probabilistic Design of Thin-Walled Fiber Composite Structures", Mitteilungen des Instituts für Statik und Dynamik der Leibniz Universität Hannover 15/2012, ISSN 1862-4650, Gottfried Wilhelm Leibniz Universität Hannover, Hannover, Germany, 2012, PDF; 10,2MB.
  3. Y. J. Hong, J. Xing, and J. B. Wang, "A Second-Order Third-Moment Method for Calculating the Reliability of Fatigue", Int. J. Press. Vessels Pip., 76 (8), pp 567–570, 1999.
  4. I. Elishakoff, S. van Manen, P. G. Vermeulen, and J. Arbocz, "First-Order Second-Moment Analysis of the Buckling of Shells with Random Imperfections", AIAA J., 25 (8), pp 1113–1117, 1987.
  5. I. Elishakoff, "Uncertain Buckling: Its Past, Present and Future", Int. J. Solids Struct., 37 (46–47), pp 6869–6889, Nov. 2000.
  6. J. Arbocz and M. W. Hilburger, "Toward a Probabilistic Preliminary Design Criterion for Buckling Critical Composite Shells", AIAA J., 43 (8), pp 1823–1827, 2005.
  7. B. Kriegesmann, R. Rolfes, C. Hühne, and A. Kling, "Fast Probabilistic Design Procedure for Axially Compressed Composite Cylinders", Compos. Struct., 93, pp 3140–3149, 2011.


This article is issued from Wikipedia - version of the Tuesday, May 19, 2015. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.