logLikelihoodFun {rlibkriging} | R Documentation |
Log-Likelihood function
Description
Compute the log-Likelihood of a model given in object
,
at a different value of the parameters.
Usage
logLikelihoodFun(object, ...)
Arguments
object |
An object representing a fitted model. |
... |
Further arguments of function (eg. range). |
Value
The log-likelihood.
[Package rlibkriging version 0.8-0.1 Index]