prof.rlik: Profile Likelihood for Kriging

Description Usage Arguments Details Value Author(s) See Also

Description

Evaluates profile likelihood function for (regionalized) universal kriging model.

Usage

1
2
prof.rlik(pars, X, coords, reg.ind, y, cov.model = "exp",
  useSTpackage = TRUE)

Arguments

pars

Log covariance parameters

X

Kriging covariate model matrix

coords

Coordinates

reg.ind

Region indicator

y

Observed outcome values.

cov.model

Covariance model for each region.

useSTpackage

Logical. If the SpatioTemporal package is available, uses block cholesky functions within that package for improved performance.

Details

This function is primarily intended to be called via rlikfit, and thus has limited checking of arguments.

Value

Scalar value giving the *negative* log profile likelihood for the kriging model.

Author(s)

Paul Sampson, Josh Keller

See Also

rlikfit


jpkeller/ruk documentation built on May 7, 2019, 4:40 p.m.