-
-
Notifications
You must be signed in to change notification settings - Fork 128
Expand file tree
/
Copy pathall.bib
More file actions
1414 lines (1196 loc) · 56.2 KB
/
all.bib
File metadata and controls
1414 lines (1196 loc) · 56.2 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
% a do-nothing command that serves a purpose @preamble{ "
\newcommand{\noop}[1]{} " }
@article{Wichura:1988, URL = {http://www.jstor.org/stable/2347330}, author =
{Michael J. Wichura}, journal = {Journal of the Royal Statistical Society.
Series C (Applied Statistics)}, number = {3}, pages = {477--484}, publisher =
{[Wiley, Royal Statistical Society]}, title = {Algorithm {AS} 241: The
Percentage Points of the Normal Distribution}, volume = {37}, year = {1988} }
@article{GolubPereyra:1973,
author = {Golub, G. H. and Pereyra, V.}, title = {The Differentiation of
Pseudo-Inverses and Nonlinear Least Squares Problems Whose Variables
Separate}, journal = {SIAM Journal on Numerical Analysis}, volume = {10},
number = {2}, pages = {413-432}, year = {1973}, doi = {10.1137/0710036}, URL =
{https://doi.org/10.1137/0710036}, eprint = {https://doi.org/10.1137/0710036}
}
@article{GneitingRaftery:2007,
author={Gneiting, Tilmann and Raftery, Adrian E}, year={2007}, title={Strictly
proper scoring rules, prediction, and estimation}, journal={Journal of the
American Statistical Association}, volume={102}, number={477},
pages={359--378}
}
@article{BayarriBerger:2000, Author = {Bayarri, MJ and Berger, James O}, Journal
= {Journal of the American Statistical Association}, Number = {452}, Pages =
{1127--1142}, Title = {P values for composite null models}, Volume = {95}, Year
= {2000}}
@article{GabryEtAl:2019,
author={Jonah Gabry and Aki Vehtari and M{\aa}ns Magnusson and
Yuling Yao and Andrew Gelman and Paul-Christian B\"urkner
and Ben Goodrich and Juho Piironen},
year={2019}, title={{l}oo: Efficient leave-one-out cross-validation and {WAIC}
for {B}ayesian models},
journal={The Comprehensive {R} Network}, volume={2}, number={2}
}
@article{VehtariEtAl:2017,
author = {Vehtari, Aki and Gelman, Andrew and Gabry, Jonah}, year = {2017},
title = {Practical {B}ayesian model evaluation using leave-one-out
cross-validation and {WAIC}},
journal = {Statistics and computing}, volume = {27}, number = {5}, pages =
{1413--1432}
}
@article{Rao:1945,
title = {Information and accuracy attainable in the estimation of statistical
parameters}, author = {Rao, C. Radhakrishna}, journal = {Bulletin of the
Calcutta Math Society}, volume = {37}, number = {3}, pages = {81--91}, year =
{1945}
}
@article{Blackwell:1947,
title = {Conditional expectation and unbiased sequential estimation}, author =
{Blackwell, David}, journal = {The Annals of Mathematical Statistics}, volume
= {18}, number = {1}, pages = {105--110}, year = {1947}, doi =
{10.1214/aoms/1177730497}
}
@article{Rubin:1984,
title = {Bayesianly justifiable and relevant frequency calculations for the
applied statistician}, author = {Rubin, Donald B}, journal = {The Annals of
Statistics}, pages = {1151--1172}, year = {1984}
}
@article{GelmanEtAl:1996,
title = {Posterior predictive assessment of model fitness via
realized discrepancies},
author = {Gelman, Andrew and Meng, Xiao-Li and Stern, Hal}, journal =
{Statistica Sinica}, pages = {733--760}, year = {1996}
}
@article{Little:1993,
author={Little, Roderick JA}, year={1993}, title={Post-stratification: a
modeler's perspective}, journal={Journal of the American Statistical
Association}, volume={88}, number={423}, pages={1001--1012}
}
@article{Kennedy:2019,
author={Kennedy, Lauren and Gelman, Andrew}, year={2019}, title={Know your
population and know your model: Using model-based
regression and poststratification to generalize findings
beyond the observed sample},
journal={arXiv}, number = {1906.11323},
}
@article{Park:2004,
author={Park, David K and Gelman, Andrew and Bafumi, Joseph}, year={2004},
title={Bayesian multilevel estimation with poststratification:
State-level estimates from national polls},
journal={Political Analysis}, volume={12}, number={4}, pages={375--385}
}
@article{Field:1998,
author={Field, Christopher B and Behrenfeld, Michael J and
Randerson, James T and Falkowski, Paul},
year={1998}, title={Primary production of the biosphere: integrating
terrestrial
and oceanic components},
journal={Science}, volume={281}, number={5374}, pages={237--240}
}
@article{Paustian:1997,
author={Paustian, Keith and Levine, Elissa and Post, Wilfred M and
Ryzhova, Irene M},
year={1997}, title={The use of models to integrate information and
understanding
of soil {C} at the regional scale},
journal={Geoderma}, volume={79}, number={1-4}, pages={227--260}
}
@article{GabryEtAl:2019,
author={Gabry, Jonah and Simpson, Daniel and Vehtari, Aki and Betancourt,
Michael and Gelman, Andrew}, title={Visualization in {B}ayesian workflow},
year={2019}, journal={Journal of the Royal Statistical Society: Series A
(Statistics in Society)}, volume={182}, number={2}, pages={389--402}
}
@article{Breiman:1996,
title={Bagging predictors}, author={Breiman, Leo}, journal={Machine learning},
volume={24}, number={2}, pages={123--140}, year={1996}
}
@article{HugginsMiller:2019,
title={Using bagged posteriors for robust inference and model criticism},
author={Huggins, Jonathan H and Miller, Jeffrey W}, journal={arXiv}, number =
{1912.07104}, year={2019}
}
@article{Dawid:1982,
title={The well-calibrated {B}ayesian}, author={Dawid, A Philip}, year={1982},
journal={Journal of the American Statistical Association}, volume={77},
number={379}, pages={605--610}
}
@article{GneitingEtAl:2007,
title={Probabilistic forecasts, calibration and sharpness}, author={Gneiting,
Tilmann and Balabdaoui, Fadoua and Raftery, Adrian E}, journal={Journal of the
Royal Statistical Society: Series B (Statistical Methodology)}, volume={69},
number={2}, pages={243--268}, year={2007}
}
@article{TaltsEtAl:2018,
title={Validating {B}ayesian inference algorithms with simulation-based
calibration}, author={Talts, Sean and Betancourt, Michael and Simpson, Daniel
and Vehtari, Aki and Gelman, Andrew}, year={2018}, journal={arXiv}, number =
{1804.06788}
}
@article{EfronTibshirani1986,
title={Bootstrap methods for standard errors, confidence intervals,
and other measures of statistical accuracy},
author={Efron, Bradley and Tibshirani, Robert}, journal={Statistical science},
volume = {1}, number = {1}, pages={54--75}, year={1986}
}
@book{EfronTibshirani1994,
title={An introduction to the bootstrap}, author={Efron, Bradley and
Tibshirani, Robert J}, year={1994}, publisher={Chapman \& Hall/CRC}
}
@book{Feller1968,
title={An Introduction to Probability Theory and its Applications},
author={Feller, William}, volume={1}, number={3}, year={1968},
publisher={Wiley, New York}
}
@article{NavarroFuss2009,
title={Fast and accurate calculations for first-passage times in {W}iener
diffusion models}, author={Navarro, Danielle J and Fuss, Ian G},
journal={Journal of Mathematical Psychology}, volume={53}, number={4},
pages={222--230}, year={2009}
}
@article{barnard-mcculloch-meng:2000,
title={Modeling covariance matrices in terms of standard deviations and
correlations, with application to shrinkage}, author={Barnard, John and
McCulloch, Robert and Meng, Xiao-Li}, journal={Statistica Sinica},
pages={1281--1311}, year={2000},
}
@article{lancaster:2000,
title={The incidental parameter problem since 1948}, author={Lancaster, Tony},
journal={Journal of Econometrics}, volume={95}, number={2}, pages={391--413},
year={2000}
}
@manual{minpack:1980,
Address = {9700 South Cass Avenue, Argonne, Illinois 60439}, Author = {Jorge
J. More, Burton S. Garbow, Kenneth E. Hillstrom}, Month = {August},
Organization = {Argonne National Laboratory}, Title = {User Guide for
MINPACK-1}, Year = {1980}
}
@incollection{Powell:1970,
Author = {Powell, Michael J. D.}, Booktitle = {Numerical Methods for Nonlinear
Algebraic Equations}, Editor = {Rabinowitz, P.}, Publisher = {Gordon and
Breach}, Title = {A Hybrid Method for Nonlinear Equations}, Year = {1970}
}
@inproceedings{PiironenVehtari:2016,
title={Projection predictive model selection for {Gaussian} processes},
author={Piironen, Juho and Vehtari, Aki}, booktitle={Machine Learning for
Signal Processing (MLSP), 2016 IEEE 26th International Workshop on}, note =
{doi:10.1109/MLSP.2016.7738829}, year=2016, organization={IEEE}
}
@article{AhnertMulansky:2011,
author={Ahnert, Karsten and Mulansky, Mario}, year={2011},
title={Odeint---solving ordinary differential equations in {C}++},
journal={arXiv}, volume={1110.3397}
}
@article{DormandPrince:1980,
author={Dormand, John R and Prince, Peter J}, year={1980}, title={A family of
embedded {R}unge-{K}utta formulae}, journal={Journal of Computational and
Applied Mathematics}, volume={6}, number={1}, pages={19--26}
}
@article{CohenHindmarsh:1996,
author={Cohen, Scott D and Hindmarsh, Alan C}, year={1996}, title={{CVODE}, a
stiff/nonstiff {ODE} solver in {C}}, journal={Computers in Physics},
volume={10}, number={2}, pages={138--143}
}
@inproceedings{SerbanHindmarsh:2005,
author={Serban, Radu and Hindmarsh, Alan C}, year={2005}, title={{CVODES}: the
sensitivity-enabled {ODE} solver in {SUNDIALS}}, booktitle={ASME 2005
International Design Engineering Technical Conferences and Computers and
Information in Engineering Conference}, pages={257--269},
organization={American Society of Mechanical Engineers}
}
@article{HoetingEtAl:1999,
title={Bayesian model averaging: a tutorial}, author={Hoeting, Jennifer A. and
Madigan, David
and Raftery, Adrian E and Volinsky, Chris T.},
journal={Statistical Science}, volume = {14}, number = {4}, pages={382--417},
year={1999}
}
@article{Marsaglia:1972,
title={Choosing a point from the surface of a sphere}, author={Marsaglia,
George}, journal={The Annals of Mathematical Statistics}, volume={43},
number={2}, pages={645--646}, year={1972}
}
@article{Muller:1959,
author = {Muller, Mervin E.}, title = {A Note on a Method for Generating
Points Uniformly on n-Dimensional Spheres}, year = {1959}, issue_date = {April
1959}, publisher = {Association for Computing Machinery}, address = {New York,
NY, USA}, volume = {2}, number = {4}, issn = {0001-0782}, url =
{https://doi.org/10.1145/377939.377946}, doi = {10.1145/377939.377946},
journal = {Commun. ACM}, month = {apr}, pages = {19–20}, numpages = {2}
}
@book{HopcroftMotwani:2006,
title={Introduction to Automata Theory, Languages, and Computation},
author={Hopcroft, John E. and Rajeev Motwani}, year={2006}, edition={3rd},
publisher={Pearson Education}
}
@article{Church:1936,
title={An unsolvable problem of elementary number theory}, author={Church,
Alonzo}, journal={American Journal of Mathematics}, pages={345--363},
year={1936}
}
@article{turing:1936,
title={On computable numbers, with an application to the
{E}ntscheidungsproblem}, author={Turing, Alan Mathison}, journal={J. of Math},
volume={58}, number={345-363}, pages={5}, year={1936}
}
@article{kucukelbir:2015,
title={Automatic variational inference in Stan}, author={Kucukelbir, Alp and
Ranganath, Rajesh and Gelman, Andrew and Blei, David}, journal={Advances in
neural information processing systems}, volume={28}, year={2015}, url =
{https://proceedings.neurips.cc/paper_files/paper/2015/file/352fe25daf686bdb4edca223c921acea-Paper.pdf}
}
@article{kucukelbir:2017,
title={Automatic differentiation variational inference}, author={Kucukelbir,
Alp and Tran, Dustin and Ranganath, Rajesh and Gelman, Andrew and Blei, David
M}, journal={Journal of machine learning research}, year={2017}
}
@article{Jordan:1999,
Author = {Jordan, Michael I and Ghahramani, Zoubin and Jaakkola, Tommi S and
Saul, Lawrence K}, Journal = {Machine Learning}, Number = {2}, Pages =
{183--233}, Publisher = {Springer}, Title = {An introduction to variational
methods for graphical models}, Volume = {37}, Year = {1999}
}
@article{Wainwright-Jordan:2008,
Author = {Wainwright, Martin J and Jordan, Michael I}, Journal = {Foundations
and Trends in Machine Learning}, Number = {1-2}, Pages = {1--305}, Title =
{Graphical models, exponential families, and variational inference}, Volume =
{1}, Year = {2008}
}
@article{Hoffman:2013,
Author = {Hoffman, Matthew D and Blei, David M and Wang, Chong and Paisley,
John}, Journal = {The Journal of Machine Learning Research}, Number = {1},
Pages = {1303--1347}, Title = {Stochastic variational inference}, Volume =
{14}, Year = {2013}
}
@book{Bishop:2006,
Author = {Bishop, Christopher M}, Publisher = {Springer New York}, Title =
{Pattern Recognition and Machine Learning}, Year = {2006}
}
@article{Duchi:2011,
Author = {Duchi, John and Hazan, Elad and Singer, Yoram}, Journal = {The
Journal of Machine Learning Research}, Pages = {2121--2159}, Title = {Adaptive
subgradient methods for online learning and stochastic optimization}, Volume =
{12}, Year = {2011}}
@article{Zellner:1962,
author = {Arnold Zellner}, year = {1962}, title = {An efficient method of
estimating seemingly unrelated regression equations
and tests for aggregation bias},
journal = {Journal of the American Statistical Association}, volume={57},
pages = {348--368}
}
@book{Greene:2011,
author = {William H. Greene}, year = {2011}, title = {Econometric Analysis},
edition = {7th}, publisher = {Prentice-Hall}
}
@techreport{CordenKreitzer:2014,
author = {Martyn J. Corden and David Kreitzer}, year = {2014}, title =
{Consistency of Floating-Point Results using
the {I}ntel Compiler or {W}hy doesn't my application always give the
same answer?},
institution = {Intel Corporation}, url =
{https://software.intel.com/en-us/articles/consistency-of-floating-point-results-using-the-intel-compiler}
}
@article{LangfordEtAl:2009,
author = {John Langford and Lihong Li and Tong Zhang}, year = {2009}, title =
{Sparse online learning via truncated gradient}, journal = {Journal of Machine
Learning Research}, volume = {10}, pages = {777--801}
}
@book{LeeWagenmakers:2013,
author = {Michael D. Lee and Eric-Jan Wagenmakers}, year = {2013}, title =
{Bayesian Cognitive Modeling: A Practical Course}, publisher = {Cambridge
University Press}
}
@book{Kruschke:2014,
author = {John Kruschke}, year = {2014}, title = {Doing Bayesian Data
Analysis: A Tutorial with R, JAGS, and Stan}, edition = {2nd}, publisher =
{Academic Press}
}
@book{Chacon:2014,
author = {Scott Chacon and Ben Straub}, year = {2014}, title = {Pro Git},
edition = {2nd}, publisher = {Apress}
}
@misc{Driessen:2010,
author = {Vincent Driessen}, year = {2010}, title = {A successful {G}it
branching model}, url =
{http://nvie.com/posts/a-successful-git-branching-model/}, note = {Online,
accessed 6-January-2015}
}
@techreport{RProject:2014,
author = {{R Project}}, year = {2014}, institution = {The R Foundation for
Statistical Computing}, title = {{R}: Regulatory Compliance and Validation
Issues;
A Guidance Document for the Use of {R} in Regulated Clinical Trial
Environments},
date = {December 15, 2014}, note = {www.r-project.org/doc/R-FDA.pdf}
}
@book{HastieTibshiraniFriedman:2009,
Author = {Trevor Hastie and Robert Tibshirani and Jerome Friedman}, Year =
{2009}, Title = {The Elements of Statistical Learning: Data Mining,
Inference, and Prediction},
Edition = {Second},
Publisher = {Springer-Verlag}, Address = {New York}
}
@article{RobertsEtAl:1997,
Author = {Roberts, G.O. and Andrew Gelman and Walter R. Gilks}, Year = {1997},
Title = {Weak convergence and optimal scaling of random walk {M}etropolis
algorithms}, Journal = {Annals of Applied Probability}, Volume = {7}, number =
{1}, Pages = {110--120}
}
@article{ChungEtAl:2013,
author={Chung, Yeojin and Rabe-Hesketh, Sophia and Dorie, Vincent and Gelman,
Andrew and Liu, Jingchen}, title={A nondegenerate penalized likelihood
estimator for variance parameters in multilevel models}, year={2013},
journal={Psychometrika}, volume={78}, number={4}, pages={685--709}
}
@article{GelmanJakulinPittauEtAl:2008,
author = {Andrew Gelman and Aleks Jakulin and Maria Grazia Pittau
and Yu-Sung Su},
year = {2008}, title = {A weakly informative default prior distribution for
logistic
and other regression models},
journal = {Annals of Applied Statistics}, volume = {2}, number = {4}, pages =
{1360--1383}}
@article{Gelman:2006,
Author = {Gelman, A.}, Journal = {Bayesian Analysis}, Number = {3}, Pages =
{515--534}, Title = {Prior distributions for variance parameters in
hierarchical models}, Volume = {1}, Year = {2006}}
@book{LunnEtAl:2012,
author = {David Lunn and Christopher Jackson
and Nicky Best and Andrew Thomas and David Spiegelhalter},
year = {2012}, title = {The {BUGS} Book: A Practical Introduction to
{B}ayesian Analysis}, publisher = {CRC Press/Chapman \& Hall}
}
@article{EfronMorris:1975,
Author = {Efron, B. and Morris, C.}, Journal = {Journal of the American
Statistical Association}, Pages = {311--319}, Title = {Data analysis using
Stein's estimator and its generalizations}, Volume = {70}, Year = {1975}}
@book{NocedalWright:2006,
Author = { Jorge Nocedal and Stephen J.~Wright}, Year = {2006}, Publisher =
{Springer-{V}erlag}, Address = {Berlin}, Title = {Numerical Optimization},
Edition = {Second}
}
@article{ZyczkowskiSommers:2001,
title={Induced measures in the space of mixed quantum states},
author={Zyczkowski, K. and Sommers, H.J.}, journal={Journal of Physics A:
Mathematical and General}, volume={34}, number={35}, pages={7111},
year={2001}, publisher={IOP Publishing}
}
@article{aguilar-west:2000,
title={Bayesian dynamic factor models and portfolio allocation},
author={Aguilar, Omar and West, Mike}, journal={Journal of Business \&
Economic Statistics}, volume={18}, number={3}, pages={338--357}, year={2000},
publisher={Taylor \& Francis}
}
@inproceedings{Airoldi:2009,
Author = {Airoldi, E. and Blei, D. and Fienberg, S. and Xing, E.}, Booktitle =
{Neural Information Processing Systems}, Date-Added = {2008-12-20 13:05:43
-0500}, Date-Modified = {2008-12-31 10:06:13 -0500}, Keywords = {graphs},
Title = {Mixed Membership Stochastic Blockmodels}, Year = {2009}
}
@inproceedings{Akaike:1973,
Address = {Budapest}, Author = {Akaike, H.}, Booktitle = {Proceedings of the
Second International Symposium on Information Theory}, Editor = {B. N. Petrov
and F. Csaki}, Note = {Reprinted in Breakthroughs in Statistics (pages
610--624), edited by S. Kotz, published by Springer-Verlag, New York in 1992},
Pages = {267--281}, Publisher = {Akademiai Kiado}, Title = {Information theory
and an extension of the maximum likelihood principle}, Year = {1973}
}
@article{AlbertChib:1993,
Author = {Albert, J. H. and Chib, S.}, Journal = {Journal of the American
Statistical Association}, Pages = {669--679}, Title = {Bayesian analysis of
binary and polychotomous response data}, Volume = {88}, Year = {1993}
}
@article{Andrieu:2008,
title={A tutorial on adaptive {MCMC}}, author={Andrieu, C. and Thoms, J.},
journal={Statistics and Computing}, volume={18}, number={4}, pages={343--373},
year={2008}, publisher={Springer}
}
@article{Betancourt:2017,
title={A Conceptual Introduction to {H}amiltonian {M}onte {C}arlo},
author={Michael Betancourt}, year={2017}, journal={arXiv},
volume={1701.02434}, url = {https://arxiv.org/abs/1701.02434}
}
@article{Betancourt:2016,
title = {Identifying the Optimal Integration Time in
{H}amiltonian {M}onte {C}arlo},
author = {Betancourt, Michael}, year = {2016}, journal = {arXiv}, volume =
{1601.00225}, url = {https://arxiv.org/abs/1601.00225}
}
@article{Betancourt:2016b,
title = {Diagnosing Suboptimal Cotangent Disintegrations in
{H}amiltonian {M}onte {C}arlo},
author = {Betancourt, Michael}, year = {2016}, journal = {arXiv}, volume =
{1604.00695}, url = {https://arxiv.org/abs/1604.00695}
}
@article{Betancourt:2012,
title = {A General Metric for {R}iemannian Manifold {H}amiltonian {M}onte
{C}arlo}, author = {Betancourt, Michael}, year = {2012}, journal = {arXiv},
volume = {1212.4693}, url = {http://arxiv.org/abs/1212.4693}
}
@article{Betancourt:2010,
author = {Betancourt, Michael}, title = {Cruising The Simplex: {H}amiltonian
{M}onte {C}arlo and the {D}irichlet Distribution}, journal = {arXiv}, year =
{2010}, volume = {1010.3436}, url = {http://arxiv.org/abs/1010.3436}
}
@article{Betancourt-Girolami:2013,
author = {Betancourt, Michael and Girolami, Mark}, title = {{H}amiltonian
{M}onte {C}arlo for Hierarchical Models}, journal = {arXiv}, year = {2013},
volume = {1312.0906}, url = {http://arxiv.org/abs/1312.0906}
}
@article{Betancourt-Stein:2011,
author = {Betancourt, Michael and Stein, Leo C.}, title = {The Geometry of
{H}amiltonian {M}onte {C}arlo}, journal = {arXiv}, year = {2011}, volume =
{1112.4118}, url = {http://arxiv.org/abs/1112.4118}
}
@article{BleiNgJordan:2003,
author = {Blei, David M. and Ng, Andrew Y. and Jordan, Michael I.}, year =
{2003}, title = {Latent {D}irichlet Allocation}, journal = {Journal of Machine
Learning Research}, volume = {3}, pages = {993--1022}
}
@article{BleiLafferty:2007,
author = {Blei, David M. and Lafferty, John D.}, year = {2007}, title = {A
Correlated Topic Model of \emph{{S}cience}}, journal = {The Annals of Applied
Statistics}, volume = {1}, number = {1}, pages = {17--37}
}
@article{Blurton2012,
author = {Blurton, Steven P. and Kesselmeier, Miriam and Gondan, Matthias},
journal = {Journal of Mathematical Psychology}, number = {6}, pages =
{470-475}, title = {Fast and accurate calculations for cumulative
first-passage time distributions in {Wiener} diffusion models}, volume = {56},
year = {2012}, doi = {10.1016/j.jmp.2012.09.002},
}
@MISC{Boost:2011,
author={Sch\"aling, Boris}, year = {2011}, title = {The {B}oost {C++}
Libraries.}, publisher = {XML Press}, isbn = {9780982219195}, howpublished =
{http://en.highscore.de/cpp/boost/}
}
@article{BowlingEtAl:2009,
author={Bowling, Shannon R. and Khasawneh, Mohammad T. and Kaewkuekool,
Sittichai and Cho, Byung Rae}, year={2009}, title={A logistic approximation to
the cumulative normal distribution}, journal={Journal of Industrial
Engineering and Management}, volume={2}, number={1}, pages = {114--127}
}
@techreport{ChungRabe-HeskethGelman:2011,
Author = {Chung, Yeojin and Rabe-Hesketh, Sophia and Gelman, Andrew and Dorie,
Vincent and Liu, Jinchen}, Date-Added = {2011-10-11 09:19:22 -0400},
Date-Modified = {2011-10-11 09:20:18 -0400}, Title = {Avoiding Boundary
Estimates in Linear Mixed Models Through Weakly Informative Priors}, Year =
{2011}
}
@incollection{Clayton:1992,
author={Clayton, D. G. }, year = {1992}, title = {Models for the analysis of
cohort and case-control studies with inaccurately measured exposures}, editor
= {Dwyer, James H. and Feinleib, Manning and Lippert, Peter and Hoffmeister,
Hans}, booktitle = {Statistical Models for Longitudinal Studies of Exposure
and Health}, publisher = {Oxford University Press}, location = {New York},
pages = {301--331}
}
@book{Congdon:2003,
location = {London}, Author = {Congdon, Peter}, Publisher = {Wiley}, Title =
{Applied Bayesian Modelling}, isbn = {9780470864227}, series = {Wiley Series
in Probability and Statistics}, Year = {2003}
}
@book{Congdon:2005,
author = {Congdon, Peter}, title = {Bayesian Models for Categorical Data},
isbn = {9780470092385}, series = {Wiley Series in Probability and Statistics},
year = {2005}, publisher = {Wiley}
}
@book{Congdon:2007,
author = {Congdon, Peter}, year = {2007}, title = {Bayesian Statistical
Modelling}, edition = {Second}, isbn = {9780470035931}, series = {Wiley Series
in Probability and Statistics}, publisher = {Wiley}
}
@book{Congdon:2010,
author={Congdon, Peter}, year = {2010}, title = {Applied Bayesian Hierarchical
Modeling}, isbn = {9781584887218}, publisher = {Chapman and Hall/CRC}
}
@article{CookGelmanRubin:2006,
author = {Cook, Samantha R. and Gelman, Andrew and Rubin, Donald B}, title =
{Validation of Software for {B}ayesian Models Using Posterior Quantiles},
journal = {Journal of Computational and Graphical Statistics}, volume = {15},
number = {3}, pages = {675--692}, year = {2006}, doi =
{10.1198/106186006X136976}
}
@article{Cormack:1964,
title={Estimates of survival from the sighting of marked animals},
author={Cormack, R.~M.}, year={1964}, journal={Biometrika}, volume = {51},
number = {3/4}, pages={429--438}
} @article{Jolly:1965,
author={Jolly, G.~M.}, year={1965}, title={Explicit estimates from
capture-recapture data with both
death and immigration-stochastic model},
journal={Biometrika}, pages={225--247}, volume={52}, number={1/2}
} @article{Seber:1965,
author={Seber, G.~A.~F.}, year={1965}, title={A note on the multiple-recapture
census}, journal={Biometrika}, volume={52}, number={1/2}, pages={249--259}
}
@article{Curtis:2010,
title={{BUGS} code for Item Response Theory}, author={Curtis, S.~McKay},
journal={Journal of Statistical Software}, volume={36}, number={1},
pages={1--34}, year={2010}, publisher={American Statistical Association}
}
@techreport{DaumeIII:2007,
Author = {Daum{\'e}, III, Hal}, Title = {{HBC}: Hierarchical {B}ayes
Compiler}, Url = {http://hal3.name/HBC}, Year = {2007}, Institution =
{University of Utah}
}
@article{DawidSkene:1979,
author={Dawid, A.~P. and Skene, A.~M.}, year={1979}, title={Maximum likelihood
estimation of observer error-rates using
the {EM} algorithm},
journal={Journal of the Royal Statistical Society. Series C (Applied
Statistics)},
volume = {28}, number = {1}, pages={20--28}
}
@article{dempster-et-al:1977,
title={Maximum likelihood from incomplete data via the {EM} algorithm},
author={Dempster, A.~P. and Laird, N.~M. and Rubin, D.~B.}, journal={Journal
of the Royal Statistical Society. Series B (Methodological)}, pages={1--38},
year={1977}, volume={39}, number={1}
}
@MISC{Doxygen:2011,
author = {van~Heesch, Dimitri}, howpublished =
{http://www.stack.nl/~dimitri/doxygen/index.html}, title = {Doxygen: Generate
Documentation from Source Code}, year = {2011}
}
@misc{BoostQuadrature:2017,
author = {Nikhar Agrawal and Anton Bikineev and Paul Bristow and Marco
Guazzone and Christopher Kormanyos and Hubert Holin and Bruno Lalande and John
Maddock and Jeremy Murphy and Johan R{\aa}de and Gautam Sewani and Benjamin
Sobotta and Nicholas Thompson and Thijs van den Berg and Daryle Walker and
Xiaogang Zhang}, howpublished =
{https://www.boost.org/doc/libs/1\_66\_0/libs/math/doc/html/math\_toolkit/double\_exponential.html},
title = {Double-exponential quadrature}, year = {2017}
}
@article{Duane:1987,
title={Hybrid {M}onte {C}arlo}, author={Duane, AD and Kennedy, A. and
Pendleton, B. and Roweth, D.}, journal={Physics Letters {B}}, volume={195},
number={2}, pages={216--222}, year={1987}, publisher={Elsevier}
}
@book{DurbinKoopman:2001,
author={Durbin, J. and Koopman, S. J.}, title={Time Series Analysis by State
Space Methods}, year={2001}, publisher={Oxford University Press}, address={New
York}
}
@article{Engle:1982,
author={Engle, Robert F.}, year={1982}, title={Autoregressive Conditional
Heteroscedasticity with Estimates of Variance of {U}nited {K}ingdom
Inflation}, journal={Econometrica}, volume={50}, pages={987--1008}
}
@Article{EddelbuettelFrancois:2011,
title = {{Rcpp}: Seamless {R} and {C++} Integration}, author = {Eddelbuettel,
Dirk and Fran\c{c}ois, Romain}, journal = {Journal of Statistical Software},
year = {2011}, volume = {40}, number = {8}, pages = {1--18}, url =
{http://www.jstatsoft.org/v40/i08/},
}
@BOOK{Efron:2012,
author = {Efron, Bradley}, year = {2012}, title = {Large-Scale Inference:
Empirical Bayes Methods for Estimation, Testing, and Prediction},
series={Institute of Mathematical Statistics Monographs}, publisher =
{Cambridge University Press}
}
@MISC{Eigen:2013,
author = {Guennebaud, Ga\"{e}l and Jacob, Beno\^{i}t and others}, title =
{Eigen v3}, howpublished = {http://eigen.tuxfamily.org}, year = {2010}
}
@book{FowlerEtAl:1999,
author={Fowler, Martin and Beck, Kent and Brant, John and Opdyke, William and
Roberts, Don}, year={1999}, title={Refactoring: Improving the Design of
Existing Code}, publisher={Addison-Wesley}
}
@incollection{Gay:2005,
Author = {Gay, David M.}, Year = {2005}, BookTitle = {Automatic
Differentiation: Applications, Theory, and Implementations}, Editor =
{B\"ucker, H.~Martin and Corliss, George F. and Hovland, Paul and Naumann, Uwe
and Norris, Boyana}, Title = {Semiautomatic Differentiation for Efficient
Gradient Computations}, Series = {Lecture Notes in Computational Science and
Engineering}, Volume = {50}, isbn = {978-3-540-28403-1}, doi =
{10.1007/3-540-28438-9_13}, pages = {147--158}, Publisher = {Springer},
Address = {New York}
}
@article{Gelman:2004,
author = {Andrew Gelman}, year = {2004}, title = {Parameterization and
{B}ayesian Modeling}, journal = {Journal of the American Statistical
Association}, volume = {99}, pages = {537--545}
}
@book{GelmanEtAl:2013,
Author = {Gelman, Andrew and Carlin, J.~B. and Stern, Hal S. and Dunson, David
B. and Vehtari, Aki and Rubin, Donald B.}, Edition = {Third Edition},
Publisher = {Chapman \& Hall / CRC Press}, Title = {Bayesian Data Analysis},
Year = {2013}, Address = {London}
}
@book{GelmanHill:2007,
Address = {Cambridge, United Kingdom}, Author = {Gelman, Andrew and Hill,
Jennifer}, Publisher = {Cambridge University Press}, Title = {Data Analysis
Using Regression and Multilevel-Hierarchical Models}, Year = {2007}
}
@article{GelmanRubin:1992,
Author = {Gelman, Andrew and Rubin, Donald B.}, Year = {1992}, Title =
{Inference from iterative simulation using multiple sequences}, Journal =
{Statistical Science}, Pages = {457--472}, Volume = {7}, Number = {4}, Issn =
{0883-4237}
}
@article{Geyer:1992,
title={Practical Markov chain Monte Carlo}, author={Geyer, Charles J},
journal={Statistical science}, pages={473--483}, year={1992}
}
@incollection{Geyer:2011,
author = {Charles J. Geyer}, year = {2011}, title = {Introduction to {M}arkov
Chain {M}onte {C}arlo}, booktitle = {Handbook of {M}arkov Chain {M}onte
{C}arlo}, editor = {Brooks, Steve and Gelman, Andrew and Jones, Galin L. and
Meng, Xiao-Li}, publisher = {Chapman and Hall/CRC}, pages = {3--48}
}
@techreport{Giesler:2000,
Author = {Giesler, Gregg C.}, Title = {{MCNP} Software Quality: Then and Now},
Year = {2000}, Institution = {Los Alamos National Laboratory}, Number =
{LA-UR-00-2532}
}
@article{GirolamiCalderhead:2011,
title = {Riemann manifold {L}angevin and {H}amiltonian {M}onte {C}arlo
methods}, author = {Girolami, Mark and Calderhead, Ben}, journal = {Journal of
the Royal Statistical Society: Series B (Statistical Methodology)}, volume =
{73}, number = {2}, pages = {123--214}, year = {2011}
}
@misc{GoogleTest:2011,
title = {Google {C++} Testing Framework}, author = {Google}, howpublished =
{http://code.google.com/p/googletest/}, year = {2011}
}
@article{Hastings:1970,
Author = {Hastings, W.~K.}, Year = {1970}, Title = {Monte {C}arlo Sampling
Methods Using {M}arkov Chains and Their Applications}, Journal = {Biometrika},
Volume = {57}, Number = {1}, Pages = {97--109}
}
@article{HoerlKennard:1970,
author = {Hoerl, Arthur E. and Kennard, Robert W.}, year = {1970}, title =
{Ridge regression: biased estimation for nonorthogonal problems}, journal =
{Technometrics}, volume = {12}, number = {1}, pages = {55--67}
}
@article{Hoffman-Gelman:2014,
Title = {{T}he {N}o-{U}-{T}urn {S}ampler: {A}daptively {S}etting {P}ath
{L}engths in {H}amiltonian {M}onte {C}arlo}, Author = {Hoffman, Matthew D. and
Gelman, Andrew}, Journal = {Journal of Machine Learning Research}, Year =
{2014}, Volume = {15}, Pages = {1593--1623}, url =
{http://jmlr.org/papers/v15/hoffman14a.html}
}
@inproceedings{Hoffman:2010,
Author = {Hoffman, M.D. and Blei, D.M. and Cook, P.R.}, Booktitle = {ICML},
Location = {Haifa, Israel}, Title = {{B}ayesian Nonparametric Matrix
Factorization for Recorded Music}, Year = {2010}
}
@book{HuntThomas:99,
author = {Hunt, Andrew and Thomas, David}, year = {1999}, title = {The
Pragmatic Programmer}, publisher = {Addison-Wesley}
}
@inproceedings{JamesStein:1961,
author = {James, W. and Stein, Charles}, year = {1961}, title = {Estimation
with quadratic loss}, editor = {Jerzey Neyman}, booktitle = {Proceedings of
the Fourth Berkeley Symposium on Mathematical Statistics and Probability},
volume = {1}, pages = {361--379}, publisher = {University of California Press}
}
@article{Jarret:1979,
title={A note on the intervals between coal-mining disasters},
author={Jarrett, R.~G.}, journal={Biometrika}, volume={66}, number={1},
pages={191--193}, year={1979}, publisher={Biometrika Trust}
}
@article{KimShephardChib:1998,
author = {Kim, Sangjoon and Shephard, Neil and Chib, Siddhartha}, year =
{1998}, title = {Stochastic Volatility: Likelihood Inference and Comparison
with {ARCH} Models}, journal = {Review of Economic Studies}, volume = {65},
pages = {361--393}
} @article{Lambert:1992,
author = {Lambert, Diane}, year = {1992}, title = {Zero-Inflated {P}oisson
Regression, With an Application to Defects in Manufacturing}, journal =
{Technometrics}, volume = {34}, number = {1}, page = {1--14}
}
@article{Lecuyer:1999,
author = {{L'Ecuyer}, Pierre}, year = {1999}, title = {Good parameters and
implementations for combined multiple recursive random number generators},
journal = {Operations Research}, volume = {47}, pages = {159--164}
}
@book{LeimkuhlerReich:2004,
author = {Benedict Leimkuhler and Sebastian Reich}, year = {2004}, title =
{Simulating Hamiltonian Dynamics}, publisher = {Cambridge University Press},
location = {Cambridge}
}
@article{LewandowskiKurowickaJoe:2009,
Author = {Lewandowski, Daniel and Kurowicka, Dorota and Joe, Harry}, Year =
{2009}, Title = {Generating random correlation matrices based on vines and
extended onion method}, Journal = {Journal of Multivariate Analysis}, Volume =
{100}, Pages = {1989--2001}
}
@article{Lincoln:1930,
author = {F.~C. Lincoln}, year = {1930}, title = {Calculating Waterfowl
Abundance on the Basis of Banding Returns}, journal = {United States
Department of Agriculture Circular}, volume={118}, pages = {1--4}
}
@manual{LunnEtAl:1999,
author = {Lunn, D. J.
and Wakefield, J. and Thomas, A. and Best, N. and Spiegelhalter,
D.},
year={1999}, title={{PKB}ugs User Guide}, note = {Dept. Epidemiology and
Public Health,
Imperial College School of Medicine, London}
}
@book{McConnell:2004,
Author = {McConnell, Steve}, Year = {2004}, Title = {Code Complete: A
Practical Handbook of Software Construction}, Edition = {Second}, Publisher =
{Microsoft Press}
}
@article{Metropolis:1953,
Author = {Metropolis, N. and Rosenbluth, A. and Rosenbluth, M. and Teller, M.
and Teller, E.}, Date-Modified = {2007-06-11 11:46:55 -0400}, Journal =
{Journal of Chemical Physics}, Pages = {1087--1092}, Title = {Equations of
State Calculations by Fast Computing Machines}, Volume = {21}, Year = {1953}
}
@article{MetropolisUlam:1949,
Author = {Metropolis, Nicholas and Ulam, Stanislaw}, Title = {The {M}onte
{C}arlo Method}, Journal = {Journal of the American Statistical Association},
Year = {1949}, Volume = {44}, Number = {247}, Pages = {335--341}
}
@article{Neal:1994,
Author = {Neal, Radford M.}, Year = {1994}, Title = {An improved acceptance
procedure for the hybrid Monte Carlo algorithm}, Journal = {Journal of
Computational Physics}, Volume = {111}, Pages = {194--203}
}
@article{Neal:1996b,
author = {Neal, Radford M.}, year = {1996}, title = {Sampling from multimodal
distributions using tempered transitions}, journal = {Statistics and
Computing}, volume = {6}, number = {4}, pages = {353--366}
}
@techreport{Neal:1997,
author = {Neal, Radford M.}, year = {1997}, title = {Monte {C}arlo
Implementation of {G}aussian Process Models for {B}ayesian Regression and
Classification}, institution = {University of Toronto, Department of
Statistics}, number = {9702}
}
@article{Neal:2003,
Author = {Neal, Radford M.}, Year = {2003}, Title = {Slice Sampling}, Journal
= {Annals of Statistics}, Volume = {31}, Number = {3}, Pages = {705--767}
}
@incollection{Neal:2011,
Author = {Neal, Radford}, Year = {2011}, Title = {{MCMC} Using {H}amiltonian
Dynamics}, Booktitle = {Handbook of {M}arkov Chain {M}onte {C}arlo}, Editor =
{Brooks, Steve and Gelman, Andrew and Jones, Galin L. and Meng, Xiao-Li},
Publisher = {Chapman and Hall/CRC}, Pages = {116--162}
}
@book{Neal:1996,
author = {Neal, Radford M.}, year = {1996}, title = {Bayesian Learning for
Neural Networks}, series = {Lecture Notes in Statistics}, number = {118},
publisher = {Springer}, location = {New York}
}
@article{Nesterov:2009,
title={Primal-dual subgradient methods for convex problems}, author={Nesterov,
Y.}, journal={Mathematical Programming}, volume={120}, number={1},
pages={221--259}, year={2009}, publisher={Springer}
}
@article{numpy:2011,
author = {Walt, Stefan van der and Colbert, S.~Chris and Varoquaux, Gael},
title = {The NumPy Array: A Structure for Efficient Numerical Computation},
journal = {Computing in Science and Engg.}, issue_date = {March 2011}, volume
= {13}, issue = {2}, month = {March}, year = {2011}, issn = {1521-9615}, pages
= {22--30}, numpages = {9}, url = {http://dx.doi.org/10.1109/MCSE.2011.37},
doi = {http://dx.doi.org/10.1109/MCSE.2011.37}, acmid = {1957466}, publisher =
{IEEE Educational Activities Department}, address = {Piscataway, NJ, USA}
}
@article{papa-et-al:2007,
author = {Papaspiliopoulos, Omiros and Roberts, Gareth O. and Sk{\"o}ld,
Martin}, year = {2007}, title = {A General Framework for the Parametrization
of Hierarchical Models}, journal = {Statistical Science}, volume = {22},
number = {1}, pages = {59--73}
}
@article{Petersen:1896,
author = {C.~G.~J. Petersen}, year = {1896}, title ={The Yearly Immigration of
Young Plaice Into the {L}imfjord From the {G}erman {S}ea}, journal = {Report
of the Danish Biological Station}, volume = {6}, pages = {5--84}
}
@article{PinheiroBates:1996,
author = {Pinheiro, Jos{\'e} C. and Bates, Douglas M.}, title = {Unconstrained
Parameterizations for Variance-Covariance Matrices}, journal = {Statistics and
Computing}, year = {1996}, volume = {6}, pages = {289--296}
}
@manual{PyMC:2014,
title = {PyMC User's Guide}, author = {Chris Fonnesbeck
and Anand Patil and David Huard and John Salvatier},
note = {Version 2.3}, year = {2013}
}
@Manual{R:2014,
title = {R: A Language and Environment for Statistical Computing}, author =
{{R Development Core Team}}, organization = {R Foundation for Statistical
Computing}, address = {Vienna, Austria}, year = {2014}, note = {{ISBN}
3-900051-07-0}, url = {http://www.R-project.org},
}
@book{RasmussenWilliams:2006,
author={Rasmussen, Carl Edward and Williams, Christopher K.~I.},
title={Gaussian Processes for Machine Learning}, year={2006}, publisher={MIT
Press}
}
@article{RichardsonGilks:1993,
author = {Richardson, Sylvia and Gilks, Walter R.}, year = {1993}, title = {A
{B}ayesian approach to measurement error problems in epidemiology using
conditional independence models}, journal = {American Journal of
Epidemiology}, volume = {138}, number = {6}, pages = {430--442}
}
@ARTICLE{Rnews:Plummer+Best+Cowles+Vines:2006,
AUTHOR = {Plummer, Martyn and Best, Nicky and Cowles, Kate and Vines, Karen},
TITLE = {{CODA}: Convergence Diagnosis and Output Analysis for {MCMC}},
JOURNAL = {R News}, YEAR = 2006, VOLUME = 6, NUMBER = 1, PAGES = {7--11},
MONTH = {March}, URL = {http://CRAN.R-project.org/doc/Rnews/}, PDF =
{http://CRAN.R-project.org/doc/Rnews/Rnews_2006-1.pdf}
}
@article{Rubin:1981,
author = {Rubin, Donald B.}, year = {1981}, title = {Estimation in parallel