forked from bogdanoancea/deduplication
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
63 lines (63 loc) · 1.69 KB
/
DESCRIPTION
File metadata and controls
63 lines (63 loc) · 1.69 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: deduplication
Type: Package
Title: R package for computing the duplicity probility for each mobile device.
Version: 0.1.0
Author: Bogdan Oancea <bogdan.oancea@gmail.com>, David Salgado <david.salgado.fernandez@ine.es> Sandra Barragan <sandra.barragan.andres@ine.es>
Maintainer: Bogdan Oancea <bogdan.oancea@gmail.com>
Description: R package for computing the duplicity probility for each mobile device, i.e. the probability of a device to be in a 2-to-1 correspondence with its owner.
License: GPL3, EUPL
Imports: data.table,
destim,
Matrix,
doParallel,
parallel,
rgeos,
stringr,
xml2,
Rsolnp
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Collate:
'antennaNeighbours.R'
'aprioriDuplicityProb.R'
'aprioriOneDevice.R'
'buildCentroidProbs.R'
'buildCentroids.R'
'buildCluster.R'
'buildDeltaProb.R'
'buildDeltaProb2.R'
'buildDuplicityTable1to1.R'
'buildDuplicityTablePairs.R'
'centerOfProbabilities.R'
'checkConnections_step1.R'
'tileEquivalence.R'
'distance_coverArea.R'
'checkConnections_step2.R'
'computeDuplicity.R'
'computeDuplicityBayesian.R'
'dispersionRadius.R'
'readPostLocProb.R'
'computeDuplicityTrajectory.R'
'computePairs.R'
'deduplication.R'
'example1.R'
'example2.R'
'example3.R'
'fitModels.R'
'getDeviceIDs.R'
'getConnections.R'
'getEmissionProbs.R'
'getEmissionProbsJointModel.R'
'getGenericModel.R'
'getJointModel.R'
'modeDelta.R'
'readCells.R'
'readEvents.R'
'readGridParams.R'
'readSimulationParams.R'
'splitReverse.R'