Description Usage Arguments Value
View source: R/buildDeltaProb2.R
Computes the probability distribution for Delta X and Delta Y where Delta X / Delta Y are the differences between the centroids of the tiles on OX / 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 nd each device comes from destim.
1 | buildDeltaProb2(centroids, postLocProbDevice1, postLocProbDevice2)
|
centroids |
The centroids of all tiles in the grid. |
postLocProbDevice1 |
The location probability of the first device, at a certain time instant, for each tile in the grid. |
postLocProbDevice2 |
The location probability of the first device, at a certain time instant, for each tile in the grid. |
a list with two data.table objects, the first is the probability distribution for Delta X and the second for Delta Y. The list items are named DeltaX and DeltaY.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.