potential.cov {RGeostats} | R Documentation |
Establish the covariance in the Potential CoKriging System
potential.cov(model, db1 = NA, type1 = 1, iech1 = 1, db2 = NA, type2 = 1, iech2 = 1, x10 = NA, x1p = NA, tx1 = NA, x20 = NA, x2p = NA, tx2 = NA, verbose = FALSE)
model |
The |
db1 |
The |
type1 |
When 'db1' is not provided, you may designate the type of information available at the first point. It can be
|
iech1 |
Rank of the sample within 'db1' (if specified). |
db2 |
The |
type2 |
When 'db2' is not provided, you may designate the type of information available at the second point. It can be
The sign is changed if the second point is a target. |
iech2 |
Rank of the sample within 'db1' (if specified). |
x10 |
When 'db1' is not provided and if 'type1' is equal to 3 (IsoPotential), this argument corresponds to the coordinates of the Reference sample belonging to the same isopotential as the Target sample. This information concerns the first point of the covariance calculation. |
x1p |
When 'db1' is not provided, this argument corresponds to the coordinates of the Target sample. This information concerns the first point of the covariance calculation. |
tx1 |
When 'db1' is not provided, this argument corresponds to the coordinates of the Target sample. This information concerns the first point of the covariance calculation. |
x20 |
When 'db2' is not provided and if 'type2' is equal to 3 (IsoPotential), this argument corresponds to the coordinates of the Reference sample belonging to the same isopotential as the Target sample. This information concerns the second point of the covariance calculation. |
x2p |
When 'db2' is not provided, this argument corresponds to the coordinates of the Target sample. This information concerns the second point of the covariance calculation. |
tx2 |
When 'db2' is not provided, this argument corresponds to the coordinates of the Target sample. This information concerns the second point of the covariance calculation. |
verbose |
Verbose flag |
This function returns a matrix of covariance terms corresponding to the relevant lines and columns in the Potential CoKriging System. Its dimension depends on the type of data provided at the two points, and on the space dimension.