VariogramFunction

VariogramFunction

is an option to SpatialEstimate that specifies the local variation model to use.

Details

  • VariogramFunction together with SpatialNoiseLevel is used to make local predictions of spatial values. Combining local predictions with a global trend gives the full spatial prediction function.
  • The local variation is described using a variogram , where is a spatial field of values. When the spatial field is weakly stationary and isotropic, gamma(p_1,p_2)=gamma(TemplateBox[{{{p, _, 1}, -, {p, _, 2}}}, Norm]). A typical isotropic variogram can be described in terms of its sill, range and noise variance.
  • For full details, see the EstimatedVariogramModel page.
  • The following settings can be used:
  • Automaticautomatically compute a variogram
    "model"fit "model" variogram
    {"model",pars}use "model" with given parameters pars
    VariogramModel[]use fully specified variogram model
  • The possible "model" values are given in VariogramModel.

Examples

open allclose all

Basic Examples  (1)

Use SpatialEstimate with specified variogram function:

The data consists of rainfall observations in Switzerland:

Create spatial predictor function with exponential variogram model:

Visualize the estimator values over the observation region:

Scope  (1)

Use SpatialEstimate with fitted variogram function:

The data consists of rainfall observations in Switzerland:

Fit a cubic variogram model and use it for spatial prediction:

Compute the prediction functions with the fitted cubic variogram model:

Applications  (1)

Specifying VariogramFunction in SpatialEstimate allows you to obtain a gallery of models:

Visualize data:

Compute estimates using specific models:

Create a set of random points and compute the estimated values at these locations:

Visualize rainfall values over the whole region:

Wolfram Research (2021), VariogramFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/VariogramFunction.html.

Text

Wolfram Research (2021), VariogramFunction, Wolfram Language function, https://reference.wolfram.com/language/ref/VariogramFunction.html.

CMS

Wolfram Language. 2021. "VariogramFunction." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/VariogramFunction.html.

APA

Wolfram Language. (2021). VariogramFunction. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/VariogramFunction.html

BibTeX

@misc{reference.wolfram_2023_variogramfunction, author="Wolfram Research", title="{VariogramFunction}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/VariogramFunction.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_variogramfunction, organization={Wolfram Research}, title={VariogramFunction}, year={2021}, url={https://reference.wolfram.com/language/ref/VariogramFunction.html}, note=[Accessed: 19-March-2024 ]}