Random Field Simulation

버전 1.5.0.0 (6.52 KB) 작성자: Paul Constantine
Generate multivariate conditional random fields given a mesh and covariance information.
다운로드 수: 6.9K
업데이트 2012/4/26

라이선스 보기

Given a list of d-dimensional points -- typically, though not necessarily, representing a mesh -- and correlation information, the function randomfield.m returns realizations of a corresponding random process. These fields may be conditioned on known data values.

The correlation information can be:
- one of three parameterized models,
- a given correlation matrix with dimensions corresponding to the number of mesh points,
- a matrix of "snapshots" of an unknown process.

The function can also return a struct with the Karhunen-Loeve bases for further field generation and filtering. See the options described in the help for more details.

When data is given for the field realizations to interpolate, the returned mean is the ordinary kriging approximation.

If you have the parallel computing toolbox and more than one core, this will go faster.

Copyright Paul G. Constantine and Qiqi Wang.

인용 양식

Paul Constantine (2026). Random Field Simulation (https://kr.mathworks.com/matlabcentral/fileexchange/27613-random-field-simulation), MATLAB Central File Exchange. 검색 날짜: .

MATLAB 릴리스 호환 정보
개발 환경: R2011b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Triangulation Representation에 대해 자세히 알아보기
도움

도움 준 파일: PMPack - Parameterized Matrix Package

버전 게시됨 릴리스 정보
1.5.0.0

Learned to use zip.

1.2.0.0

Latest version incorporates a low-memory option for large meshes. However, it is slow.

Performance is substantially improved when using the Parallel Computing Toolbox. The scripts use parfor to construct the correlation matrix.

1.1.0.0

Fixed a bug when computing the covariance matrix from snapshots.

1.0.0.0