kriging | R Documentation |
Apply the gaussian conditioning theorem to derive a posterior distribution from a prior and observations
kriging(x, SX, y, SY, H)
x |
a vector of time series corresponding to the mean of the prior |
SX |
the covariance matrix corresponding to |
y |
a vector of time series corresponding to the observations |
SY |
the covariance matrix corresponding to |
H |
a matrix corresponding to an observation operator. The number of
lines (columns) must be equal to the length of |
a list of two lists. The first list mean
contains the mean of
the posterior. The second list var
contains the associated
covariance matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.