Description Usage Arguments Value
View source: R/BasicFunctions.R
Currently only to be used with a spatial model with a linear covariate and no additional iid term
1 2 3 4 5 6 7 8 9 10 11 | ComputePostPredDistforPredPhotos(
samp,
thisMeshPoint,
covAtPredLoc,
areaPredPhotos,
poisson.maxEvals,
parallelize.numCores,
parallelize.noSplits,
covariate.fitting,
mesh
)
|
samp |
List with all posterior samples, one sample in each sublist (as obtained from inla.posterior.sample) |
thisMeshPoint |
Numeric vector giving the mesh point corresponding to each of the pred photos |
covAtPredLoc |
Numeric vector containing the covariate value at the location of the prediction photos |
poisson.maxEvals |
Numeric giving the maximum number of poisson evaluations |
List containing the resulting posterior predicitve distribution for all PredPoints
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.