buildDeltaProb: Computes the probability distribution for Delta X and Delta...

Description Usage Arguments Value

View source: R/buildDeltaProb.R

Description

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.

Usage

1
buildDeltaProb(xp1, xp2)

Arguments

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.

Value

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.


bogdanoancea/deduplication documentation built on Dec. 2, 2020, 11:22 p.m.