Learn R Programming

kergp (version 0.5.7)

mle: 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, ...)

Value

An estimated model, typically a list.

Arguments

object

An object representing a covariance kernel.

...

Other arguments for methods, typically including a response, a design, ...

See Also

mle-methods for examples.