covEffects: covEffects function

View source: R/lgcpStructures.R

covEffectsR Documentation

covEffects function

Description

A function used in conjunction with the function "expectation" to compute the main covariate effects,
lambda(s) exp[Z(s)beta]
in each computational grid cell. Currently only implemented for spatial processes (lgcpPredictSpatialPlusPars and lgcpPredictAggregateSpatialPlusPars).

Usage

covEffects(Y, beta, eta, Z, otherargs)

Arguments

Y

the latent field

beta

the main effects

eta

the parameters of the latent field

Z

the design matrix

otherargs

other arguments to the function (see vignette "Bayesian_lgcp" for an explanation)

Value

the main effects

See Also

expectation, lgcpPredictSpatialPlusPars, lgcpPredictAggregateSpatialPlusPars

Examples

## Not run: ex <- expectation(lg,covEffects)[[1]] # lg is output from spatial LGCP MCMC

lgcp documentation built on Oct. 3, 2023, 5:08 p.m.