You are here: Tutorials > Geostatistics > Geostatistics tutorial > 2D case study: grade control > Overview
GEOVIA Surpac

Inverse distance estimation

Overview

An important end product of a geostatistical evaluation is a “model”, or a set of points in space which contain estimated values.  One of the methods for estimating values at points in a model is known as inverse distance estimation.

You will learn about:

  • comparing isotropic and anisotropic inverse distance estimation
  • the steps to performing inverse distance estimation
  • the impact of power on inverse distance estimation
  • how to implement anisotropy parameters from a primary variogram map

Requirements

In order to understand this information, you should:

  • know how to display menu bars
  • be familiar with Surpac string files
  • know how to calculate and model a variogram in Surpac
  • understand the concept of an anisotropy ellipsoid
  • understand the parameters which define an anisotropy ellipsoid

Comparing isotropic and anisotropic inverse distance estimation

When you use inverse distance weighting to estimate values in a block model, the amount and direction of anisotropy can have a significant impact on the end result.  For example, the four models shown below were created from the same data set, but different amounts and orientations of anisotropy were used.

No Anisotropy

(Isotropic)

2:1 Anisotropy

Azimuth 45

2:1 Anisotropy

Azimuth 135

5:1 Anisotropy

Azimuth 135

Task: Perform inverse distance estimation using isotropy

  1. Open 4points1.str in Graphics.
  2. Choose Display > Point > Markers.
  3. Enter the information as shown, and click Apply.
  4. Choose Display > Point > Attributes.
  5. Enter the information as shown, and click Apply.
  6. Choose Display > Hide strings > As lines.
  7. Enter the information as shown, and click Apply.
  8. The points are displayed as follows.

  9. Right-click in the empty area to the right of the menus and choose Menus > Block Model.
  10. Note: All menu commands below here refer to the Block Model menu bar.

  11. Open the model 20x20x1.mdl.
  12. Choose Display > Clear model colours.
  13. Choose Display > Display block model.
  14. Enter the information as shown, and click Apply.
  15. The model and data are displayed.

  16. Choose Estimation > Inverse distance.
  17. Enter the information as shown, and click Apply on the following three forms.
  18. Note: The parameters Anisotropic dist to nearest sample, Average anisotropic dist to samples, and Number of samples are optional. By filling in the form this way, you specify that the data comes from string 1 of 4points1.str and that the calculated grade will be stored in a block model attribute called isotropic.

    Note: By setting both anisotropy ratios to 1, isotropic estimation will be performed.

  19. Choose Display > Colour model by attribute.
  20. In the Attribute to colour by firld, select isotropic, click Scan, then enter values for the Ranges for colour selection of 30,70,5 and click Refresh.
  21. Click Apply.
  22. Blocks are coloured based on the inverse distance squared estimate.

  23. Choose Block Model > Close.
  24. On the Exit block model form, click Save and exit, and then click Apply.

Note: To see all of the steps performed in this task:

  1. Run 2d_04_anisotropy.tcl
  2. Use the Macro playback button and select Slow motion playback to display each form.

Task: View the effect of increasing inverse distance power

  1. Open and display model 20x20x1.mdl.
  2. Choose Estimation > Inverse distance.
  3. Enter the information on each form as in the previous task, except for the last form. Instead of an Inverse Distance Power of 2, enter 3, and click Apply.
  4. Display the model coloured by the isotropic attribute, as described in the previous task.
  5. Repeat steps 2, 3, and 4 using inverse distance powers of 4 and 10.
  6. Power of 2 Power of 3

    Power of 4 Power of 10
  7. Choose Block Model > Close.
  8. On the Exit block model form, click Save and exit, and then click Apply.

Note: To see all of the steps performed in this task:

  1. Run 2d_08a_id_power.tcl
  2. Use the Macro playback button and select Slow motion playback to display each form.

Task: Perform inverse distance estimation on grade control data

  1. Click Reset graphics .
  2. Open gc_zone1_cut130.str in Graphics.
  3. Choose Display > Point > Markers.
  4. Enter the information as shown, and click Apply.
  5. Choose Display > Hide strings > As lines.
  6. Enter the information as shown, and click Apply.
  7. Open gc130.mdl.
  8. Choose Display > Display Block model.
  9. Enter the information as shown, and click Apply.
  10. Open gc_orezone1.con in Graphics.
  11. Click Faces off.
  12. The data and model are displayed.

  13. Choose Estimation > Inverse distance.
  14. Enter the information as shown, and click Apply on the following four forms.
  15. Note: The Anisotropic distance, Average anisotropic distance, and Number of samples fields are optional.

    Note: The major axis and anisotropy ratios from the primary variogram map exercise are used here. The major/minor ratio must be equal to or greater than the major/semi-major ratio, even for 2D estimation.

    Note: In order to restrict the blocks to the domain "Zone 1", you must select Constrain interpolation.

  16. Choose Display > Colour model by attribute.
  17. In the Attribute to colour by field, select gold_id2, click Scan, and then for the Range for colour selection enter 0,15,1 and click Refresh.
  18. Click Apply.
  19. Display the legend on the Legend tab.
  20. The data and model are displayed:

  21. Choose Attribute > View attributes for one block.
  22. Click any block.
  23. The value estimated for the block is displayed.

  24. Click Apply.
  25. Choose Block Model > Close.
  26. On the Exit block model form, click Save and exit, and then click Apply.

Note: To see all of the steps performed in this task, run 2d_08b_inverse_distance.tcl.