Description Usage Arguments Value
View source: R/BasicFunctions.R
Integrate over a sampled field given as a matrix within a specified counting region
1 2 3 4 5 6 | IntegrateVectorizedGrids(
arrayGrid,
logicalGridPointsInsideCountingDomain,
truePixelSize,
scaleArea
)
|
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 |
Numeric vector with the expected number of Poisson distributed counts given each of the sampled fields
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.