WLJS LogoWLJS Notebook

VariogramModel

VariogramModel["model", {params}] represents the function for the variogram model specified by "model".

Examples

Create a spherical variogram model:

VariogramModel["Spherical", {1, 10}]

Plot a variogram model:

Plot[VariogramModel["Gaussian", {1, 5}][h], {h, 0, 20}]

Please visit the official Wolfram Language Reference for more details.

On this page