Random field representation methods

Implementation of EOLE, OSE and K-L (Discrete, Galerkin & Nyström) methods for 1D random fields

現在この提出コンテンツをフォロー中です。

Different covariance kernels are defined to illustrate three series expansion methods for 1D random field representation: (i) the 'expansion optimal linear estimator (EOLE)', (ii) the orthogonal series expansion (OSE)', and (iii) the 'Karhunen-Loève (K-L)' methods. The solution of the K-L eigenvalue problem is computed with the Discrete, Nyström and Galerkin methods. The main references are: "Stochastic finite element methods and reliability" by Sudret and Der Kiureghian, and "Stochastic finite elements: a spectral approach" by Ghanem and Spanos.
Several references to equations and useful comments are written in order to provide a better understanding of the codes. The programs estimate the corresponding eigenvalues and eigenvectors of the covariance kernel, and plot several random field realizations, together with the covariance approximation.

Any suggestions, corrections and/or improvements are kindly accepted :-)

引用

Felipe Uribe (2026). Random field representation methods (https://jp.mathworks.com/matlabcentral/fileexchange/52372-random-field-representation-methods), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersNumerical Integration and Differential Equations についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • R2021a 以降のリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.2.5

OSE files updated in an effort to fix a typo. Despite the results look better, a minor typo still seems to be present.

1.2.0.0

New version of K-L code:
* example.m re-structured
* renaming the functions
* adding extra check for orthonormality of eigenvectors
* update of Nyström
* efficient gauss_legendre code (large points)

1.0.0.0