estimate.ESS {templateICAr} | R Documentation |
Estimation of effective sample size
Description
Estimation of effective sample size
Usage
estimate.ESS(mesh, Y, ind = NULL, trace = FALSE)
Arguments
mesh |
INLA mesh |
Y |
data |
ind |
index of the data locations in the mesh |
trace |
If |
Details
The functions computes the effective sample size as trace(Q^{-1})/trace(Q*Q)
as in Bretherton et al. (1999), Journal of Climate.
Value
Estimate of the effective sample size
[Package templateICAr version 0.9.1 Index]