Learn R Programming

lgcp (version 0.9-2)

computeGradtrunc: computeGradtrunc function...

Description

computeGradtrunc function

Usage

computeGradtrunc(nsims=100, scale=1, nis, theta, timediffs, mu,
    temporal, grid)

Arguments

nsims
The number of simulations to use in computation of gradient truncation.
scale
multiplicative scaling constant, returned value is scale*max(gradient over simulations). Default scale is 1.
nis
cell counts on the extended grid
theta
temporal correlation parameter
timediffs
vector of time-differences between time intervals under consideration
mu
mean parameter, see Brix and Diggle
temporal
temporal fitted values
grid
output from function fftgrid

Value

  • gradient truncation parameter

Details

NOTE THIS FUNCTiON IS NOW REDUNDANT AND HAS BEEN REPLACED BY computeGradtruncSpatioTemporal

Advanced use only. A function to compute a gradient truncation parameter for MALA via simulation. The function requires an FFT 'grid' to be pre-computed, see fftgrid.

See Also

fftgrid