Random field representation methods

버전 1.2.5 (15.8 KB) 작성자: Felipe
Implementation of EOLE, OSE and K-L (Discrete, Galerkin & Nyström) methods for 1D random fields
다운로드 수: 1.3K
업데이트 날짜: 2021/4/30

라이선스 보기

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 (2024). Random field representation methods (https://www.mathworks.com/matlabcentral/fileexchange/52372-random-field-representation-methods), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2017b
R2021a 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Numerical Integration and Differential Equations에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
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