Description Usage Slots References See Also
Implementation of the Gaussian Process model for 3D spatial interpolation.
1 2 3 |
data
A spatial3DDataFrame
object containing the necessary data.
tangents
A directions3DDataFrame
object containing structural
geology data. Most likely generated with the GetLineDirections()
or GetPlaneDirections()
method.
model
The covariance model. A list
containing one or more
covarianceStructure3D
objects.
mean
The global mean. Irrelevant if a trend is used.
trend
The model's trend component. A formula in character format.
beta
The trend coefficients.
likelihood
The model's log-likelihood given the data.
pre_comp
A list
containing pre-computed values to speed up
predictions.
Rasmussen CE, Williams CKI. Gaussian processes for machine learning. Cambridge, Massachusetts: MIT Press; 2006. doi:10.1142/S0129065704001899.
GP-init
, SPGP-class
,
GP_geomod-class
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.