-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMobileNetworkData.bib
More file actions
6247 lines (5580 loc) · 292 KB
/
MobileNetworkData.bib
File metadata and controls
6247 lines (5580 loc) · 292 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
% Encoding: UTF-8
@Misc{All10a,
file = {:All10a - Survey of Agent and Based Modelling and Simulation Tools. Technical Report DL TR.pdf:PDF},
}
@Book{FosGhaJarKreLan17a,
Title = {Big Data and Social Science},
Editor = {Ian Foster and Rayid Ghani and Ron S. Jarmin and Frauke Kreuter and Julia Lane},
Publisher = {{CRC} {P}ress},
Year = {2017},
Address = {Boca Raton},
File = {:Foster et al - 2017 - Big data and social science_ a practical guide to methods and tools-Chapman.pdf:PDF},
ISBN = {978-1-4987-5140-7}
}
@Book{LanStoBenNis14a,
Title = {Privacy, Big Data, and the Public Good},
Editor = {Julia Lane and Victoria Stodden and Stefan Bender and Helen Nissenbaum},
Publisher = {Cambridge University Press},
Year = {2014},
Note = {This is a preliminary version of the book},
Doi = {10.1017/cbo9781107590205},
File = {:Lane et al - 2014 - Privacy, Big Data, and the Public Good.pdf:PDF}
}
@Book{ZekBue12a,
Title = {Handbook of Position Location: Theory, Practice, and Advances},
Editor = {Seyed A. Zekavat and R. Michael Buehrer},
Publisher = {IEEE},
Year = {2012},
File = {:ZekBue - 2012 - Handbook of position location _ theory, practice and advances.pdf:PDF}
}
@Book{ZheZho11a,
Title = {Computing with Spatial Trajectories},
Editor = {Yu Zheng and Xiaofang Zhou},
Publisher = {Springer},
Year = {2011},
File = {:Zheng and Zhou -2011 - Computing with Spatial Trajectories.pdf:PDF}
}
@Book{AhsIly11a,
Title = {Location-Based Services Handbook: Applications, Technologies, and Security},
Editor = {S.A. Ahson and M. Ilyas},
Publisher = {{CRC} {P}ress},
Year = {2011},
File = {:Ahson and Ilyas - 2011 - Location-Based Services Handbook_ Applications, Technologies, and Security.pdf:PDF},
ISBN = {978-1-4200-7198-6}
}
@Book{OHaWes10a,
Title = {The Oxford Handbook of Applied Bayesian Analysis},
Editor = {Anthony O\textquotesingle Hagan and Mike West},
Publisher = {Oxford University Press},
Year = {2010},
File = {:O'Hagan and West - 2010 - The Oxford Handbook of Applied Bayesian Analysis.pdf:PDF},
Url = {978–0–19–954890–3}
}
@Book{PooWanRoy07a,
Title = {Secure Localization and Time Synchronization for Wireless Sensor and Ad Hoc Networks},
Editor = {Radha Poovendran and Cliff Wang and Sumit Roy},
Publisher = {Springer},
Year = {2007},
File = {:Poovendran et al - 2007 - Secure Localization and Time Synchronization for Wireless Sensor and Ad Hoc Networks.pdf:PDF}
}
@Book{KinRosTan04a,
title = {Ecological Inference: New Methodological Strategies},
publisher = {Cambridge University Press},
year = {2004},
editor = {Gary King and Ori Rosen and Martin A. Tanner},
file = {:KinRosTan04a - Ecological Inference_ New Methodological Strategies.pdf:PDF},
}
@Book{GelMen04a,
Title = {Applied Bayesian Modeling and Causal Inference from Incomplete-Data Perspectives},
Editor = {Andrew Gelman and Xiao-Li Meng},
Publisher = {John Wiley \& Sons},
Year = {2004},
File = {:Gelman and Meng - 2004 - Applied Bayesian Modeling and Causal Inference from Incomplete-Data Perspectives.pdf:PDF}
}
@Book{HalRomMel03a,
Title = {{GSM}, {GPRS} and {EDGE} Performance},
Editor = {Timo Halonen and Javier Romero and Juan Melero},
Publisher = {John Wiley {\&} Sons, Ltd},
Year = {2003},
Month = sep,
Doi = {10.1002/0470866969},
File = {:Halonen et al - 2003 - GSM, GPRS and EDGE Performance_ Evolution Towards 3G_UMTS - 2nd ed.pdf:PDF}
}
@Article{ZorLey18a,
author = {Hamidreza Zoraghein and Stefan Leyk},
title = {Enhancing areal interpolation frameworks through dasymetric refinement to create consistent population estimates across censuses},
journal = {International Journal of Geographical Information Science},
year = {2018},
volume = {32},
number = {10},
pages = {1948--1976},
month = may,
doi = {10.1080/13658816.2018.1472267},
publisher = {Informa {UK} Limited},
}
@Article{ZilNag15a,
author = {Michael Zilske and Kai Nagel},
title = {A Simulation-based Approach for Constructing All-day Travel Chains from Mobile Phone Data},
journal = {Procedia Computer Science},
year = {2015},
volume = {52},
pages = {468--475},
doi = {10.1016/j.procs.2015.05.017},
publisher = {Elsevier {BV}},
}
@Article{ZilNag14a,
author = {Michael Zilske and Kai Nagel},
title = {Studying the Accuracy of Demand Generation from Mobile Phone Trajectories with Synthetic Data},
journal = {Procedia Computer Science},
year = {2014},
volume = {32},
pages = {802--807},
doi = {10.1016/j.procs.2014.05.494},
keywords = {transport simulation; multi-agent simulation; mobile phone data},
publisher = {Elsevier {BV}},
}
@InProceedings{ZilsNag13a,
author = {Michael Zilske and Kai Nagel},
title = {Building a minimal traffic model from mobile phone data},
booktitle = {Proceedings of the third international conference NetMob D4D Challenge},
year = {2013},
address = {Boston, MA, USA},
month = may,
}
@Article{ZhuCre14a,
author = {Lili Zhuang and Noel Cressie},
title = {Bayesian hierarchical statistical {SIRS} models},
journal = {Statistical Methods {\&} Applications},
year = {2014},
volume = {23},
number = {4},
pages = {601--646},
month = nov,
doi = {10.1007/s10260-014-0280-9},
publisher = {Springer Nature},
}
@Article{ZhaYiYanMinWanElmMahZha16a,
author = {Xing Zhang and Zhenglei Yi and Zhi Yan and Geyong Min and Wenbo Wang and Ahmed Elmokashfi and Sabita Maharjan and Yan Zhang},
title = {Social Computing for Mobile Big Data},
journal = {Computer},
year = {2016},
volume = {49},
number = {9},
pages = {86--90},
month = sep,
doi = {10.1109/mc.2016.267},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{Zha11a,
author = {Li-Chun Zhang},
title = {Topics of statistical theory for register-based statistics and data integration},
journal = {Statistica Neerlandica},
year = {2011},
volume = {66},
number = {1},
pages = {41--63},
month = nov,
doi = {10.1111/j.1467-9574.2011.00508.x},
publisher = {Wiley},
}
@InProceedings{Zer18a,
author = {Federico Zerba},
title = {Big data tools and tourism market intelligence},
booktitle = {15\textsuperscript{th} Global Forum on Tourism Statistics},
year = {2018},
keywords = {Big Data, Tourism Intelligence System, Competitiveness, Information},
}
@Article{ZeiKleJac08a,
author = {Achim Zeileis and Christian Kleiber and Simon Jackman},
title = {Regression Models for Count Data {inR}},
journal = {Journal of Statistical Software},
year = {2008},
volume = {27},
number = {8},
doi = {10.18637/jss.v027.i08},
keywords = {GLM, Poisson model, negative binomial model, hurdle model, zero-inflated model},
publisher = {Foundation for Open Access Statistic},
}
@TechReport{Zee16a,
Title = {Big Data and Methodological Challenges in Official Statistics},
Author = {Kees Zeelenberg},
Institution = {Statistics Netherlands},
Year = {2016},
File = {:Zee16a - Kees Zeelenberg.pdf:PDF}
}
@Article{ZahSha16a,
author = {Seyedmostafa Zahedi and Yousef Shafahi},
title = {Estimating Activity Patterns Using Spatio-temporal Data of Cellphone Networks},
journal = {{MATEC} Web of Conferences},
year = {2016},
volume = {81},
pages = {04011},
doi = {10.1051/matecconf/20168104011},
editor = {M. Figueira and Z. Guo},
publisher = {{EDP} Sciences},
}
@Article{YuaRau16a,
author = {Yihong Yuan and Martin Raubal},
title = {Exploring Georeferenced Mobile Phone Datasets - A Survey and Reference Framework},
journal = {Geography Compass},
year = {2016},
volume = {10},
number = {6},
pages = {239--252},
month = jun,
doi = {10.1111/gec3.12269},
publisher = {Wiley},
}
@InCollection{YinYeLeeLi14a,
author = {Peifeng Yin and Mao Ye and Wang-Chien Lee and Zhenhui Li},
title = {Mining {GPS} Data for Trajectory Recommendation},
booktitle = {Advances in Knowledge Discovery and Data Mining},
publisher = {Springer International Publishing},
year = {2014},
pages = {50--61},
abstract = {The wide use of GPS sensors in smart phones encourages
people to record their personal trajectories and share them with others
in the Internet. A recommendation service is needed to help people pro-
cess the large quantity of trajectories and select potentially interesting
ones. The GPS trace data is a new format of information and few works
focus on building user preference profiles on it. In this work we proposed
a trajectory recommendation framework and developed three recommen-
dation methods, namely, Activity-Based Recommendation (ABR), GPS-
Based Recommendation (GBR) and Hybrid Recommendation. The ABR
recommends trajectories purely relying on activity tags. For GBR, we
proposed a generative model to construct user profiles based on GPS
traces. The Hybrid recommendation combines the ABR and GBR. We
finally conducted extensive experiments to evaluate these proposed solu-
tions and it turned out the hybrid solution displays the best performance.},
doi = {10.1007/978-3-319-06605-9_5},
}
@Article{YinSheFeyPaiPoz18a,
author = {Mogeng Yin and Madeleine Sheehan and Sidney Feygin and Jean-Francois Paiement and Alexei Pozdnoukhov},
title = {A Generative Model of Urban Activities from Cellular Data},
journal = {{IEEE} Transactions on Intelligent Transportation Systems},
year = {2018},
volume = {19},
number = {6},
pages = {1682--1696},
month = jun,
doi = {10.1109/tits.2017.2695438},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Book{YinZha05a,
Title = {Discrete-Time Markov Chains},
Author = {G. George Yin and Qing Zhang},
Publisher = {Springer},
Year = {2005},
File = {:Yin and Zhang - 2005 - Discrete-time Markov Chains_ Two-time-scale Methods and Applications.pdf:PDF}
}
@Misc{YanBer12a,
Title = {A Catalog of Noninformative Priors},
Author = {Ruoyong Yang and James O. Berger},
File = {:YanBer12a - Ruoyong Yang and James O. Berger.pdf:PDF}
}
@Article{YanNguBla14a,
author = {Chun Yang and Thao Nguyen and Erik Blasch},
title = {Mobile positioning via fusion of mixed signals of opportunity},
journal = {{IEEE} Aerospace and Electronic Systems Magazine},
year = {2014},
volume = {29},
number = {4},
pages = {34--46},
month = apr,
doi = {10.1109/maes.2013.130105},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{XuShaZhaYinFanLi15a,
author = {Yang Xu and Shih-Lung Shaw and Ziliang Zhao and Ling Yin and Zhixiang Fang and Qingquan Li},
title = {Understanding aggregate human mobility patterns using passive mobile phone location data: a home-based approach},
journal = {Transportation},
year = {2015},
volume = {42},
number = {4},
pages = {625--646},
month = mar,
doi = {10.1007/s11116-015-9597-y},
file = {:XuShaZhaYinFanLi15a - Understanding Aggregate Human Mobility Patterns Using Passive Mobile Phone Location Data_ a Home Based Approach.pdf:PDF},
publisher = {Springer Nature},
}
@Article{XuBelBojRat17a,
author = {Yang Xu and Alexander Belyi and Iva Bojic and Carlo Ratti},
title = {How friends share urban space: An exploratory spatiotemporal analysis using mobile phone data},
journal = {Transactions in {GIS}},
year = {2017},
volume = {21},
number = {3},
pages = {468--487},
month = jun,
doi = {10.1111/tgis.12285},
publisher = {Wiley},
}
@PhdThesis{Xu13a,
Title = {Improving the Spatial Accuracy of Mobile Positioning Data Based on Fine-Scale Human Mobility Pattern Analysis},
Author = {Li Xu},
School = {University of Colorado, Boulder},
Year = {2013},
File = {:Xu13a - Li Xu.pdf:PDF}
}
@Article{XuGaoDanWanLiu17a,
author = {Guangxia Xu and Shiyi Gao and Mahmoud Daneshmand and Chonggang Wang and Yanbing Liu},
title = {A Survey for Mobility Big Data Analytics for Geolocation Prediction},
journal = {{IEEE} Wireless Communications},
year = {2017},
volume = {24},
number = {1},
pages = {111--119},
month = feb,
doi = {10.1109/mwc.2016.1500131wc},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{XiaWanKonWanLiLiu18a,
author = {Feng Xia and Jinzhong Wang and Xiangjie Kong and Zhibo Wang and Jianxin Li and Chengfei Liu},
title = {Exploring Human Mobility Patterns in Urban Scenarios: A Trajectory Data Perspective},
journal = {{IEEE} Communications Magazine},
year = {2018},
volume = {56},
number = {3},
pages = {142--149},
month = mar,
doi = {10.1109/mcom.2018.1700242},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{WuXuZenZheQuNiYuaNi16,
author = {Wenchao Wu and Jiayi Xu and Haipeng Zeng and Yixian Zheng and Huamin Qu and Bing Ni and Mingxuan Yuan and Lionel M. Ni},
title = {{TelCoVis}: Visual Exploration of Co-occurrence in Urban Human Mobility Based on Telco Data},
journal = {{IEEE} Transactions on Visualization and Computer Graphics},
year = {2016},
volume = {22},
number = {1},
pages = {935--944},
month = jan,
doi = {10.1109/tvcg.2015.2467194},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{WuYanXuZhaLiu15a,
author = {Chenshu Wu and Zheng Yang and Yu Xu and Yiyang Zhao and Yunhao Liu},
title = {Human Mobility Enhances Global Positioning Accuracy for Mobile Phone Localization},
journal = {{IEEE} Transactions on Parallel and Distributed Systems},
year = {2015},
volume = {26},
number = {1},
pages = {131--141},
month = jan,
doi = {10.1109/tpds.2014.2308225},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{WitMeiLeiSheGusTufHanDarMolConWin16a,
author = {Klaus Witrisal and Paul Meissner and Erik Leitinger and Yuan Shen and Carl Gustafson and Fredrik Tufvesson and Katsuyuki Haneda and Davide Dardari and Andreas F. Molisch and Andrea Conti and Moe Z. Win},
title = {High-Accuracy Localization for Assisted Living: 5G systems will turn multipath channels from foe to friend},
journal = {{IEEE} Signal Processing Magazine},
year = {2016},
volume = {33},
number = {2},
pages = {59--70},
month = mar,
doi = {10.1109/msp.2015.2504328},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Article{WitHeuRom12a,
author = {Ernst Wit and Edwin van den Heuvel and Jan-Willem Romeijn},
title = {`All models are wrong...': an introduction to model uncertainty},
journal = {Statistica Neerlandica},
year = {2012},
volume = {66},
number = {3},
pages = {217--236},
month = jul,
doi = {10.1111/j.1467-9574.2012.00530.x},
publisher = {Wiley},
}
@Article{WisSmiBijRayFor15a,
author = {Arkadiusz Wi{\'{s}}niowski and Peter W. F. Smith and Jakub Bijak and James Raymer and Jonathan J. Forster},
title = {Bayesian Population Forecasting: Extending the Lee-Carter Method},
journal = {Demography},
year = {2015},
volume = {52},
number = {3},
pages = {1035--1059},
month = may,
doi = {10.1007/s13524-015-0389-y},
publisher = {Springer Nature},
}
@TechReport{Wil16a,
Title = {Statistical uses for mobile phone data: literature review},
Author = {Susan Williams},
Institution = {Office for National Statistics},
Year = {2016},
File = {:Wil16a - Susan Williams.pdf:PDF}
}
@Article{WilPfaRegPar15a,
author = {Chris J. Wild and Maxine Pfannkuch and Matt Regan and Ross Parsonage},
title = {Accessible Conceptions of Statistical Inference: Pulling Ourselves Up by the Bootstraps},
journal = {International Statistical Review},
year = {2015},
volume = {85},
number = {1},
pages = {84--107},
month = sep,
doi = {10.1111/insr.12117},
publisher = {Wiley},
}
@Article{WheRafClaGer15a,
author = {Mark C. Wheldon and Adrian E. Raftery and Samuel J. Clark and Patrick Gerland},
title = {Bayesian reconstruction of two-sex populations by age: estimating sex ratios at birth and sex ratios of mortality},
journal = {Journal of the Royal Statistical Society: Series A (Statistics in Society)},
year = {2015},
volume = {178},
number = {4},
pages = {977--1007},
month = feb,
doi = {10.1111/rssa.12104},
keywords = {Bayesian hierarchical model; Population projection; Sex ratio at birth; Sex ratio of mortality; Two-sex model; Vital rates},
publisher = {Wiley},
}
@Article{WesMetEagKomGrenBjoLesTatBuc15a,
author = {Amy Wesolowski and C. J. E. Metcalf and Nathan Eagle and Janeth Kombich and Bryan T. Grenfell and Ottar N. Bj{\o}rnstad and Justin Lessler and Andrew J. Tatem and Caroline O. Buckee},
title = {Quantifying seasonal population fluxes driving rubella transmission dynamics using mobile phone data},
journal = {Proceedings of the National Academy of Sciences},
year = {2015},
volume = {112},
number = {35},
pages = {11114--11119},
month = aug,
doi = {10.1073/pnas.1423542112},
publisher = {Proceedings of the National Academy of Sciences},
}
@Article{WesEagNooSnoBuc13a,
author = {A. Wesolowski and N. Eagle and A. M. Noor and R. W. Snow and C. O. Buckee},
title = {The impact of biases in mobile phone ownership on estimates of human mobility},
journal = {Journal of The Royal Society Interface},
year = {2013},
volume = {10},
number = {81},
pages = {20120986--20120986},
month = feb,
doi = {10.1098/rsif.2012.0986},
publisher = {The Royal Society},
}
@Article{WesBucPinEagSmiGarTat13a,
author = {Amy Wesolowski and Caroline O. Buckee and Deepa K. Pindolia and Nathan Eagle and David L. Smith and Andres J. Garcia and Andrew J. Tatem},
title = {The Use of Census Migration Data to Approximate Human Movement Patterns across Temporal Scales},
journal = {{PLoS} {ONE}},
year = {2013},
volume = {8},
number = {1},
pages = {e52971},
month = jan,
doi = {10.1371/journal.pone.0052971},
editor = {John P. Hart},
publisher = {Public Library of Science ({PLoS})},
}
@InCollection{Wer14a,
author = {Martin Werner},
title = {Basic Positioning Techniques},
booktitle = {Indoor Location-Based Services},
publisher = {Springer International Publishing},
year = {2014},
pages = {73--99},
doi = {10.1007/978-3-319-10699-1_3},
}
@Article{WanHeLeu18a,
author = {Zhenzhen Wang and Sylvia Y. He and Yee Leung},
title = {Applying mobile phone data to travel behaviour research: A literature review},
journal = {Travel Behaviour and Society},
year = {2018},
volume = {11},
pages = {141--155},
month = apr,
doi = {10.1016/j.tbs.2017.02.005},
file = {:WanHeLeu18a - Applying Mobile Phone Data to Travel Behaviour Research_ a Literature Review.pdf:PDF},
publisher = {Elsevier {BV}},
}
@PhdThesis{Wan14a,
Title = {Understanding Activity Location Choice with Mobile Phone Data},
Author = {Menglin Wang},
School = {University of Washington},
Year = {2014},
File = {:Wan14a - Menglin Wang.pdf:PDF}
}
@Article{WanHuaZhoHuaZho15a,
Title = {Cognition-inspired route evaluation using mobile phone data},
Author = {Hui Wang and Jiajin Huang and Erzhong Zhou and Zhisheng Huang and Ning Zhong},
Journal = {Natural Computing},
Year = {2015},
Month = feb,
Number = {4},
Pages = {637--648},
Volume = {14},
Doi = {10.1007/s11047-014-9479-9},
File = {:WanHuaZhoHuaZho15a - Hui Wang and Jiajin Huang and Erzhong Zhou and Zhisheng Huang and Ning Zhong.pdf:PDF},
Publisher = {Springer Nature}
}
@InProceedings{WanPedSonGiaBar11a,
author = {Dashun Wang and Dino Pedreschi and Chaoming Song and Fosca Giannotti and Albert-Laszlo Barabasi},
title = {Human mobility, social ties, and link prediction},
booktitle = {Proceedings of the 17\textsuperscript{th} {ACM} {SIGKDD} international conference on Knowledge discovery and data mining - {KDD} {\textquotesingle}11},
year = {2011},
publisher = {{ACM} Press},
abstract = {1. INTRODUCTION
Our understanding of how individual mobility patterns shape Social networks have attracted particular interest in recent},
doi = {10.1145/2020408.2020581},
keywords = {29] and its predictability [30]. Indeed, despite the inhomo- Human Mobility, Link Prediction, Social Network geneous spatial resolution (the uneven reception area of mo},
}
@InProceedings{WalPoz11a,
Title = {Spatial structure and dynamics of urban communities},
Author = {Fergal Walsh and Alexei Pozdnoukhov},
Booktitle = {First Workshop on Pervasive Urban Applications (PURBA) at Ninth International Conference on Pervasive Computing},
Year = {2011},
Address = {San Francisco, USA},
Month = jun,
Abstract = {This paper explores the evolution and spatial organization
of urban communities in a daily cycle of a city using scalable methods
of social network analysis. Using mobile phone network records, we have
observed spatial patterns in community structures at fine spatial scales
which are most likely related to the activities typical to the different
functional regions of a city. It is known that interactions between different
parts of the city are subject to a distance decay, moreover, our findings
show that regardless of the time of the day or current activity, people tend
to communicate within a spatially enclosed community. Furthermore, we
have investigated transitions and transformations of these communities
at the temporal scales of several hours related to the cycles of human
movement and activities in a city.},
File = {:WalPoz11a - Fergal Walsh and Alexei Pozdnoukhov.pdf:PDF},
Keywords = {community detection, complex networks, smart city, mobile phone data}
}
@TechReport{deWvDeSch17a,
Title = {Framework for the quality evaluation of statistical output based on multiple sources},
Author = {Ton de Waal and Arnout van Delden and Sander Scholtus},
Institution = {Statistics Netherlands},
Year = {2017},
Month = aug,
Number = {2017},
Type = {resreport},
File = {:deWvDeSch17a - Ton de Waal and Arnout van Delden and Sander Scholtus.pdf:PDF},
Url = {https://ec.europa.eu/eurostat/cros/content/wp3-framework-quality-evaluation-statistical-output-based-multiple-sources_en}
}
@TechReport{VizVil18a,
Title = {Intelligent use of mobile positioning data to measure domestic tourism in Peru: the case of the {\textquoteleft}Vamos pal Norte{\textquotedblright} campaign},
Author = {Walter Vizarreta and Leyge Villanueva},
Institution = {15\textsuperscript{th} World Forum on Tourism Statistics},
Year = {2018},
Number = {explore},
File = {:VizVil18a - Walter Vizarreta and Leyge Villanuevaa.pdf:PDF},
Url = {http://www.15th-tourism-stats-forum.com/results.html}
}
@Misc{VivSaa10a,
Title = {Privacy in the era of big data and learning analytics: ethical considerations and positions},
Author = {Marianna Vivitsou and Mohsen Saadatmand},
HowPublished = {ACM Conference},
Year = {2010},
Doi = {10.1145/12345.67890},
File = {:VivSaa10a - Marianna Vivitsou and Mohsen Saadatmand.pdf:PDF}
}
@Article{VisTroMukNasBou16a,
author = {Alexander A. Visheratin and Tamara B. Trofimenko and Ksenia D. Mukhina and Denis Nasonov and Alexander V. Boukhanovsky},
title = {Urgent Information Spreading Multi-layer Model for Simulation in Mobile Networks},
journal = {Procedia Computer Science},
year = {2016},
volume = {80},
pages = {2086--2097},
doi = {10.1016/j.procs.2016.05.528},
publisher = {Elsevier {BV}},
}
@Article{VirRosMorChaGir16a,
author = {Seppo Virtanen and Mattias Rost and Alistair Morrison and Matthew Chalmers and Mark Girolami},
title = {Uncovering smartphone usage patterns with multi-view mixed membership models},
journal = {Stat},
year = {2016},
volume = {5},
number = {1},
pages = {57--69},
doi = {10.1002/sta4.103},
publisher = {Wiley},
}
@Article{VehOja12a,
author = {Aki Vehtari and Janne Ojanen},
title = {A survey of Bayesian predictive methods for model assessment, selection and comparison},
journal = {Statistics Surveys},
year = {2012},
volume = {6},
number = {0},
pages = {142--228},
doi = {10.1214/12-ss102},
publisher = {Institute of Mathematical Statistics},
}
@Article{VazCam13a,
author = {Eric Vaz and Ana Claudia Campos},
title = {A Multi-Dasymetric Mapping Approach for Tourism},
journal = {Journal of Spatial and Organizational Dynamics, CIEO-Research Centre for Spatial and Organizational Dynamics, University of Algarve},
year = {2013},
volume = {1},
number = {4},
pages = {265--277},
}
@Article{VanReiSmoPlo18a,
author = {Maarten Vanhoof and Fernando Reis and Zbigniew Smoreda and Thomas Pl\"{o}tz},
title = {Detecting Home Locations from CDR Data: Introducing Spatial Uncertainty to the State-of-the-Art},
journal = {arXiv:1808.06398 [cs.CY]},
year = {2018},
note = {Contribution to the Mobile Tartu 2016 Conference},
abstract = {Non-continuous location traces inferred from Call Detail Records (CDR) at population scale are increasingly becoming available for research and show great potential for automated detection of meaningful places. Yet, a majority of Home Detection Algorithms (HDAs) suffer from {\textquotedblleft}blind{\textquotedblright} deployment of criteria to define homes and from limited possibilities for validation. In this paper, we investigate the performance and capabilities of five popular criteria for home detection based on a very large mobile phone dataset from France (~18 million users, 6 months). Furthermore, we construct a data-driven framework to assess the spatial uncertainty related to the application of HDAs. Our findings appropriate patial uncertainty in HDA and, in extension, for detection of meaningful places. We show how spatial uncertainties on the individuals{\textquoteright} level can be assessed in absence of ground truth annotation, how they relate to traditional, igh-level validation practices and how they can be used to improve results for, e.g., nation-wide population estimation.},
}
@Article{VanPloSmo18a,
author = {Maarten Vanhoof and Thomas Pl\"{o}tz and Zbigniew Smoreda},
title = {Geographical veracity of indicators derived from mobile phone data},
journal = {arXiv:1809.09912 [cs.CY]},
year = {2018},
}
@Article{Val15a,
author = {Steven Vale},
title = {International collaboration to understand the relevance of Big Data for official statistics},
journal = {Statistical Journal of the IAOS},
year = {2015},
volume = {31},
number = {2},
pages = {159--163},
month = may,
issn = {1874-7655},
doi = {10.3233/sji-150889},
publisher = {IOS Press},
}
@Article{VajVajLil15a,
author = {Toivo Vajakas and Jaan Vajakas and Rauni Lillemets},
title = {Trajectory reconstruction from mobile positioning data using cell-to-cell travel time information},
journal = {International Journal of Geographical Information Science},
year = {2015},
volume = {29},
number = {11},
pages = {1941--1954},
month = may,
doi = {10.1080/13658816.2015.1049540},
publisher = {Informa {UK} Limited},
}
@Article{UttJoh08a,
author = {Jessica Utts and Wesley Johnson},
title = {The Evolution of Teaching Bayesian Statistics to Nonstatisticians},
journal = {The American Statistician},
year = {2008},
volume = {62},
number = {3},
pages = {199--201},
month = aug,
doi = {10.1198/000313008x330810},
publisher = {Informa {UK} Limited},
}
@TechReport{ITU17a,
Title = {Call Detail Record (CDR). Analysis: Republic of Guinea},
Author = {International Telecommunication Union},
Institution = {International Telecommunication and Union},
Year = {2017},
File = {:ITU17a - International Telecommunication Union.pdf:PDF}
}
@InProceedings{UNDESAUNECE15a,
Title = {Results of the UNSD/UNECE Survey on organizational context and individual projects of Big Data},
Author = {Statistics Divisions of UN/DESA and UN Economic Commission for Europe},
Booktitle = {Statistical Commission Forty-sixth session},
Year = {2015},
File = {:UNDESAUNECE15a - Statistics Divisions of UN_DESA and UN Economic Commission for Europe.pdf:PDF}
}
@TechReport{UaESMC12a,
Title = {Review of the state of the art in secure multiparty computation},
Author = {UaESMC},
Institution = {Project 'Usable and Efficient Secure Multiparty Computation'},
Year = {2012},
Month = may,
File = {:UaESMC12a - UaESMC.pdf:PDF}
}
@Article{TwoCad02a,
author = {Paul Twomey and Richard Cadman},
title = {Agent-based modelling of customer behaviour in the telecoms and media markets},
journal = {info},
year = {2002},
volume = {4},
number = {1},
pages = {56--63},
month = feb,
abstract = {Agent-based modelling is a bottom-up approach to for those markets characterized by non-linearity and},
doi = {10.1108/14636690210426640},
keywords = {Modelling, Consumer behaviour, United Kingdom, techniques continue to be powerful tools, in certain markets Telecommunications, Broadcasting their appropriateness can be called into question, especially},
publisher = {Emerald},
}
@Article{TuyGerMen08a,
author = {Frank Tuyl and Richard Gerlach and Kerrie Mengersen},
title = {A Comparison of Bayes{\textendash}Laplace, Jeffreys, and Other Priors},
journal = {The American Statistician},
year = {2008},
volume = {62},
number = {1},
pages = {40--44},
month = feb,
doi = {10.1198/000313008x267839},
publisher = {Informa {UK} Limited},
}
@Article{TsaLaiChaVas15a,
author = {Chun-Wei Tsai and Chin-Feng Lai and Han-Chieh Chao and Athanasios V. Vasilakos},
title = {Big data analytics: a survey},
journal = {Journal of Big Data},
year = {2015},
volume = {2},
number = {1},
month = oct,
doi = {10.1186/s40537-015-0030-3},
publisher = {Springer Nature},
}
@Article{TraOltRaiNanCouFurGiaSmoZie15a,
author = {Roberto Trasarti and Ana-Maria Olteanu-Raimond and Mirco Nanni and Thomas Couronn{\'{e}} and Barbara Furletti and Fosca Giannotti and Zbigniew Smoreda and Cezary Ziemlicki},
title = {Discovering urban and country dynamics from mobile phone data with spatial correlation patterns},
journal = {Telecommunications Policy},
year = {2015},
volume = {39},
number = {3-4},
pages = {347--362},
month = may,
doi = {10.1016/j.telpol.2013.12.002},
publisher = {Elsevier {BV}},
}
@Article{TraNij15a,
author = {Emmanouil Tranos and Peter Nijkamp},
title = {Mobile phone usage in complex urban systems: a space{\textendash}time, aggregated human activity study},
journal = {Journal of Geographical Systems},
year = {2015},
volume = {17},
number = {2},
pages = {157--185},
month = mar,
doi = {10.1007/s10109-015-0211-9},
publisher = {Springer Nature},
}
@InProceedings{TraBroCalMor11a,
Title = {Social Event Detection in Massive Mobile Phone Data Using Probabilistic Location Inference},
Author = {V.A. Traag and A. Browet and F. Calabrese and F. Morlot},
Booktitle = {2011 {IEEE} Third Int{\textquotesingle}l Conference on Privacy, Security, Risk and Trust and 2011 {IEEE} Third Int{\textquotesingle}l Conference on Social Computing},
Year = {2011},
Month = oct,
Publisher = {{IEEE}},
Doi = {10.1109/passat/socialcom.2011.133},
File = {:TraBroCalMor11a - V.A. Traag and A. Browet and F. Calabrese and F. Morlot.pdf:PDF}
}
@Article{Tor10a,
author = {Paul M. Torrens},
title = {Agent-based Models and the Spatial Sciences},
journal = {Geography Compass},
year = {2010},
volume = {4},
number = {5},
pages = {428--448},
month = may,
doi = {10.1111/j.1749-8198.2009.00311.x},
publisher = {Wiley},
}
@InProceedings{TooUlmGonBau12a,
Title = {Inferring land use from mobile phone activity},
Author = {Jameson L. Toole and Michael Ulm and Marta C. Gonz{\'{a}}lez and Dietmar Bauer},
Booktitle = {Proceedings of the {ACM} {SIGKDD} International Workshop on Urban Computing - {UrbComp} {\textquotesingle}12},
Year = {2012},
Publisher = {{ACM} Press},
Abstract = {General Terms
Understanding the spatiotemporal distribution of people within Design, Measurement, Human Factors
a city is crucial to many planning applications. Obtaining
data to create required knowledge, currently involves costly
survey methods. At the same time ubiquitous mobile sen- Keywords
sors from personal GPS devices to mobile phones are col- Urban Computing, Human Mobility, Land Use, Dynamic},
Doi = {10.1145/2346496.2346498},
File = {:TooUlmGonBau12a - Jameson L. Toole and Michael Ulm and Marta C. Gonz{_'{a}}lez and Dietmar Bauer.pdf:PDF}
}
@Article{TooHerYaqSchGon15a,
author = {J. L. Toole and C. Herrera-Yaque and C. M. Schneider and M. C. Gonz\'{a}lez},
title = {Coupling human mobility and social ties},
journal = {Journal of The Royal Society Interface},
year = {2015},
volume = {12},
number = {105},
pages = {20141128--20141128},
month = feb,
doi = {10.1098/rsif.2014.1128},
publisher = {The Royal Society},
}
@Article{TomBek18a,
author = {Slavisa Tomic and Marko Beko},
title = {A bisection-based approach for exact target localization in {NLOS} environments},
journal = {Signal Processing},
year = {2018},
volume = {143},
pages = {328--335},
month = feb,
doi = {10.1016/j.sigpro.2017.09.019},
publisher = {Elsevier {BV}},
}
@Article{TolPsaPri17a,
author = {Reza Tolouei and Stefanos Psarras and Rawle Prince},
title = {Origin-Destination Trip Matrix Development: Conventional Methods versus Mobile Phone Data},
journal = {Transportation Research Procedia},
year = {2017},
volume = {26},
pages = {39--52},
doi = {10.1016/j.trpro.2017.07.007},
publisher = {Elsevier {BV}},
}
@Article{TocLerBenZioBenGal18a,
author = {Eran Toch and Boaz Lerner and Eyal Ben-Zion and Irad Ben-Gal},
title = {Analyzing large-scale human mobility data: a survey of machine learning methods and applications},
journal = {Knowledge and Information Systems},
year = {2018},
month = mar,
doi = {10.1007/s10115-018-1186-x},
publisher = {Springer Nature},
}
@Article{ThuiMoaLamCam18a,
author = {Etienne Thuillier and Laurent Moalic and Sid Lamrous and Alexandre Caminada},
title = {Clustering Weekly Patterns of Human Mobility Through Mobile Phone Data},
journal = {{IEEE} Transactions on Mobile Computing},
year = {2018},
volume = {17},
number = {4},
pages = {817--830},
month = apr,
doi = {10.1109/tmc.2017.2742953},
publisher = {Institute of Electrical and Electronics Engineers ({IEEE})},
}
@Misc{ThoZhaxxa,
Title = {A prediction approach to representative sampling},
Author = {Ib Thomsen and Li-Chun Zhang},
File = {:ThoZhaxxa - Ib Thomsen and Li-Chun Zhang.pdf:PDF}
}
@Article{ThoSauKnu04a,
author = {Wayne E. Thogmartin and John R. Sauer and Melinda G. Knutson},
title = {A {HIERARCHICAL} {SPATIAL} {MODEL} {OF} {AVIAN} {ABUNDANCE} {WITH} {APPLICATION} {TO} {CERULEAN} {WARBLERS}},
journal = {Ecological Applications},
year = {2004},
volume = {14},
number = {6},
pages = {1766--1779},
month = dec,
doi = {10.1890/03-5247},
publisher = {Wiley},
}
@Article{Ten18b,
author = {Martijn Tennekes},
title = {tmap: Thematic Maps in R},
journal = {Journal of Statistical Software},
year = {2018},
volume = {84},
number = {6},
doi = {10.18637/jss.v084.i06},
publisher = {Foundation for Open Access Statistic},
}
@TechReport{Ten14a,
Title = {Geographic location of events},
Author = {Martijn Tennekes},
Institution = {Statistics Netherlands},
Year = {2014},
File = {:Ten14a - Martijn Tennekes.pdf:PDF}
}
@Article{TaySmiRay10a,
author = {Jeff Tayman and Stanley K. Smith and Stefan Rayer},
title = {Evaluating Population Forecast Accuracy: A Regression Approach Using County Data},
journal = {Population Research and Policy Review},
year = {2010},
volume = {30},
number = {2},
pages = {235--262},
month = jun,
doi = {10.1007/s11113-010-9187-9},
publisher = {Springer Nature},
}
@InProceedings{TanRowNorMa12a,
Title = {Inferring human mobility patterns from anonymized mobile communication usage},
Author = {Yuzuru Tanahashi and James R. Rowland and Stephen North and Kwan-Liu Ma},
Booktitle = {Proceedings of the 10\textsuperscript{th} International Conference on Advances in Mobile Computing {\&} Multimedia - {MoMM} {\textquotesingle}12},
Year = {2012},
Publisher = {{ACM} Press},
Abstract = {man movement within a metropolitan area. A better under-
Anonymized Call Detail Records (CDRs) contain positional standing of how, where, and when people move on a daily},
Doi = {10.1145/2428955.2428988},
File = {:TanRowNorMa12a - Yuzuru Tanahashi and James R. Rowland and Stephen North and Kwan-Liu Ma.pdf:PDF},
Keywords = {Due to the assumed physical proximity of a mobile phone Mobile computing, call detail records, human mobility and its user, many researchers have applied anonymized}
}
@Article{TamCla15a,
author = {Siu-Ming Tam and Frederic Clarke},
title = {Big Data, Official Statistics and Some Initiatives by the Australian Bureau of Statistics},
journal = {International Statistical Review},