-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtaddy.bib
More file actions
10542 lines (9391 loc) · 337 KB
/
taddy.bib
File metadata and controls
10542 lines (9391 loc) · 337 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
@article{belloni2013program,
title={Program evaluation and causal inference with high-dimensional data},
author={Belloni, Alexandre and Chernozhukov, Victor and Fern{\'a}ndez-Val, Ivan and Hansen, Chris},
journal={arXiv preprint arXiv:1311.2645},
year={2013}
}
@article{van2007super,
title={Super learner},
author={{van der Laan}, Mark J and Polley, Eric C and Hubbard, Alan E},
journal={Statistical applications in genetics and molecular biology},
volume={6},
year={2007}
}
@article{van2006targeted,
title={Targeted maximum likelihood learning},
author={{van der Laan}, Mark J and Rubin, Daniel},
journal={The International Journal of Biostatistics},
volume={2},
year={2006}
}
@article{neyman1979c,
title={{C($\alpha$)} tests and their use},
author={Neyman, Jerzy},
journal={Sankhy{\=a}: The Indian Journal of Statistics, Series A},
pages={1--21},
year={1979}
}
@article{deepiv,
title={Counterfactual Prediction with Deep Instrumental Variables Networks},
author={Jason Hartford and Greg Lewis and Kevin Leyton-Brown and Matt Taddy},
journal={{arXiv}:1612.09596},
year={2016}
}
@article{chernozhukov2016double,
title={Double machine learning for treatment and causal parameters},
author={Chernozhukov, Victor and Chetverikov, Denis and Demirer, Mert and Duflo, Esther and Hansen, Christian and Newey, Whitney},
journal={{arXiv}:1608.00060},
year={2016}
}
@PhdThesis{Gal2016Uncertainty,
title={Uncertainty in Deep Learning},
author={Gal, Yarin},
year={2016},
school={University of Cambridge}
}
@article{BCK2007,
author = {Richard Blundell and Xiaohong Chen and Dennis Kristensen},
title = {Semi-Nonparametric IV Estimation of Shape-Invariant Engel Curves},
journal = {Econometrica},
pages = {1630-1669},
volume = {75},
year = {2007}
}
@article{darolles2011nonparametric,
title={Nonparametric instrumental regression},
author={Darolles, Serge and Fan, Yanqin and Florens, Jean-Pierre and Renault, Eric},
journal={Econometrica},
volume={79},
pages={1541--1565},
year={2011}
}
@article{mcfadden89,
author = {Daniel McFadden},
journal = {Econometrica},
pages = {995-1026},
title = {A Method of Simulated Moments for Estimation of Discrete Response Models Without Numerical Integration},
volume = {57},
year = {1989}
}
@ARTICLE{chamberlain1987,
title = {Asymptotic efficiency in estimation with conditional moment restrictions},
author = {Chamberlain, Gary},
year = {1987},
journal = {Journal of Econometrics},
volume = {34},
pages = {305-334},
}
@article{hall2005,
author = "Hall, Peter and Horowitz, Joel L.",
doi = "10.1214/009053605000000714",
fjournal = "The Annals of Statistics",
journal = "Ann. Statist.",
month = "12",
number = "6",
pages = "2904--2929",
publisher = "The Institute of Mathematical Statistics",
title = "Nonparametric methods for inference in the presence of instrumental variables",
volume = "33",
year = "2005"
}
@article{rosenbaumrubin1983,
abstract = {This paper proposes a simple technique for assessing the range of plausible causal conclusions from observational studies with a binary outcome and an observed categorical covariate. The technique assesses the sensitivity of conclusions to assumptions about an unobserved binary covariate relevant to both treatment assignment and response. A medical study of coronary artery disease is used to illustrate the technique.},
author = {P. R. Rosenbaum and D. B. Rubin},
journal = {Journal of the Royal Statistical Society. Series B (Methodological)},
number = {2},
pages = {212-218},
publisher = {[Royal Statistical Society, Wiley]},
title = {Assessing Sensitivity to an Unobserved Binary Covariate in an Observational Study with Binary Outcome},
volume = {45},
year = {1983}
}
@inproceedings{pearl1995testability,
title={On the testability of causal models with latent and instrumental variables},
author={Pearl, Judea},
booktitle={Proceedings of the Eleventh conference on Uncertainty in Artificial Intelligence (UAI)},
pages={435--443},
year={1995}
}
@article{srivastava2014dropout,
title={Dropout: a simple way to prevent neural networks from overfitting.},
author={Srivastava, Nitish and Hinton, Geoffrey E and Krizhevsky, Alex and Sutskever, Ilya and Salakhutdinov, Ruslan},
journal={Journal of Machine Learning Research},
volume={15},
pages={1929--1958},
year={2014}
}
@book{angrist2008mostly,
title={Mostly harmless econometrics: An empiricist's companion},
author={Angrist, Joshua D and Pischke, J{\"o}rn-Steffen},
year={2008},
publisher={Princeton university press}
}
@article{white_heteroskedasticity-consistent_1980,
title = {A heteroskedasticity-consistent covariance matrix estimator and a direct test for heteroskedasticity},
volume = {48},
journal = {Econometrica},
author = {White, Halbert},
year = {1980}
}
@article{taddy_heterogeneous_2015,
title = {Nonparametric {B}ayesian Analysis of Heterogeneous Treatment Effects in Digital Experimentation},
journal = {Journal of Business and Economic Statistics},
note = {to appear},
author = {Taddy, Matt and Gardner, Matt and Chen, Liyun and Draper, David},
year = {2016}
}
@article{hornik1991approximation,
title={Approximation capabilities of multilayer feedforward networks},
author={Hornik, Kurt},
journal={Neural networks},
volume={4},
pages={251--257},
year={1991}
}
@article{cox1975note,
title={A note on data-splitting for the evaluation of significance levels},
author={Cox, DR},
journal={Biometrika},
volume={62},
number={2},
pages={441--444},
year={1975},
publisher={Biometrika Trust}
}
@article{fithian2015optimal,
title={Optimal Inference After Model Selection},
author={William Fithian and Dennis Sun and Jonathan Taylor},
journal={ar{X}iv},
year={2015}
}
@article{bound1995problems,
title={Problems with instrumental variables estimation when the correlation between the instruments and the endogenous explanatory variable is weak},
author={Bound, John and Jaeger, David A and Baker, Regina M},
journal={Journal of the American Statistical Association},
volume={90},
pages={443--450},
year={1995}
}
@inproceedings{zinkevich2003online,
title={Online convex programming and generalized infinitesimal gradient ascent},
author={Zinkevich, Martin},
year={2003},
booktitle={Proceedings of the Twentieth International Conference on Machine Learning (ICML)}
}
@inproceedings{bousquet2008tradeoffs,
title={The tradeoffs of large scale learning},
author={Bousquet, Olivier and Bottou, L{\'e}on},
booktitle={Advances in neural information processing systems (NIPS)},
pages={161--168},
year={2008}
}
@article{kingma2015adam,
title={{ADAM}: {A} method for stochastic optimization},
author={Kingma, Diederik and Ba, Jimmy},
journal={International Conference on Learning Representations (ICLR)},
year={2014}
}
@article{duchi2011adaptive,
title={Adaptive subgradient methods for online learning and stochastic optimization},
author={Duchi, John and Hazan, Elad and Singer, Yoram},
journal={Journal of Machine Learning Research},
volume={12},
pages={2121--2159},
year={2011}
}
@article{wager2015inference,
title={Inference of Heterogeneous Treatment Effects using Random Forests},
author={Wager, Stefan and Athey, Susan},
journal={ar{X}iv:1510.04342},
year=2015
}
@article{athey2016recursive,
title={Recursive partitioning for heterogeneous causal effects},
author={Athey, Susan and Imbens, Guido},
journal={Proceedings of the National Academy of Sciences},
volume={113},
pages={7353--7360},
year={2016}
}
@article{belloni2014inference,
title={Inference on treatment effects after selection among high-dimensional controls},
author={Belloni, Alexandre and Chernozhukov, Victor and Hansen, Christian},
journal={The Review of Economic Studies},
volume={81},
pages={608--650},
year={2014}
}
@article{belloni_sparse_2012,
title = {Sparse Models and Methods for Optimal Instruments with an Application to Eminent Domain},
volume = {80},
journal = {Econometrica},
author = {Belloni, Alexandre and Chen, Daniel and Chernozhukov, Victor and Hansen, Christian},
year = {2012},
pages = {2369--2430}
}
@article{gal2015dropout,
title={Dropout as a Bayesian approximation: Representing model uncertainty in deep learning},
author={Gal, Yarin and Ghahramani, Zoubin},
journal={arXiv preprint arXiv:1506.02142},
year={2015}
}
@article{robbins1951stochastic,
title={A stochastic approximation method},
author={H. Robbins and S. Monro},
journal={The Annals of Mathematical Statistics},
pages={400--407},
year={1951}
}
@inproceedings{sontag2016,
author = {F. D. Johansson and
U. Shalit and
D. Sontag},
title = {Learning Representations for Counterfactual Inference},
booktitle = {Proceedings of the 33nd International Conference on Machine Learning,
({ICML})},
pages = {3020--3029},
year = {2016}
}
@article{kingma2013auto,
title={Auto-encoding variational {Bayes}},
author={D. P. Kingma and M. Welling},
journal={arXiv preprint 1312.6114},
year={2013}
}
@book{bishop_pattern_2006,
title = {Pattern Recognition and Machine Learning},
publisher = {Springer},
author = {Bishop, Christopher M.},
year = {2006}
}
@article{schmidhuber2015,
author = "J. Schmidhuber",
title = "Deep Learning in Neural Networks: An Overview",
journal = "Neural Networks",
year = "2015"}
@article{deepsurvey,
Author = {Y. LeCun and Y. Bengio and G. Hinton},
Journal = {Nature},
Title = {Deep learning},
Year = {2015}}
@article{newey2003instrumental,
title={Instrumental variable estimation of nonparametric models},
author={W. K. Newey and J. L. Powell},
journal={Econometrica},
volume={71},
number={5},
pages={1565--1578},
year={2003},
publisher={Wiley Online Library}
}
@article{newey2013nonparametric,
title={Nonparametric instrumental variables estimation},
author={W. K. Newey},
journal={The American Economic Review},
volume={103},
number={3},
pages={550--556},
year={2013},
publisher={American Economic Association}
}
@article{angrist1996identification,
title={Identification of causal effects using instrumental variables},
author={J. D. Angrist and G.W. Imbens and D. B. Rubin},
journal={Journal of the American Statistical Association},
volume={91},
number={434},
pages={444--455},
year={1996},
publisher={Taylor \& Francis}
}
@article{pakespollard89,
abstract = {A general central limit theorem is proved for estimators defined by minimization of the length of a vector-valued, random criterion function. No smoothness assumptions are imposed on the criterion function, in order that the results might apply to a broad class of simulation estimators. Complete analyses of two simulation estimators, one introduced by Pakes and the other by McFadden, illustrate the application of the general theorems.},
author = {A. Pakes and D. Pollard},
journal = {Econometrica},
number = {5},
pages = {1027-1057},
publisher = {[Wiley, Econometric Society]},
title = {Simulation and the Asymptotics of Optimization Estimators},
volume = {57},
year = {1989}
}
@incollection{bottou2010large,
title={Large-scale machine learning with stochastic gradient descent},
author={L. Bottou},
booktitle={Proceedings of COMPSTAT'2010},
pages={177--186},
year={2010},
publisher={Springer}
}
@book{pearl2009causality,
title={Causality},
author={J. Pearl},
year={2009},
publisher={Cambridge University Press}
}
@book{wright28,
title={The Tariff on Animal and Vegetable Oils},
author={P. G. Wright},
year={1928},
publisher={Macmillan}
}
@article{reiersol45,
author = {O. Reiers{\o}l.},
journal = {Arkiv f{\"o}r Matematik, Astronomi och Fysik},
number = {4},
pages = {1--119},
title = {Confluence Analysis by Means of Instrumental Sets of Variables},
volume = {32a},
year = {1945}
}
@article {chenpouzo12,
author = {X. Chen and D. Pouzo},
title = {Estimation of Nonparametric Conditional Moment Models With Possibly Nonsmooth Generalized Residuals},
journal = {Econometrica},
volume = {80},
pages = {277--321},
year = {2012}
}
@article{heckman1985alternative,
title={Alternative methods for evaluating the impact of interventions: An overview},
author={Heckman, James J and Robb, Richard},
journal={Journal of econometrics},
volume={30},
pages={239--267},
year={1985}
}
@article{angrist1996,
added-at = {2013-03-07T18:52:47.000+0100},
author = {Angrist, Joshua D. and Imbens, Guido W. and Rubin, Donald B.},
keywords = {compliers intention_to_treat iv late rubin_causal_model structural_equation_model treatment},
timestamp = {2013-03-07T18:52:47.000+0100},
title = {Identification of Causal Effects Using Instrumentral Variables},
journal = {Journal of the American Statistical Association},
volume = {91},
number = "1",
pages = {444--455},
year = 1996
}
@article{brodersen2015,
author = "Brodersen, Kay H. and Gallusser, Fabian and Koehler, Jim and Remy, Nicolas and Scott, Steven L.",
doi = "10.1214/14-AOAS788",
fjournal = "The Annals of Applied Statistics",
journal = "Ann. Appl. Stat.",
number = "1",
pages = "247--274",
publisher = "The Institute of Mathematical Statistics",
title = "Inferring causal impact using {B}ayesian structural time-series models",
volume = "9",
year = "2015"
}
@Unpublished{Daniels99,
author = {Daniels, Michael J.},
title = {A prior for variance in hierarchical models},
note = {},
OPTkey = {},
OPTmonth = {},
OPTyear = {1999},
OPTannote = {}
}
@article{Draper2004,
title = {Statistical analysis of performance indicators in {UK} higher education},
author = {Draper, David and Gittoes, Mark},
year = {2004},
journal = {Journal of the Royal Statistical Society Series A},
volume = {167},
number = {3},
pages = {449-474}
}
@article{q56,
author = {Quenouille, M. H.},
year = {1956},
title = {Notes on Bias in Estimation},
journal = {Biometrika},
volume = {43},
pages = {353–360}
}
@article{efron1979,
author = "Efron, B.",
doi = "10.1214/aos/1176344552",
fjournal = "The Annals of Statistics",
journal = "Ann. Statist.",
month = "01",
number = "1",
pages = "1--26",
publisher = "The Institute of Mathematical Statistics",
title = "Bootstrap Methods: Another Look at the Jackknife",
volume = "7",
year = "1979"
}
@BOOK{Fisher1935,
AUTHOR = {Fisher, R.A.},
EDITOR = {or AUTHOR},
TITLE = {Design of Experiments},
PUBLISHER = {Oxford and Boyd},
YEAR = {1935},
Volume = {},
Series = {},
Address = {},
Edition = {},
Month = {},
Note = {},
Key = {}
}
@article{heckman:ichi:todd:1997,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Heckman, James J. and Ichimura, Hidehiko and Todd, Petra E.},
biburl = {http://www.bibsonomy.org/bibtex/26135af38e22c9a5315433dc2fb3479c3/jwbowers},
date-added = {2007-09-03 22:45:16 -0500},
date-modified = {2007-09-03 22:45:16 -0500},
interhash = {60a09521392ad477173ef1cd1706adb9},
intrahash = {6135af38e22c9a5315433dc2fb3479c3},
journal = {The Review of Economic Studies},
keywords = {imported},
number = 4,
pages = {605--654},
timestamp = {2009-10-28T04:43:09.000+0100},
title = {Matching as an Econometric Evaluation Estimator: Evidence from Evaluating a Job Training Programme},
volume = 64,
year = 1997
}
@article{Hill07bayesiannonparametric,
author = {Hill, Jennifer L.},
citeulike-article-id = {12437395},
journal = {Journal of Computational and Graphical Statistics},
number = {1},
posted-at = {2013-06-18 17:55:04},
priority = {2},
title = {{{B}ayesian nonparametric modeling for causal inference}},
volume = {20},
year = {2011}
}
@article{hobert96,
author = {Hobert, J. P. and Casella, G.},
citeulike-article-id = {4107730},
journal = {Journal of the American Statistical Association},
keywords = {bayesian, mcmc, robust\_vc, varcomp},
month = dec,
number = {436},
posted-at = {2009-02-26 14:59:47},
priority = {2},
title = {The effect of improper priors on {G}ibbs sampling in hierarchical linear mixed models},
volume = {91},
year = {1996}
}
@article{hoffman2013stochastic,
title={Stochastic variational inference},
author={Hoffman, Matthew D and Blei, David M and Wang, Chong and Paisley, John},
journal={The Journal of Machine Learning Research},
volume={14},
number={1},
pages={1303--1347},
year={2013},
publisher={JMLR. org}
}
@article{holland86,
added-at = {2011-05-09T23:10:52.000+0200},
author = {Holland, P. W.},
journal = {Journal of the American Statistical Association},
keywords = {imported},
pages = {945-960},
timestamp = {2011-05-10T10:42:42.000+0200},
title = {Statistics and causal inference},
volume = 81,
year = 1986
}
@article{imbens2004nea,
author = {Imbens, G.W.},
date-added = {2007-09-09 09:22:35 -0500},
date-modified = {2007-09-09 09:24:02 -0500},
interhash = {0f1a681132eb439575d741cc0aea9e14},
intrahash = {8a9e5ce68ef4ff8d1ab1119fc66755df},
journal = {Review of Economics and Statistics},
keywords = {imported},
local-url = {file://localhost/Users/jwbowers/Documents/PAPERS/Imb2004Nonp.pdf},
number = 1,
pages = {4--29},
publisher = {MIT Press},
timestamp = {2009-10-28T04:43:11.000+0100},
title = {{Nonparametric Estimation of Average Treatment Effects under Exogeneity: A Review}},
volume = 86,
year = 2004
}
@book{bda3,
howpublished = {Hardcover},
keywords = {bayesian, book, chr, loan, probabilisticmodeling},
author = {Gelman, A. and Carlin, B. and Stern, H. and Dunson, D.B. and Vehtari, A. and Rubin, D.B.},
publisher = {Chapman and Hall/CRC},
title = {Bayesian Data Analysis, Third Edition (Chapman \& Hall/CRC Texts in Statistical Science)},
year = {2014}
}
@book{reinsel13,
author = {Reinsel, G. C.},
title = {Elements of Multivariate Time Series Analysis},
publisher = {Springer},
address = {New York},
year = {2013}
}
@BOOK{Imbens2015Book,
AUTHOR = {Imbens, G.W. and Rubin, D.R.},
EDITOR = {or AUTHOR},
TITLE = {Causal Inference for Statistics, Social, and Biomedical Sciences: An Introduction},
PUBLISHER = {Cambridge University Press},
YEAR = {2015},
Volume = {},
Series = {},
Address = {},
Edition = {},
Month = {},
Note = {},
Key = {}
}
@article{kang2007ddr,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Kang, J.D.Y. and Schafer, J.L.},
biburl = {http://www.bibsonomy.org/bibtex/2d41c655bc47877aba8620d6f422b77f8/jwbowers},
date-added = {2008-10-21 08:17:40 -0500},
date-modified = {2008-10-21 08:17:40 -0500},
interhash = {81e79801da8676a9c54235776bbe3b06},
intrahash = {d41c655bc47877aba8620d6f422b77f8},
journal = {Statistical Science},
keywords = {imported},
number = 4,
pages = 523,
publisher = {IMS INSTITUTE OF MATHEMATICAL STATISTICS},
timestamp = {2009-10-28T04:43:12.000+0100},
title = {{Demystifying Double Robustness: A Comparison of Alternative Strategies for Estimating a Population Mean from Incomplete Data}},
volume = 22,
year = 2007
}
@article{Karabatsos2012925,
title = "A {B}ayesian nonparametric causal model ",
journal = "Journal of Statistical Planning and Inference ",
volume = "142",
number = "4",
pages = "925 - 934",
year = "2012",
note = "",
issn = "0378-3758",
author = "George Karabatsos and Stephen G. Walker"
}
@article{McCandless2009,
author = {McCandless, L. C. and Gustafson, P. and Austin, P. C.},
isbn = {0277-6715;},
journal = {Statistics in Medicine},
keywords = {propensity-scores, statistics},
number = {1},
pages = {94--112},
posted-at = {2014-07-30 22:53:41},
priority = {3},
title = {{B}ayesian propensity score analysis for observational data},
volume = {28},
year = {2009}
}
@article{Neyman93,
added-at = {2008-10-17T17:04:38.000+0200},
author = {Neyman, Jerzy},
biburl = {http://www.bibsonomy.org/bibtex/287a7744a597b8720105859150c07a55a/biobibs_matthew},
id = {info:sici/0883-4237(199011)5:4<465:OTAOPT>2.0.CO;2-M,
info:jstor/0883-4237(199011)5:4<465:OTAOPT>2.0.CO;2-M},
interhash = {d5d52bacfd0af03c6288115ca0cf1ed3},
intrahash = {87a7744a597b8720105859150c07a55a},
issn = {0883-4237},
journal = {Statistical Science},
keywords = {imported},
note = {Translated and edited by Dabrowska, D.M. and Speed, T.P. (1993)},
number = 4,
pages = {465--472},
timestamp = {2008-10-17T17:04:40.000+0200},
title = {On the application of probability theory to agricultural
experiments. {E}ssay on principles. Section 9},
volume = 5,
year = {1923},
origyear = 1923
}
@article{rose:rubi:redu:1984,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Rosenbaum, Paul R. and Rubin, Donald B.},
biburl = {http://www.bibsonomy.org/bibtex/2a1e9c6de63976265946d85b2bf453b4f/jwbowers},
date-added = {2007-09-03 22:45:16 -0500},
date-modified = {2007-09-03 22:45:16 -0500},
interhash = {4f46f19d5d8bc5b3c15b11beefa38e78},
intrahash = {a1e9c6de63976265946d85b2bf453b4f},
journal = {Journal of the American Statistical Association},
keywords = {Balancing Log-linear Logistic Stratification; model; scores},
pages = {516--524},
timestamp = {2009-10-28T04:43:16.000+0100},
title = {Reducing Bias in Observational Studies Using Subclassification on the Propensity Score},
volume = 79,
year = 1984
}
@article{rosenbaum1985mj,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Rosenbaum, P. R. and Rubin, D. B.},
biburl = {http://www.bibsonomy.org/bibtex/203f921f1dcfd01304a6b0419fad0796a/jwbowers},
date-added = {2007-09-03 22:45:16 -0500},
date-modified = {2009-07-18 09:20:43 -0500},
interhash = {6697f3edfa9c16a621910deb66a2eb4a},
intrahash = {03f921f1dcfd01304a6b0419fad0796a},
journal = {The American Statistician},
keywords = {Observational study},
pages = {33--38},
timestamp = {2009-10-28T04:43:16.000+0100},
title = {Constructing a Control Group Using Multivariate Matched Sampling Methods That Incorporate the Propensity Score},
volume = 39,
year = 1985
}
@article{rosenbaum:1987e,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Rosenbaum, P.R.},
biburl = {http://www.bibsonomy.org/bibtex/24b8f313ae7bb5447ca161d0fed77095b/jwbowers},
date-added = {2007-09-03 22:45:16 -0500},
date-modified = {2007-09-03 22:45:16 -0500},
interhash = {93237cf8e373988cc38614ea585987d3},
intrahash = {4b8f313ae7bb5447ca161d0fed77095b},
journal = {Journal of the American Statistical Association},
keywords = {imported},
pages = {387-394},
timestamp = {2009-10-28T04:43:17.000+0100},
title = {Model-Based Direct Adjustment},
volume = 82,
year = 1987
}
@article{Rubin1973,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Rubin, D. B.},
biburl = {http://www.bibsonomy.org/bibtex/2557731272713f2785931e9bd6fe5874e/jwbowers},
date-added = {2007-09-03 22:45:16 -0500},
date-modified = {2007-09-06 11:39:13 -0500},
interhash = {7de77abddefef422e909650b50f26bc8},
intrahash = {557731272713f2785931e9bd6fe5874e},
journal = {Biometrics},
keywords = {Blocking; Computing; Response surface},
pages = {159--183},
timestamp = {2009-10-28T04:43:17.000+0100},
title = {Matching to Remove Bias in Observational Studies (Corr: {V}30 P728)},
volume = 29,
year = 1973
}
@article{rubin74,
author = {Rubin, D. B.},
title = {Estimating Causal Effects of Treatments in
Randomized and Nonrandomized Studies},
journal = {Journal of Educational Psychology},
year = {1974},
volume = {66},
pages = {688--701}
}
@article{Rubin1983,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Rosenbaum, Paul R. and Rubin, Donald B.},
biburl = {http://www.bibsonomy.org/bibtex/28676e50c9e8dba1ac97e5a844d2fd34d/jwbowers},
date-added = {2007-09-03 22:45:16 -0500},
date-modified = {2007-09-03 22:45:16 -0500},
interhash = {d36b10d9c0e12f8398076b5f4fb410d6},
intrahash = {8676e50c9e8dba1ac97e5a844d2fd34d},
journal = {Biometrika},
keywords = {Discriminant Matched matching; sampling},
local-url = {file://localhost/Users/jwbowers/Documents/Papers/Rosenbaum/RoseRubi1983.pdf},
pages = {41--55},
timestamp = {2009-10-28T04:43:16.000+0100},
title = {The Central Role of the Propensity Score in Observational Studies for Causal Effects},
volume = 70,
year = 1983
}
@article{rubi:thom:comb:2000,
added-at = {2009-10-28T04:42:52.000+0100},
author = {Rubin, Donald B. and Thomas, Neal},
biburl = {http://www.bibsonomy.org/bibtex/2f4791ef5d18ae18e855806f18cd9bcc9/jwbowers},
date-added = {2007-09-03 22:45:16 -0500},
date-modified = {2007-09-03 22:45:16 -0500},
interhash = {eeb81863cfb12ad5bbfc6a76bd668939},
intrahash = {f4791ef5d18ae18e855806f18cd9bcc9},
journal = {Journal of the American Statistical Association},
keywords = {Bias Causal Covariance Discriminant Mahalanobis Matched Nonrandomized adjustment; inference; matching; metric observational reduction; sampling; studies studies;},
number = 450,
pages = {573--585},
timestamp = {2009-10-28T04:43:17.000+0100},
title = {Combining Propensity Score Matching with Additional Adjustments for Prognostic Covariates},
volume = 95,
year = 2000
}
@article{Stock2003,
Author = {Stock, James H. and Trebbi, Francesco},
Title = {Retrospectives: Who Invented Instrumental Variable Regression?},
Journal = {Journal of Economic Perspectives},
Volume = {17},
Number = {3},
Year = {2003},
Pages = {177-194}
}
@article{stuart2010,
author = "Stuart, Elizabeth A.",
doi = "10.1214/09-STS313",
fjournal = "Statistical Science",
journal = "Statistical Science",
number = "1",
pages = "1--21",
publisher = "The Institute of Mathematical Statistics",
title = "Matching Methods for Causal Inference: A Review and a Look Forward",
volume = "25",
year = "2010"
}
@article{imbens2008regression,
title={Regression discontinuity designs: A guide to practice},
author={Imbens, Guido W and Lemieux, Thomas},
journal={Journal of econometrics},
volume={142},
pages={615--635},
year={2008}
}
@article{lee2010regression,
title={Regression discontinuity designs in economics},
author={Lee, David S and Lemieux, Thomas},
journal={Journal of economic literature},
volume={48},
pages={281--355},
year={2010}
}
@article{jia2014concise,
title={Concise comparative summaries (CCS) of large text corpora with a human experiment},
author={Jia, Jinzhu and Miratrix, Luke and Yu, Bin and Gawalt, Brian and El Ghaoui, Laurent and Barnesmoore, Luke and Clavier, Sophie},
journal={The Annals of Applied Statistics},
volume={8},
pages={499--529},
year={2014}
}
@article{lewis2004rcv1,
title={Rcv1: A new benchmark collection for text categorization research},
author={Lewis, David D and Yang, Yiming and Rose, Tony G and Li, Fan},
journal={The Journal of Machine Learning Research},
volume={5},
pages={361--397},
year={2004}
}
@article{airoldi2016reg,
title={A regularization scheme on word occurrence rates that improves estimation and interpretation of topical content},
author = {E Airoldi and J Bischof},
year={2016},
journal={Annals of Applied Statistics},
volume={to appear}
}
@article{liu2015asynchronous,
title={An asynchronous parallel stochastic coordinate descent algorithm},
author={Liu, Ji and Wright, Stephen J and R{\'e}, Christopher and Bittorf, Victor and Sridhar, Srikrishna},
journal={The Journal of Machine Learning Research},
volume={16},
number={1},
pages={285--322},
year={2015}
}
@article{shalev2011stochastic,
title={Stochastic methods for l 1-regularized loss minimization},
author={Shalev-Shwartz, Shai and Tewari, Ambuj},
journal={The Journal of Machine Learning Research},
volume={12},
pages={1865--1892},
year={2011}
}
@article{diciccio1996,
author = "DiCiccio, Thomas J. and Efron, Bradley",
journal = "Statistical Science",
month = "09",
number = "3",
pages = "189--228",
title = "Bootstrap confidence intervals",
volume = "11",
year = "1996"
}
@book{hastie2015statistical,
title={Statistical learning with sparsity: the lasso and generalizations},
author={Hastie, Trevor and Tibshirani, Robert and Wainwright, Martin},
year={2015},
publisher={CRC Press}
}
@book{hall1992bootstrap,
title={The bootstrap and Edgeworth expansion},
author={Hall, Peter},
year={1992},
publisher={Springer Science \& Business Media}
}
@article{efron1997improvements,
title={Improvements on cross-validation: the 632+ bootstrap method},
author={Efron, Bradley and Tibshirani, Robert},
journal={Journal of the American Statistical Association},
volume={92},
pages={548--560},
year={1997}
}
@article{Camponovo15102015,
author = {Camponovo, L.},
title = {On the validity of the pairs bootstrap for lasso estimators},
year = {2015},
volume = {102},
journal = {Biometrika}
}
@article{bickel1997resampling,
title={Resampling fewer than n observations: gains, losses, and remedies for losses},
author={Bickel, PJ and G{\"o}tze, F and van Zwet, WR},
year={1997},
journal={Statistica Sinica},
volume=7
}
@article{politis1994,
author = "Politis, DN and Romano, JP",
journal = "The Ann. of Stat.",
pages = "2031--2050",
title = "Large Sample Confidence Regions Based on Subsamples under Minimal Assumptions",
volume = "22",
year = "1994"
}
@article{beran1997diagnosing,
title={Diagnosing bootstrap success},
author={Beran, R},
journal={Ann. of the Institute of Stat. Math.},
volume={49},
pages={1--24},
year={1997}
}
@article{beran2003impact,
title={The impact of the bootstrap on statistical algorithms and theory},
author={Beran, R},
volume=18,
journal={Stat. Science},
pages={175--184},
year={2003}
}
@book{Mammen1992,
title={When does the bootstrap work?},
author={Enno Mammen},
publisher={Springer},
year=1992}
@article{hall1990asymptotic,
title={Asymptotic properties of the bootstrap for heavy-tailed distributions},
author={Hall, Peter},
journal={The Annals of Probability},
pages={1342--1360},
year={1990}
}
@article{cornea2015parametric,
title={A parametric bootstrap for heavy-tailed distributions},
author={Cornea-Madeira, Adriana and Davidson, Russell},
journal={Econometric Theory},
volume={31},
pages={449--470},
year={2015}
}
@article{bickel1981some,
title={Some asymptotic theory for the bootstrap},
author={Bickel, P and Freedman, D},
journal={Ann. of Stat.},
volume=9,
pages={1196--1217},
year={1981}
}
@book{davison1997bootstrap,
title={Bootstrap methods and their application},
author={Davison, Anthony Christopher and Hinkley, David Victor},
year={1997},
publisher={Cambridge university press}
}
@article{dixon1960,
author = "Dixon, W. J.",
journal = "Ann. of Math. Stat.",
pages = "385--391",