mle {kergp} | R Documentation |
Generic Function: Maximum Likelihood Estimation of a Gaussian Process Model
Description
Generic function for the Maximum Likelihood estimation of a Gaussian Process model.
Usage
mle(object, ...)
Arguments
object |
An object representing a covariance kernel. |
... |
Other arguments for methods, typically including a response, a design, ... |
Value
An estimated model, typically a list.
See Also
mle-methods
for examples.
[Package kergp version 0.5.7 Index]