View source: R/WarpKrigingClass.R
| predict.WarpKriging | R Documentation |
Predict with a WarpKriging model
## S3 method for class 'WarpKriging'
predict(
object,
x,
return_stdev = TRUE,
return_cov = FALSE,
return_deriv = FALSE,
...
)
object |
WarpKriging object |
x |
prediction matrix (m x d) |
return_stdev |
return standard deviations? |
return_cov |
return full covariance? |
return_deriv |
return derivatives of mean and stdev wrt x? |
... |
ignored |
list with mean, optionally stdev, cov,
mean_deriv, stdev_deriv
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.