Description Usage Arguments Value
View source: R/BasicFunctions.R
Sample from the posterior predictive distribution for the complete domain
1 2 3 4 5 6 7 | samplePostPredDistGAMPoisson(
arrayGrid,
logicalGridPointsInsideCountingDomain,
truePixelSize,
scaleArea,
subSampPerSamp
)
|
arrayGrid |
Matrix where the first dimension gives the complete vectorized (1-dimensional) grid ( c() applied to the matrix of grid values) and teh second dimension corresponds to differnet samples |
logicalGridPointsInsideCountingDomain |
Logical vector, indicating which of the grid elements are within the counting domain |
truePixelSize |
Numeric vector of dim 2 specifying the size of each pixel (in x- and y-direction) |
scaleArea |
Numeric specifying how much the resulting integreated field should be adjust to correct for the inaccurate size of the counting domain when gridding |
est.theta |
numeric theta value |
Samples from predictive disttribution of fitted GAM model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.