13-Geostatistics Simulation Examples
13-Geostatistics Simulation Examples
simulation: examples
Julián M. Ortiz - https://julianmortiz.com/
October 5, 2024
Summary
Sequential Gaussian and sequential indicator simulation are
commonly used to build models of continuous and categor-
ical variables. In this chapter, we present examples of im-
plementation of both methods and show how these are inte-
grated to account for joint geological and grade uncertainty,
in the context of a resource modeling example in mining.
1 Example
1
code the rock type to discriminate between samples with
rock type 20 vs all the rest. The new codes are:
Global proportions
2
Figure 1: Raw and declustered statistics of the proportions of the coded rock types.
Indicator variograms
Since the sample locations are the same as for the grades,
the search parameters for inferring indicator variograms are
kept as before. They are summarized in Table 1.
Notice that data are coded as indicators for the two cases
considered: code 100 and code 200. In each case, the codes
are transformed to a binary indicator. It is obvious from look-
ing at the formula of the experimental indicator variogram
that in the binary case, the output is the same if the indica-
tors are interchanged, as only transitions from one category
3
Lag Azimuth Dip
Direction Lag Tolerance Azimuth Tolerance Dip Tolerance Bandwidth
[m] [m] [°] [°] [°] [°] [m]
N30°E 35.0 17.5 30 22.5 0 15.0 30.0
N120°E 35.0 17.5 120 22.5 0 15.0 30.0
Vertical 12.0 6.0 0 180.0 -90 15.0 20.0
4
Figure 2: Experimental indicator variogram and fitted model in the three principal
directions.
Search plan
5
Coordinate Nodes Min Coordinate (m) Spacing (m)
East (X) 400 24450.5 1.0
North (Y) 600 25050.5 1.0
Elevation (Z) 12 3826.0 12.0
Total 2880000
6
Figure 3: Four realizations and the e-type and conditional variance maps for a repre-
sentative bench.
7
1.3 Continuous simulation
The next step is to simulate the spatial distribution of grades,
but this has to be done for each domain separately. Since
we have two categories, grades are simulated independently
in each domain (we will assume hard boundaries between
the units).
The procedure is:
For realization 1 to L:
8
Declustering and transformation
Search plan
9
Figure 5: Variogram of normal scores for unit 100.
10
Figure 6: Four realizations, the e-type estimate and the conditional variance for grades
in unit 100.
11
Figure 7: Four realizations, the e-type estimate and the conditional variance for grades
in unit 200.
12
1.5 Merging the models
The final step is to merge the categorical simulations rep-
resenting the extent of the domains, and the continuous
simulations representing the uncertainty in the grade distri-
bution.
This is done by taking a very simple approach: the simu-
lated grade for realization at location is assigned based
on the simulated category ssm () at that location in real-
ization of the set of categorical simulations. This means if
category ssm () = sk then, the grade assigned at location
is that of the simulations for category sk at that location, for
that same realization.
The results of the assembled model are presented in Fig-
ure 8.
This set of realizations captures the joint uncertainty in
the extent of the geological units and in the grades. It can
be processed to represent the expected uncertainty of the
true deposit, considering the samples available.
13
and continuous models, the hard boundaries between cate-
gories, end up “diluted” in the set of models. This reflects
the fact that we are uncertain about the location of the
boundary between categories (although we may be sure the
the boundary is hard).
14
Figure 8: Four realizations, the e-type estimate and the conditional variance for the
grades in the final assembled model.
15
Index
boundaries, 6
conditional variances, 6
declustered proportions, 2
declustering, 2
E-type estimate, 6
global proportions, 2, 6
hard boundaries, 8
indicator variogram, 3
joint uncertainty, 1, 13
multiGaussian kriging, 9
non-stationary, 6
proportional effect, 10
sequential Gaussian simula-
tion, 1, 8
sequential indicator simula-
tion, 1, 8
trends, 4
16