Description Usage Arguments Value
View source: R/buildDeltaProb.R
Computes the probability distribution for Delta X and Delta Y where Delta X and Delta Y are the differences between the centroids of the tiles on OX and OY. For a detailed explanation of what Delta X and Delta Y mean please refer to WPI Deliverable 3. The posterior location probability for each tile and each device comes from destim.
1 | buildDeltaProb(xp1, xp2)
|
xp1 |
A data.table object with 3 columns representing the x and y coordinates of the centroids of tiles in the grid and the location probability for each corresponding tile for the first device. |
xp2 |
a data.table object with 3 columns representing the x and y coordinates of the centroids of tiles in the grid and the location probability for each corresponding tile for the second device. |
a list with two data.table objects, the first is the probability distribution for Delta X and the second for Delta Y. The elements of the list are named DeltaX and DeltaY.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.