-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathquant-econ.bib
More file actions
2455 lines (2199 loc) · 73.5 KB
/
Copy pathquant-econ.bib
File metadata and controls
2455 lines (2199 loc) · 73.5 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
###
QuantEcon Bibliography File used in conjuction with sphinxcontrib-bibtex package
Note: Extended Information (like abstracts, doi, url's etc.) can be found in quant-econ-extendedinfo.bib file in _static/
###
@article{gorman1953community,
title={Community preference fields},
author={Gorman, William M.},
journal={Econometrica: Journal of the Econometric Society},
volume={21},
number={1},
pages={63--80},
year={1953},
publisher={JSTOR}
}
@article{negishi1960welfare,
title={Welfare economics and existence of an equilibrium for a competitive economy},
author={Negishi, Takashi},
journal={Metroeconomica},
volume={12},
number={2-3},
pages={92--97},
year={1960},
publisher={Wiley Online Library}
}
@article{rubinstein1974aggregation,
title={An aggregation theorem for securities markets},
author={Rubinstein, Mark},
journal={Journal of Financial Economics},
volume={1},
number={3},
pages={225--244},
year={1974},
publisher={Elsevier}
}
@techreport{boerma2023composite,
title={Composite sorting},
author={Boerma, Job and Tsyvinski, Aleh and Wang, Ruodu and Zhang, Zhenyuan},
year={2024},
institution={University of Wisconsin}
}
@article{delon2011minimum,
title={Minimum-weight perfect matching for non-intrinsic distances on the line},
author={Delon, Julie and Salomon, Julien and Sobolevski, Andrei},
journal={arXiv preprint arXiv:1102.1558},
year={2011}
}
@article{sargent1973stability,
title={The stability of models of money and growth with perfect foresight},
author={Sargent, Thomas J and Wallace, Neil},
journal={Econometrica: Journal of the Econometric Society},
pages={1043--1048},
year={1973},
publisher={JSTOR}
}
@book{Shannon_1949,
author = {Claude E. Shannon and Warren Weaver},
title = {The Mathematical Theory of Communication},
year = {1949},
publisher = {University of Illinois Press},
address = {Urbana}
}
@Article{Backus_Chernov_Zin,
author={David Backus and Mikhail Chernov and Stanley Zin},
title={{Sources of Entropy in Representative Agent Models}},
journal={Journal of Finance},
year=2014,
volume={69},
number={1},
pages={51-99},
month={February},
keywords={},
doi={},
abstract={ type=\"main\"> We propose two data-based performance measures for asset pricing models and apply them to models with recursive utility and habits. Excess returns on risky securities are reflected in the pricing kernel's dispersion and riskless bond yields are reflected in its dynamics. We measure dispersion with entropy and dynamics with horizon dependence, the difference between entropy over several periods and one. We compare their magnitudes to estimates derived from asset returns. This exercise reveals tension between a model's ability to generate one-period entropy, which should be large, and horizon dependence, which should be small.},
url={https://ideas.repec.org/a/bla/jfinan/v69y2014i1p51-99.html}
}
@article{Hopenhayn_Nicolini_97,
author = {Hopenhayn, Hugo A and Nicolini, Juan Pablo},
title = {{Optimal Unemployment Insurance}},
journal = {Journal of Political Economy},
year = {1997},
volume = {105},
number = {2},
pages = {412-438},
month = {April},
keywords = {},
doi = {10.1086/262078},
abstract = {This paper considers the design of an optimal unemployment insurance system. The problem is modeled as a repeated principal-agent problem involving a risk-averse agent--the unemployed worker--and a risk-neutral principal, which cannot montor the agent's search effort. The optimal long-term contract involves a replacement ratio that decreases throughout the unemployment spell and a wage tax after reemployment that, under some mild regularity conditions, increases with the lenght of the unemployment spell. Some numerical results suggest that the gains from switching to this optimal unemployment insurance scheme could be quite large. The performance of this optimal contract is also compared to alternative liquidity provision mechanisms. Copyright 1997 by the University of Chicago.},
url = {https://ideas.repec.org/a/ucp/jpolec/v105y1997i2p412-38.html}
}
@article{Shavell_Weiss_79,
author = {Shavell, Steven and Laurence Weiss},
year = {1979},
journal = {Journal of political Economy},
volume = {87},
number = {6},
title = {The optimal payment of unemployment insurance benefits over time},
pages = {1347-1362}
}
@book{Bucklew_2004,
title = {An Introduction to Rare Event Simulation},
author = {James A. Bucklew},
address = {New York},
publisher = {Springer Verlag},
year = {2004}
}
@book{Knight:1921,
author = {Knight, Frank H.},
date-added = {2020-08-20 10:29:34 -0500},
date-modified = {2020-08-20 11:10:35 -0500},
keywords = {climate,modeling},
publisher = {Houghton Mifflin},
title = {{Risk, Uncertainty, and Profit}},
year = {1921}
}
@article{MaccheroniMarinacciRustichini:2006b,
author = {Maccheroni, Fabio and Marinacci, Massimo and Rustichini, Aldo},
date-added = {2021-05-19 08:04:27 -0500},
date-modified = {2021-05-19 08:04:27 -0500},
journal = {Econometrica},
keywords = {*file-import-17-01-11},
number = {6},
pages = {1147--1498},
title = {{Ambiguity Aversion, Robustness, and the Variational Representation of Preferences}},
volume = {74},
year = {2006}
}
@article{GilboaSchmeidler:1989,
author = {Gilboa, Itzhak and Schmeidler, David},
date-added = {2020-08-10 09:11:02 -0500},
date-modified = {2020-08-10 09:11:02 -0500},
journal = {Journal of Mathematical Economics},
keywords = {climate,modeling},
mendeley-groups = {nsfbib},
month = {apr},
number = {2},
pages = {141--153},
title = {{Maxmin Expected Utility with Non-Unique Prior}},
volume = {18},
year = {1989}
}
@article{AHS_2003,
author={Evan W. Anderson and Lars Peter Hansen and Thomas J. Sargent},
title={{A Quartet of Semigroups for Model Specification, Robustness, Prices of Risk, and Model Detection}},
journal={Journal of the European Economic Association},
year=2003,
volume={1},
number={1},
pages={68-123},
month={March},
keywords={},
doi={},
abstract={ A representative agent fears that his model, a continuous time Markov process with jump and diffusion components, is misspecified and therefore uses robust control theory to make decisions. Under the decision maker's approximating model, cautious behavior puts adjustments for model misspecification into market prices for risk factors. We use a statistical theory of detection to quantify how much model misspecification the decision maker should fear, given his historical data record. A semigroup is a collection of objects connected by something like the law of iterated expectations. The law of iterated expectations defines the semigroup for a Markov process, while similar laws define other semigroups. Related semigroups describe (1) an approximating model; (2) a model misspecification adjustment to the continuation value in the decision maker's Bellman equation; (3) asset prices; and (4) the behavior of the model detection statistics that we use to calibrate how much robustness the decision maker prefers. Semigroups 2, 3, and 4 establish a tight link between the market price of uncertainty and a bound on the error in statistically discriminating between an approximating and a worst case model. (JEL: C00, D51, D81, E1, G12) Copyright (c) 2003 The European Economic Association.},
url={https://ideas.repec.org/a/tpr/jeurec/v1y2003i1p68-123.html}
}
@article{BHS_2009,
author={Barillas, Francisco and Hansen, Lars Peter and Sargent, Thomas J.},
title={{Doubts or variability?}},
journal={Journal of Economic Theory},
year=2009,
volume={144},
number={6},
pages={2388-2418},
month={November},
keywords={ Risk aversion Model misspecification Robustness Market price of risk Equity premium puzzle Risk-fre},
doi={},
abstract={Reinterpreting most of the market price of risk as a price of model uncertainty eradicates a link between asset prices and measures of the welfare costs of aggregate fluctuations that was proposed by Hansen, Sargent, and Tallarini [17], Tallarini [30], Alvarez and Jermann [1]. Prices of model uncertainty contain information about the benefits of removing model uncertainty, not the consumption fluctuations that Lucas [22] and [23] studied. A max-min expected utility theory lets us reinterpret Tallarini's risk-aversion parameter as measuring a representative consumer's doubts about the model specification. We use model detection instead of risk-aversion experiments to calibrate that parameter. Plausible values of detection error probabilities give prices of model uncertainty that approach the Hansen and Jagannathan [11] bounds. Fixed detection error probabilities give rise to virtually identical asset prices as well as virtually identical costs of model uncertainty for Tallarini's two models of consumption growth.},
url={https://ideas.repec.org/a/eee/jetheo/v144y2009i6p2388-2418.html}
}
@article{HST_1999,
author={Lars Peter Hansen and Thomas J. Sargent and Thomas D. Tallarini},
title={{Robust Permanent Income and Pricing}},
journal={Review of Economic Studies},
year=1999,
volume={66},
number={4},
pages={873-907},
month={},
keywords={},
doi={},
abstract={\"… I suppose there exists an extremely powerful, and, if I may so speak, malignant being, whose whole endeavours are directed toward deceiving me.\" Rene Descartes, Meditations, II.1},
url={https://ideas.repec.org/a/oup/restud/v66y1999i4p873-907..html}
}
@Article{Chamberlain_Rothschild,
author={Chamberlain, Gary and Rothschild, Michael},
title={{Arbitrage, Factor Structure, and Mean-Variance Analysis on Large Asset Markets}},
journal={Econometrica},
year=1983,
volume={51},
number={5},
pages={1281-1304},
month={September},
keywords={},
doi={},
abstract={We examine the implications of arbitrage in a market with many assets. The absence of arbitrage opportunities implies that the linear functionals that give the mean and cost of a portfolio are continuous; hence there exist unique portfolios that represent these functionals. These portfolios span the mean-variance efficient set. We resolve the question of when a market with many assets permits so much diversification that risk-free investment opportunities are available. Ross 112, 141 showed that if there is a factor structure, then the mean returns are approximately linear functions of factor loadings. We define an approximate factor structure and show that this weaker restriction is sufficient for Ross' result. If the covariance matrix of the asset returns has only K unbounded eigenvalues, then there is an approximate factor structure and it is unique. The corresponding K eigenvectors converge and play the role of factor loadings. Hence only a principal component analysis is needed in empirical work.<br><small>(This abstract was borrowed from another version of this item.)</small>},
url={https://ideas.repec.org/a/ecm/emetrp/v51y1983i5p1281-304.html}
}
@Article{Ross_78,
author={Ross, Stephen A},
title={{A Simple Approach to the Valuation of Risky Streams}},
journal={The Journal of Business},
year=1978,
volume={51},
number={3},
pages={453-475},
month={July},
keywords={},
abstract={No abstract is available for this item.},
url={https://ideas.repec.org/a/ucp/jnlbus/v51y1978i3p453-75.html}
}
@Article{Ross_76,
author={Ross, Stephen A.},
title={{The arbitrage theory of capital asset pricing}},
journal={Journal of Economic Theory},
year=1976,
volume={13},
number={3},
pages={341-360},
month={December},
keywords={},
doi={},
abstract={The purpose of this paper is to examine rigorously the arbitrage model of capital asset pricing developed in Ross [13, 14]. The arbitrage model was proposed as an alternative to the mean variance capital asset pricing model, introduced by Sharpe, Lintner, and Treynor, that has become the major analytic tool for explaining phenomena observed in capital markets for risky assets. The principal relation that emerges from the mean variance model holds that for any asset, i, its (ex ante) expected return$E_i = p + \lamdba b_i, \kern+100pt (1)$where ρ is the riskless rate of interest, is the expected excess return on the market, Em − ρ, and$ b_i - \,\sigma _{im}^2 /\sigma _m^2 , $is the beta coefficient on the market, where σm2 is the variance of the market portfolio and $ \sigma _{im}^2 $ is the covariance between the returns on the ith asset and the market portfolio. (If a riskless asset does not exist, ρ is the zero-beta return, i.e., the return on all portfolios uncorrelated with the market portfolio)…<br><small>(This abstract was borrowed from another version of this item.)</small>},
url={https://ideas.repec.org/a/eee/jetheo/v13y1976i3p341-360.html}
}
@Article{Harrison_Kreps_JET_79,
author={Harrison, J. Michael and Kreps, David M.},
title={{Martingales and arbitrage in multiperiod securities markets}},
journal={Journal of Economic Theory},
year=1979,
volume={20},
number={3},
pages={381-408},
month={June},
keywords={},
doi={},
abstract={No abstract is available for this item.},
url={https://ideas.repec.org/a/eee/jetheo/v20y1979i3p381-408.html}
}
@Article{Kreps_81,
author={Kreps, David M.},
title={{Arbitrage and equilibrium in economies with infinitely many commodities}},
journal={Journal of Mathematical Economics},
year=1981,
volume={8},
number={1},
pages={15-35},
month={March},
keywords={},
doi={},
abstract={No abstract is available for this item.},
url={https://ideas.repec.org/a/eee/mateco/v8y1981i1p15-35.html}
}
@book{Cochrane_2005,
author = {John H. Cochrane},
title = {Asset Pricing: revised edition},
publisher = {Princeton University Press},
address = {Princeton, New Jersey},
year = {2005},
}
@Article{Hansen_Jagannathan_1991,
author={Hansen, Lars Peter and Jagannathan, Ravi},
title={{Implications of Security Market Data for Models of Dynamic Economies}},
journal={Journal of Political Economy},
year=1991,
volume={99},
number={2},
pages={225-262},
month={April},
keywords={},
doi={10.1086/261749},
abstract={ The authors show how to use security market data to restrict the admissible region for means and standard deviations of intertemporal marginal rates of substitution of consumers. Their approach (1) is nonparametric and applies to a rich class of models of dynamic economics; (2) characterizes the duality between the mean-standard deviation frontier for intertemporal marginal rates of substitution and the familiar mean-standard deviation frontier for asset returns; and (3) exploits the restriction that intertemporal marginal rates of substitution are positive random variables. The region provides a convenient summary of the sense in which asset market data are anomalous from the vantage point of intertemporal asset pricing theory. Copyright 1991 by University of Chicago Press.},
url={https://ideas.repec.org/a/ucp/jpolec/v99y1991i2p225-62.html}
}
@Article{lucas75,
author ={Robert E. Lucas, Jr.},
title ={An Equilibrium Model of the Business Cycle},
journal ={Journal of Political Economy},
volume ={83},
pages ={1113-1144},
year =1975
}
@Article{Pearlman_Sargent2005,
author={Joseph G. Pearlman and Thomas J. Sargent},
title={{Knowing the Forecasts of Others}},
journal={Review of Economic Dynamics},
year=2005,
volume={8},
number={2},
pages={480-497},
month={April},
keywords={Forecasting the forecasts of others; higher order beliefs; pooling equilibrium; recursive methods; K},
doi={10.1016/j.red.2004.10.011},
abstract={We apply recursive methods to obtain a finite dimensional and recursive representation of an equilibrium of one of Townsend's models of 'forecasting the forecasts of others'. The equilibrium has the property that decision makers make common forecasts of the hidden state variable whose presence motivates them to pay attention to prices in other markets. Thus, the model has too few sources of randomness to put decision makers into a situation where they should form 'higher order beliefs' (i.e., beliefs about others' beliefs). In Townsend's model, they know the beliefs of others because they share them. We attain our finite-dimensional recursive representation by applying methods of Pearlman, Currie, and Levine (1986). (Copyright: Elsevier)},
url={https://ideas.repec.org/a/red/issued/v8y2005i2p480-497.html}
}
@Article{PCL,
author ={Joseph Pearlman and David Currie and Paul Levine},
title ={{Rational Expectations Models with Private Information}},
journal ={Economic Modelling},
volume =3,
number=2,
pages ={90--105},
year =1986
}
@Article{kasa,
author ={Kenneth Kasa},
title ={Forecasting the Forecasts of Others in the Frequency Domain},
journal ={Review of Economic Dynamics},
volume ={3},
pages ={726--756},
year =2000
}
@Article{townsend,
author ={Robert M. Townsend},
title ={Forecasting the Forecasts of Others},
journal ={Journal of Political Economy},
volume ={91},
pages ={546--588},
year =1983
}
@Article{sargent91_equilibrium,
author ={Thomas J. Sargent},
title ={Equilibrium with Signal Extraction from Endogenous Variables},
journal ={Journal of Economic Dynamics and Control},
volume ={15},
pages ={245--273},
year =1991
}
@Inproceedings{singleton87,
author ={Kenneth J. Singleton},
title ={Asset Prices in a Time-Series Model with Disparately Informed
Competitive Traders},
editor ={William A. Barnett and Kenneth J. Singleton},
booktitle ={New Apprroaches to Monetary Economics},
publisher ={Cambridge University Press},
year = 1987
}
@Article{ams,
author= {Franklin Allen and Stephen Morris and Hyun Song Shin},
title= {Beauty Contests, Bubbles, and Iterated Expectations in Asset
Markets},
journal ={mimeo},
year=2002
}
@techreport{BCG_2018,
author = {Bisin, Alberto and Gian Luca Clementi and Piero Gottardi},
title = {Capital and Hedging Demand with Incomplete Markets},
institution = {NYU and EUI},
year = {2018}
}
@article{Modigliani_Miller_1958,
author = {Franco Modigliani and Merton H. Miller},
title = {Corporation Finance and the Theory of Investment},
journal = {American Economic Review},
volume = {XLVIII},
number = {3},
year = {1958},
pages = {261-297}
}
@article{definetti,
Author = {Bruno de Finetti},
Date-Added = {2014-12-26 17:45:57 +0000},
Date-Modified = {2014-12-26 17:45:57 +0000},
Journal = {Annales de l'Institute Henri Poincare'},
Note = {English translation in Kyburg and Smokler (eds.), {\it Studies in Subjective Probability}, Wiley, New York, 1964},
Pages = {1 - 68},
Title = {La Prevision: Ses Lois Logiques, Ses Sources Subjectives},
Volume = {7},
Year = {1937}
}
@book{Holt_Modigliani_Muth_Simon,
title = {Planning Production, Inventories, and Work Force},
author = {Charles Holt and Franco Modigliani and John F. Muth and Herbert Simon},
publisher = {Prentice-Hall International Series in Management},
address = {New Jersey},
year = {1960}
}
@Article{Leeper_Walker_Yang,
author={Eric M. Leeper and Todd B. Walker and Shu‐Chun Susan Yang},
title={Fiscal Foresight and Information Flows},
journal={Econometrica},
year=2013,
volume={81},
number={3},
pages={1115-1145},
month={May},
}
@article{stachurski2008continuous,
title={Continuous state dynamic programming via nonexpansive approximation},
author={Stachurski, John},
journal={Computational Economics},
volume={31},
number={2},
pages={141--160},
year={2008},
publisher={Springer}
}
@incollection{gordon1995stable,
title={Stable function approximation in dynamic programming},
author={Gordon, Geoffrey J},
booktitle={Machine Learning Proceedings 1995},
pages={261--268},
year={1995},
publisher={Elsevier}
}
@article{caplin1985variability,
title={The variability of aggregate demand with (S, s) inventory
policies},
author={Caplin, Andrew S},
journal={Econometrica},
pages={1395--1409},
year={1985},
publisher={JSTOR}
}
@techreport{kondo2018us,
title={On the US Firm and Establishment Size Distributions},
author={Kondo, Illenin and Lewis, Logan T and Stella, Andrea},
year={2018},
institution={SSRN}
}
@article{schluter2019size,
title={Size distributions reconsidered},
author={Schluter, Christian and Trede, Mark},
journal={Econometric Reviews},
volume={38},
number={6},
pages={695--710},
year={2019},
publisher={Taylor \& Francis}
}
@article{fujiwara2004pareto,
title={Do Pareto--Zipf and Gibrat laws hold true? An analysis with
European firms},
author={Fujiwara, Yoshi and Di Guilmi, Corrado and Aoyama, Hideaki and
Gallegati, Mauro and Souma, Wataru},
journal={Physica A: Statistical Mechanics and its Applications},
volume={335},
number={1-2},
pages={197--216},
year={2004},
publisher={Elsevier}
}
@article{dunne1989growth,
title={The growth and failure of US manufacturing plants},
author={Dunne, Timothy and Roberts, Mark J and Samuelson, Larry},
journal={The Quarterly Journal of Economics},
volume={104},
number={4},
pages={671--698},
year={1989},
publisher={MIT Press}
}
@article{hall1987relationship,
title={The Relationship Between Firm Size and Firm Growth in the US
Manufacturing Sector},
author={Hall, Bronwyn H},
journal={The Journal of Industrial Economics},
pages={583--606},
year={1987},
publisher={JSTOR}
}
@article{evans1987relationship,
title={The relationship between firm growth, size, and age: Estimates for 100 manufacturing industries},
author={Evans, David S},
journal={The Journal of Industrial Economics},
pages={567--581},
year={1987},
publisher={JSTOR}
}
@phdthesis{gibrat1931inegalites,
title={Les in{\'e}galit{\'e}s {\'e}conomiques: Applications d'une loi
nouvelle, la loi de l'effet proportionnel},
author={Gibrat, Robert},
year={1931},
school={Recueil Sirey}
}
@book{buraczewski2016stochastic,
title={Stochastic models with power-law tails},
author={Buraczewski, Dariusz and Damek, Ewa and Mikosch, Thomas and others},
year={2016},
publisher={Springer}
}
@inproceedings{nishiyama2004estimation,
title={Estimation and testing for rank size rule regression under pareto
distribution},
author={Nishiyama, Y and Osada, S and Morimune, K},
booktitle={Proceedings of the International Environmental Modelling
and Software Society iEMSs 2004 International Conference},
year={2004},
organization={Citeseer}
}
@article{ahn2018inequality,
author = {Ahn, SeHyoun and Kaplan, Greg and Moll, Benjamin and Winberry, Thomas and Wolf, Christian},
title = {When Inequality Matters for Macro and Macro Matters for Inequality},
journal = {NBER Macroeconomics Annual},
year = {2018},
volume = {32},
number = {1},
pages = {1--75},
publisher = {University of Chicago Press},
}
@techreport{bhandari2018inequality,
title={Inequality, Business Cycles, and Monetary-Fiscal Policy},
author={Bhandari, Anmol and Evans, David and Golosov, Mikhail and Sargent, Thomas J},
year={2018},
institution={National Bureau of Economic Research}
}
@Article{glaeser2003injustice,
author = {Glaeser, Edward and Scheinkman, Jose and Shleifer, Andrei},
title = {The Injustice of Inequality},
journal = {Journal of Monetary Economics},
year = {2003},
volume = {50},
number = {1},
pages = {199--222},
publisher = {Elsevier},
}
@article{acemoglu2002political,
author = {Acemoglu, Daron and Robinson, James A.},
title = {The Political Economy of the {K}uznets curve},
journal = {Review of Development Economics},
year = {2002},
volume = {6},
number = {2},
pages = {183--203},
publisher = {Wiley Online Library},
}
@article{rozenfeld2011area,
title={The area and population of cities: New insights from a different
perspective on cities},
author={Rozenfeld, Hern{\'a}n D and Rybski, Diego and Gabaix, Xavier and
Makse, Hern{\'a}n A},
journal={American Economic Review},
volume={101},
number={5},
pages={2205--25},
year={2011}
}
@book{rachev2003handbook,
title={Handbook of heavy tailed distributions in finance: Handbooks in
finance},
author={Rachev, Svetlozar Todorov},
volume={1},
year={2003},
publisher={Elsevier}
}
@article{mandelbrot1963variation,
title={The variation of certain speculative prices},
author={Mandelbrot, Benoit},
journal={The Journal of Business},
volume={36},
number={4},
pages={394--419},
year={1963}
}
@article{gabaix2016power,
title={Power laws in economics: An introduction},
author={Gabaix, Xavier},
journal={Journal of Economic Perspectives},
volume={30},
number={1},
pages={185--206},
year={2016}
}
@article{axtell2001zipf,
title={Zipf distribution of US firm sizes},
author={Axtell, Robert L},
journal={science},
volume={293},
number={5536},
pages={1818--1820},
year={2001},
publisher={American Association for the Advancement of
Science}
}
@article{benhabib2018skewed,
title={Skewed wealth distributions: Theory and empirics},
author={Benhabib, Jess and Bisin, Alberto},
journal={Journal of Economic Literature},
volume={56},
number={4},
pages={1261--91},
year={2018}
}
@article{pareto1896cours,
title={Cours d’{\'e}conomie politique},
author={Vilfredo, Pareto},
journal={Rouge, Lausanne},
volume={2},
year={1896}
}
@article{attanasio2011risk,
title={Risk sharing in private information models with asset accumulation: Explaining the excess smoothness of consumption},
author={Attanasio, Orazio P and Pavoni, Nicola},
journal={Econometrica},
volume={79},
number={4},
pages={1027--1068},
year={2011},
publisher={Wiley Online Library}
}
@incollection{sargent1991observable,
title={Observable Implications of Present Value Budget Balance},
author={Sargent, Thomas and Hansen, Lars Peter and Roberts, Will},
booktitle={Rational Expectations Econometrics},
year={1991},
publisher={Westview Press}
}
@article{HansenSargent2001,
author = {Hansen, Lars Peter and Thomas J. Sargent},
year = {2001},
title = {Robust Control and Model Uncertainty},
journal = {American Economic Review},
volume = {91},
number = {2},
pages = {60-66}
}
@incollection{Dickey1975,
author = {Dickey, J},
year = {1975},
title = {Bayesian alternatives to the F-test and least-squares estimate in the normal linear model},
editor = {S.E. Fienberg and A. Zellner},
booktitle ={Studies in Bayesian econometrics and statistics},
publisher = {North-Holland},
address = {Amsterdam},
pages = {515-554}
}
@inproceedings{von1937uber,
title={Uber ein okonomsiches gleichungssystem und eine verallgemeinering des browerschen fixpunktsatzes},
author={von Neumann, John},
booktitle={Erge. Math. Kolloq.},
volume={8},
pages={73--83},
year={1937}
}
@article{neumann1928theorie,
title={Zur theorie der gesellschaftsspiele},
author={von Neumann, John},
journal={Mathematische annalen},
volume={100},
number={1},
pages={295--320},
year={1928},
publisher={Springer}
}
@article{nash1951non,
title={Non-cooperative games},
author={Nash, John},
journal={Annals of mathematics},
pages={286--295},
year={1951},
publisher={JSTOR}
}
@article{kemeny1956generalization,
title={A generalization of the von Neumann model of an expanding economy},
author={Kemeny, John G and Morgenstern, Oskar and Thompson, Gerald L},
journal={Econometrica},
pages={115--135},
year={1956},
publisher={JSTOR}
}
@article{hamburger1967computation,
title={Computation of expansion rates for the generalized von Neumann model of an expanding economy},
author={Hamburger, Michael J and Thompson, Gerald L and Weil, Roman L},
journal={Econometrica},
pages={542--547},
year={1967},
publisher={JSTOR}
}
@book{gale1989theory,
title={The theory of linear economic models},
author={Gale, David},
year={1989},
publisher={University of Chicago press}
}
@book{leamer1978specification,
title={Specification searches: Ad hoc inference with nonexperimental data},
author={Leamer, Edward E},
volume={53},
year={1978},
publisher={John Wiley \& Sons Incorporated}
}
@article{black1992global,
title={Global portfolio optimization},
author={Black, Fischer and Litterman, Robert},
journal={Financial analysts journal},
volume={48},
number={5},
pages={28--43},
year={1992},
publisher={Taylor \& Francis}
}
@article{ryoo2004engineering,
title={The engineering labor market},
author={Ryoo, Jaewoo and Rosen, Sherwin},
journal={Journal of political economy},
volume={112},
number={S1},
pages={S110--S140},
year={2004},
publisher={The University of Chicago Press}
}
@article{rosen1994cattle,
title={Cattle cycles},
author={Rosen, Sherwin and Murphy, Kevin M and Scheinkman, Jose A},
journal={Journal of Political Economy},
volume={102},
number={3},
pages={468--492},
year={1994},
publisher={The University of Chicago Press}
}
@book{HS2013,
title = {Recursive Linear Models of Dynamic Economics},
author = {Hansen, Lars Peter and Thomas J. Sargent},
year = {2013},
publisher = {Princeton University Press},
address = {Princeton, New Jersey}
}
@article{Reffett1996,
title={Production-based asset pricing in monetary economies with transactions costs},
author={Reffett, Kevin L},
journal={Economica},
pages={427--443},
year={1996},
publisher={JSTOR}
}
@article{Samuelson1939,
title = {Interactions Between the Multiplier Analysis
and the Principle of Acceleration},
author = {Samuelson, Paul A.},
journal = {Review of Economic Studies},
volume = {21},
number={2},
year = {1939},
pages = {75--78}
}
@article{Abreu,
title = {On the Theory of Infinitely Repeated Games with
Discounting},
author = {Abreu, Dilip},
journal = {Econometrica},
volume = {56},
year = {1988},
pages = {383--396}
}
@Article{Stokey1991,
author={Stokey, Nancy L.},
title={{Credible public policy}},
journal={Journal of Economic Dynamics and Control},
year=1991,
volume={15},
number={4},
pages={627-656},
month={October}
}
@incollection{Koopmans,
author = {Koopmans, Tjalling C.},
editor = {Koopmans, Tjalling C.},
year = {1965},
title = {On the Concept of Optimal Economic Growth},
booktitle = {The Economic Approach to Development Planning},
address = { Chicago},
publilsher = {Rand McNally},
pages = {225–287}
}
@article{Cass,
author = {Cass, David},
year = {1965},
title = {Optimum Growth in an Aggregative Model of Capital Accumulation},
journal = {Review of Economic Studies},
volume = {32},
number = {3},
pages = {233–240}
}
@incollection{Cagan,
author = {Cagan, Philip},
title = {The Monetary Dynamics of Hyperinflation},
editor = {Milton Friedman},
booktitle = {Studies in the Quantity Theory of Money},
publisher = {University of Chicago Press},
address = {Chicago},
pages = {25--117},
year = 1956
}
@Article{Sargent77hyper,
author={Sargent, Thomas J},
title={{The Demand for Money During Hyperinflations under Rational Expectations: I}},
journal={International Economic Review},
year=1977,
volume={18},
number={1},
pages={59-82},
month={February}
}
@article{Treisman2016,
title={Russia's Billionaires},
author={Treisman, Daniel},
journal={The American Economic Review},
volume={106},
number={5},
pages={236--241},
year={2016},
publisher={American Economic Association}
}
@book{Wooldridge2015,
title={Introductory econometrics: A modern approach},
author={Wooldridge, Jeffrey M},
year={2015},
publisher={Nelson Education}
}
@article{Acemoglu2001,
title={The Colonial Origins of Comparative Development: An Empirical Investigation},
author={Acemoglu, Daron and Johnson, Simon and Robinson, James A},
journal={The American Economic Review},
volume={91},
number={5},
pages={1369--1401},
year={2001}
}
@book{Rozanov1967,
title = {Stationary Random Processes},
year = {1967},
author = {Y. A. Rozanov},
address = {San Francisco},
publisher = {Holden-Day}
}
@article{Whittle_1981,
author = {Peter Whittle},
year = {1981},
title = {Risk-Sensitive Linear/Quadratic/Gaussian Control},
journal = {Advances in Applied Probability},
volume = {13},
number = {4},
pages = {764-777}
}
@book{Whittle1983,
author = {Whittle, Peter},
title = {Prediction and Regulation by Linear Least Squares Methods},
edition = {2nd},
publisher = {University of Minnesota Press},
address = {Minneapolis, Minnesota},
year = {1983}
}
@book{Whittle_1990,
author = {Peter Whittle},
title = {Risk-Sensitive Optimal Control},
year = {1990},
publisher = {Wiley},
address = {New York}
}
@article{Jovanovic1979,
title={Firm-specific capital and turnover},
author={Jovanovic, Boyan},
journal={Journal of Political Economy},
volume={87},
number={6},
pages={1246--1260},
year={1979},
publisher={The University of Chicago Press}
}
@article{Deneckere1992,
title={Cyclical and chaotic behavior in a dynamic equilibrium model, with implications for fiscal policy},
author={Deneckere, Raymond J and Judd, Kenneth L},
journal={Cycles and chaos in economic equilibrium},
pages={308--329},
year={1992},
publisher={Princeton University Press}
}
@article{Judd1985,
title={On the performance of patents},
author={Judd, Kenneth L},
journal={Econometrica},
pages={567--585},
year={1985},
publisher={JSTOR}
}
@book{Helpman1985,
title={Market structure and international trade},
author={Helpman, Elhanan and Krugman, Paul},
year={1985},
publisher={MIT Press Cambridge}
}
@Article{LettLud2004,
author={Martin Lettau and Sydney C. Ludvigson},
title={{Understanding Trend and Cycle in Asset Values: Reevaluating the Wealth Effect on Consumption}},
journal={American Economic Review},
year=2004,
volume={94},
number={1},
pages={276-299},
month={March}
}
@Article{LettLud2001,
author={Martin Lettau and Sydney Ludvigson},
title={{Consumption, Aggregate Wealth, and Expected Stock Returns}},
journal={Journal of Finance},
year=2001,
volume={56},
number={3},