Skip to content

Commit 9a354f1

Browse files
authored
Improve references in docstrings
1 parent 181f200 commit 9a354f1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/simulation/field/methods.jl

+4-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ drawn via a lower-upper (LU) matrix factorization.
2828
through the LU decomposition of the covariance matrix]
2929
(https://link.springer.com/article/10.1007/BF00897191)
3030
31+
* Davis 1987. [Production of conditional simulations via the LU
32+
triangular decomposition of the covariance matrix]
33+
(https://link.springer.com/article/10.1007/BF00898189)
34+
3135
* Oliver 2003. [Gaussian cosimulation: modeling of the cross-covariance]
3236
(https://link.springer.com/article/10.1023%2FB%3AMATG.0000002984.56637.ef)
3337
@@ -112,9 +116,6 @@ inverse Fourier transform.
112116
* Gutjahr 1997. [General joint conditional simulations using a fast
113117
Fourier transform method](https://link.springer.com/article/10.1007/BF02769641)
114118
115-
* Gómez-Hernández, J. & Srivastava, R. 2021. [One Step at a Time: The Origins
116-
of Sequential Simulation and Beyond](https://link.springer.com/article/10.1007/s11004-021-09926-0)
117-
118119
### Notes
119120
120121
The method is limited to simulations on regular grids, and care must be

0 commit comments

Comments
 (0)