Description Usage Arguments Value
View source: R/aprioriOneDevice.R
Apriori probability of a device to be in a 1-to-1 correspondence with the holder. It is computed simply as (2*Ndev1-Ndev)/Ndev1 where Ndev1 is the number of devices that are in a 1-to-1 correspondence with the persons that hold them and Ndev is the total number of devices.
1 | aprioriOneDeviceProb(prob2Devices, ndevices)
|
prob2Devices |
The probability of a person to have 2 devices. In case of using simulated data, this parameter is read from the simulation configuration file. |
ndevices |
The number of devices detected by the network during the time horizon under consideration. |
The apriori probability of a device to be in a 1-to-1 correspondence with its holder.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.