Semivariogram Sensitivity (Geostatistical Analyst Tools)
Summary
Performs a sensitivity analysis on the predicted values and associated standard errors by changing the model's semivariogram parameters (the nugget, partial sill, and major/minor ranges) within a percentage of the original values.
The tool takes a geostatistical model source in order to populate these initial values of the nugget, partial sill, and major/minor ranges. The tool's output is a table indicating which parameter values were used and what the resulting predicted and standard error values were. If there are large fluctuations in the output with small changes in the model's parameter values, then you cannot have much confidence in the output. On the other hand, if changes in the output are small, then you can be confident in the model's predictions and make decisions based on its output.
Usage
The geostatistical model source is either a geostatistical layer or a geostatistical model (XML).
In the output table,
PtIDcorresponds to theOIDvalue in the Input point observation locations feature class, and theRndParamfield identifies which of the semivariogram parameters were randomly changed.This tool uses a random number generator in its operation. The Seed value used can be controlled in the Random number generator environment.
If a seed value of 0 is used (the default value), then each time the tool is run, a different set of random numbers will be used and a different output will be generated.
If the random number seed is set to a fixed number greater than 0, then the tool will produce the same output each time it is run, until the seed value is changed.
Note:
Only the Mersenne Twister random number generator type is supported; if ACM collected algorithm 599 or Standard C Rand is chosen, Mersenne Twister will be used instead.
In Python, the
GeostatisticalDatasetsArcPy class will be useful for populating the Input dataset(s) parameter.For data formats that support Null values, such as file geodatabase feature classes, a Null value will be used to indicate that a prediction could not be made for that location or that the value should be ignored when used as input. For data formats that do not support Null values, such as shapefiles, the value of -1.7976931348623158e+308 is used (this is the negative of the C++ defined constant DBL_MAX) to indicate that a prediction could not be made for that location.
Parameters
| Label | Explanation | Data type |
|---|---|---|
|
Input geostatistical model source |
The geostatistical model source to be analyzed. |
File; Geostatistical Layer |
|
Input dataset(s) |
The name of the input datasets and field names used in the creation of the output layer. |
Geostatistical Value Table |
|
Input point observation locations |
Point locations where the sensitivity analysis is performed. |
Feature Layer |
|
Nugget span (% of model value) (Optional) |
The percentage subtracted and added to the Nugget parameter to create a range for a subsequent random Nugget parameter selection. |
Double |
|
Number of calculations for Nugget (Optional) |
Number of random Nugget values randomly sampled from the Nugget span. |
Long |
|
Partial Sill span (% of model value) (Optional) |
Percentage subtracted from and added to the Partial Sill parameter to create a range for a random Partial Sill selection. |
Double |
|
Number of calculations for Partial Sill (Optional) |
Number of Partial Sill values randomly sampled from the Partial Sill span. |
Long |
|
Major Range span (% of model value) (Optional) |
Percentage subtracted and added to the Major Range parameter to create a range for a random Major Range selection. |
Double |
|
Number of calculations for Major Range (Optional) |
Number of Major Range values randomly sampled from the Major Range span. |
Long |
|
Minor Range span (% of model value) (Optional) |
Percentage subtracted and added to the Minor Range parameter to create a range for a random Minor Range selection. |
Double |
|
Number of calculations for Minor Range (Optional) |
Number of Minor Range values randomly sampled from the Minor Range span. If Anisotropy has been set in the input geostatistical model source, a value is required. |
Long |
|
Output table |
Table storing the sensitivity results. |
Table |
Environments
Coincident Points, Current Workspace, Random number generator, Scratch Workspace
Licensing information
- Basic: Requires Geostatistical Analyst
- Standard: Requires Geostatistical Analyst
- Advanced: Requires Geostatistical Analyst