GEOVIA Surpac

Variogram Validation 

You can use this function to validate the variogram curve produced using Variogram Modelling. For each data point, a kriged grade can be calculated and compared with the measured grade.

To run this function: Choose Block model > Geostatistics > Variogram validation, or...

  • In the Function Chooser, type VARIOGRAM VALIDATION, and press ENTER.

In order to be considered appropriate the following conditions should be satisfied:

  • The average error should be close to zero.
  • The variance of the errors should be close to the average predicted kriging variation.
  • The histogram of errors looks normally distributed and approximately 95% of the errors are within +- 2 x krigvar.

The variogram in this function is described in the same way as it will be in the actual kriging.

Procedure

  1. Choose Variogram > Validation.
You will see the ClosedVariogram Validation form.
  1. Fill in the fields on the Variogram Validation form.
  2. Click Apply.
You will see the ClosedVariogram Model form.
  1. Fill in the fields on the Variogram Model form.
  2. Click Apply.

Output

The outputs from the variogram validation are a string file, a .not file, and a scatter plot in the Basic Statistics window.

String file

The string file is a copy of the string file you entered in the Define the Sample Population Location field, except that each point that is estimated in the string file contains the following D fields.

D field Field name Description
D1 grade

The sample value that you are validating. This value is the same as the value that is stored in the D field, in the input string file, that contains the samples. Typically this is the grade value.

D2 kriged grade The kriged grade.
D3 error cl The error calculation which is calculated as error cl = kriged grade - grade.
D4 dif The difference between error calculation and square root of kriging variance. dif = error cl - sqr var
D5 sqr var

The square root of the kriging variance.

Note: Kriging variance = sum of (weighted point to block variance) - (variance within the block) + LaGrange multiplier.

Note: If a sample is not estimated, such as if there are insufficient samples in the search ellipsoid, the point in the output string file remains unchanged compared to the input string file.

.not file

The .not is the Location specified on the Variogram Validation form, and the ID number of the string file that was used as input to the program.

The .not file summarises the validity of the variogram used. It reports on only the samples that were estimated. An example is as follows.

SUMMARY STATISTICS OF KRIGING ERRORS    
     
MEAN .0006  
VARIANCE 3.3027 <<<<<
SSTD DEVIATION 1.8173  
AVE. SQ. ERROR 3.3002  
WEIGHTED SQ. ERR 3.3603  
SKEWNESS -1.4860  
KURTOSIS 12.2145  
NO. OF ASSAYS 1336  
AVE. KRIGE VARIANCE 3.4459 <<<<<
TWO STD. DEVIATIONS 95.74 <<<<<

There are several key points to look for in this output. The summary statistics of the kriging errors give the variance of the actual kriging errors along with the theoretical kriging variance. If the variogram model is a good model for the data set used, then these two values will be within 15% of each other. The mean of the actual kriging errors is also given and should be very close to zero. Finally, the percentage of the kriging errors within two standard deviations of the mean should be about 95%, indicating that the spread of kriging errors is not very large. The above output meets all of these criteria, so the variogram model used is appropriate for the data set used.

The histograms of kriging errors, and kriging errors divided by the square root of the kriging variance should both show a normal distribution, with a mean around zero.

Scatterplot

The scatterplot of the estimate minus the true grade versus the estimated grade will show the spread of errors in estimation, and will also indicate if there is any tendency to over-estimation by using the specified model. Ideally, this plot should show a cloud of points around the zero line running across from the vertical axis.