View source: R/MLPKrigingClass.R
| logLikelihoodFun.MLPKriging | R Documentation |
Evaluate log-likelihood at given GP theta
## S3 method for class 'MLPKriging'
logLikelihoodFun(object, theta, return_grad = FALSE, return_hess = FALSE, ...)
object |
MLPKriging object |
theta |
range parameter vector |
return_grad |
return gradient? |
return_hess |
return hessian? |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.