>
|
|
We generate some data points according to the variogram.
>
|
|
The next step is to create the Kriging object.
>
|
|
| (1) |
We can use this object as is with a variogram estimated purely from the data, but we should expect to get better results if we set the variogram that we know underlies these data.
>
|
|
| (2) |
We can now find the interpolated value for any point, and the variance at such points, as well.
>
|
|
>
|
|
| (5) |
Like any function of two variables, you can plot the interpolated surface with the plot3d command. One can also plot the variance.
>
|
|
>
|
|
>
|
|
You can even plot the interpolated surface, and use the color to indicate the variance.
>
|
|
You can also approximate the area under the surface using numerical integration.
>
|
|