logLikelihoodFun.WarpKriging: Evaluate log-likelihood at given theta

View source: R/WarpKrigingClass.R

logLikelihoodFun.WarpKrigingR Documentation

Evaluate log-likelihood at given theta

Description

Evaluate log-likelihood at given theta

Usage

## S3 method for class 'WarpKriging'
logLikelihoodFun(object, theta, return_grad = FALSE, return_hess = FALSE, ...)

Arguments

object

WarpKriging object

theta

range parameter vector

return_grad

return gradient?

return_hess

return hessian?

...

ignored

Value

list with logLikelihood and optionally gradient, hessian


rlibkriging documentation built on May 14, 2026, 1:06 a.m.