Skip to content

Commit 4b04577

Browse files
author
QuantEcon
committed
auto publishing updates to notebooks
1 parent 8a629c4 commit 4b04577

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+77
-74
lines changed

BCG_complete_mkts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,7 @@
14061406
}
14071407
],
14081408
"metadata": {
1409-
"date": 1618444998.0898445,
1409+
"date": 1618812137.2846944,
14101410
"filename": "BCG_complete_mkts.rst",
14111411
"kernelspec": {
14121412
"display_name": "Python",

BCG_incomplete_mkts.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2215,7 +2215,7 @@
22152215
}
22162216
],
22172217
"metadata": {
2218-
"date": 1618444998.3490937,
2218+
"date": 1618812137.5370972,
22192219
"filename": "BCG_incomplete_mkts.rst",
22202220
"kernelspec": {
22212221
"display_name": "Python",

about_lectures.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
}
2929
],
3030
"metadata": {
31-
"date": 1618444998.4995985,
31+
"date": 1618812137.6949542,
3232
"filename": "about_lectures.rst",
3333
"kernelspec": {
3434
"display_name": "Python",

additive_functionals.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1498,7 +1498,7 @@
14981498
}
14991499
],
15001500
"metadata": {
1501-
"date": 1618444998.5992084,
1501+
"date": 1618812137.7941382,
15021502
"filename": "additive_functionals.rst",
15031503
"kernelspec": {
15041504
"display_name": "Python",

amss.ipynb

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@
170170
"\n",
171171
"In period $ t $ and history $ s^t $, let\n",
172172
"\n",
173-
"- $ b_{t+1}(s^t) $ be the amount of the time $ t+1 $ consumption good that at time $ t $ the government promised to pay \n",
173+
"- $ b_{t+1}(s^t) $ be the amount of the time $ t+1 $ consumption good that at time $ t $, history $ s^t $ the government promised to pay \n",
174174
"- $ R_t(s^t) $ be the gross interest rate on risk-free one-period debt between periods $ t $ and $ t+1 $ \n",
175-
"- $ T_t(s^t) $ be a non-negative lump-sum transfer to the representative household <sup><a href=#fn-a id=fn-a-link>[1]</a></sup> \n",
175+
"- $ T_t(s^t) $ be a non-negative lump-sum *transfer* to the representative household <sup><a href=#fn-a id=fn-a-link>[1]</a></sup> \n",
176176
"\n",
177177
"\n",
178178
"That $ b_{t+1}(s^t) $ is the same for all realizations of $ s_{t+1} $ captures its *risk-free* character.\n",
@@ -216,7 +216,8 @@
216216
" { u_c(s^{t+1}) \\over u_c(s^{t}) } \\; b_{t+1}(s^t) \\tag{5}\n",
217217
"$$\n",
218218
"\n",
219-
"Components of $ z(s^t) $ on the right side depend on $ s^t $, but the left side is required to depend on $ s^{t-1} $ only.\n",
219+
"Components of $ z(s^t) $ on the right side depend on $ s^t $, but the left side is required to depend only\n",
220+
"on $ s^{t-1} $ .\n",
220221
"\n",
221222
"**This is what it means for one-period government debt to be risk-free**.\n",
222223
"\n",
@@ -248,6 +249,9 @@
248249
" \\end{aligned} \\tag{6}\n",
249250
"$$\n",
250251
"\n",
252+
"Notice how the conditioning sets in equation [(6)](#equation-ts-gov-wo3) differ: they are $ s^{t-1} $ on the left side and\n",
253+
"$ s^t $ on the right side.\n",
254+
"\n",
251255
"Now let’s\n",
252256
"\n",
253257
"- substitute the resource constraint into the net-of-interest government surplus, and \n",
@@ -264,7 +268,7 @@
264268
" -g_t(s_t) - T_t(s^t)\\,. \\tag{7}\n",
265269
"$$\n",
266270
"\n",
267-
"If we substitute the appropriate versions of the right side of [(7)](#equation-amss-44-2) for $ z(s^{t+j}) $ into equation [(6)](#equation-ts-gov-wo3),\n",
271+
"If we substitute appropriate versions of the right side of [(7)](#equation-amss-44-2) for $ z(s^{t+j}) $ into equation [(6)](#equation-ts-gov-wo3),\n",
268272
"we obtain a sequence of *implementability constraints* on a Ramsey allocation in an AMSS economy.\n",
269273
"\n",
270274
"Expression [(6)](#equation-ts-gov-wo3) at time $ t=0 $ and initial state $ s^0 $\n",
@@ -297,13 +301,13 @@
297301
"source": [
298302
"### Comparison with Lucas-Stokey Economy\n",
299303
"\n",
300-
"The expression on the right side of [(9)](#equation-ts-gov-wo4a) in the Lucas-Stokey (1983) economy would equal the present value of a continuation stream of government surpluses evaluated at what would be competitive equilibrium Arrow-Debreu prices at date $ t $.\n",
304+
"The expression on the right side of [(9)](#equation-ts-gov-wo4a) in the Lucas-Stokey (1983) economy would equal the present value of a continuation stream of government net-of-interest surpluses evaluated at what would be competitive equilibrium Arrow-Debreu prices at date $ t $.\n",
301305
"\n",
302306
"In the Lucas-Stokey economy, that present value is measurable with respect to $ s^t $.\n",
303307
"\n",
304308
"In the AMSS economy, the restriction that government debt be risk-free imposes that that same present value must be measurable with respect to $ s^{t-1} $.\n",
305309
"\n",
306-
"In a language used in the literature on incomplete markets models, it can be said that the AMSS model requires that at each $ (t, s^t) $ what would be the present value of continuation government surpluses in the Lucas-Stokey model must belong to the **marketable subspace** of the AMSS model."
310+
"In a language used in the literature on incomplete markets models, it can be said that the AMSS model requires that at each $ (t, s^t) $ what would be the present value of continuation government net-of-interest surpluses in the Lucas-Stokey model must belong to the **marketable subspace** of the AMSS model."
307311
]
308312
},
309313
{
@@ -337,7 +341,7 @@
337341
"\\mathbb E_{t} \\sum_{j=0}^\\infty \\beta^j\n",
338342
" { u_c(s^{t+j}) \\over u_c(s^{t}) } \\;\n",
339343
" z(s^{t+j}) = b_t(s^{t-1})\n",
340-
" \\quad \\forall \\, s^t \\tag{11}\n",
344+
" \\quad \\forall \\, t, s^t \\tag{11}\n",
341345
"$$\n",
342346
"\n",
343347
"given $ b_0(s^{-1}) $."
@@ -354,15 +358,15 @@
354358
"As in the Lucas-Stokey economy, this multiplier is strictly positive when the government must resort to\n",
355359
"distortionary taxation; otherwise it equals zero.\n",
356360
"\n",
357-
"A consequence of the assumption that there are no markets in state-contingent securities and that a market exists only in a risk-free security is that we have to attach stochastic processes $ \\{\\gamma_t(s^t)\\}_{t=1}^\\infty $ of\n",
361+
"A consequence of the assumption that there are no markets in state-contingent securities and that a market exists only in a risk-free security is that we have to attach a stochastic process $ \\{\\gamma_t(s^t)\\}_{t=1}^\\infty $ of\n",
358362
"Lagrange multipliers to the implementability constraints [(11)](#equation-amss-46).\n",
359363
"\n",
360364
"Depending on how the constraints bind, these multipliers can be positive or negative:\n",
361365
"\n",
362366
"$$\n",
363367
"\\begin{aligned}\n",
364368
" \\gamma_t(s^t)\n",
365-
" &\\;\\geq\\; (\\leq)\\;\\, 0 \\quad \\text{if the constraint binds in this direction }\n",
369+
" &\\;\\geq\\; (\\leq)\\;\\, 0 \\quad \\text{if the constraint binds in the following direction }\n",
366370
" \\\\\n",
367371
" & \\mathbb E_{t} \\sum_{j=0}^\\infty \\beta^j\n",
368372
" { u_c(s^{t+j}) \\over u_c(s^{t}) } \\;z(s^{t+j}) \\;\\geq \\;(\\leq)\\;\\, b_t(s^{t-1})\n",
@@ -464,7 +468,7 @@
464468
" while the multiplier $ \\Phi $ in the Lucas-Stokey economy is time-invariant. \n",
465469
"\n",
466470
"\n",
467-
"We need some code from our [an earlier lecture](https://python-programming.quantecon.org/opt_tax_recur.html)\n",
471+
"We need some code from [an earlier lecture](https://python-programming.quantecon.org/opt_tax_recur.html)\n",
468472
"on optimal taxation with state-contingent debt sequential allocation implementation:"
469473
]
470474
},
@@ -895,8 +899,7 @@
895899
"- a counterpart to $ V_x(x,s) $ is time-invariant and equal to\n",
896900
" the Lagrange multiplier on the Lucas-Stokey implementability constraint \n",
897901
"- time invariance of $ V_x(x,s) $ is the source of a key\n",
898-
" feature of the Lucas-Stokey model, namely, state variable degeneracy\n",
899-
" (i.e., $ x_t $ is an exact function of $ s_t $) \n",
902+
" feature of the Lucas-Stokey model, namely, **state variable degeneracy** in which $ x_t $ is an exact time-invariant function of $ s_t $) \n",
900903
"\n",
901904
"\n",
902905
"That $ V_x(x,s) $ varies over time according to a twisted martingale\n",
@@ -930,7 +933,7 @@
930933
"expenditure function $ g(s) $ are such that $ g_t $ is perpetually\n",
931934
"random, $ V_x(x, s) $ almost surely converges to zero.\n",
932935
"\n",
933-
"For quasi-linear preferences, the first-order condition with respect to $ n(s) $ becomes\n",
936+
"For quasi-linear preferences, the first-order condition for maximizing [(22)](#equation-eqn-amssapp5) subject to [(23)](#equation-eqn-amssapp6) with respect to $ n(s) $ becomes\n",
934937
"\n",
935938
"$$\n",
936939
"(1-\\mu(s|s_-) ) (1 - u_l(s)) + \\mu(s|s_-) n(s) u_{ll}(s) =0\n",
@@ -1552,7 +1555,7 @@
15521555
"\n",
15531556
"- the government purchases an Arrow security that pays off when $ g_3 = g_h $ \n",
15541557
"- the government sells an Arrow security that pays off when $ g_3 = g_l $ \n",
1555-
"- These purchases are designed in such a way that regardless of whether or not there is a war at $ t=3 $, the government will begin period $ t=4 $ with the *same* government debt \n",
1558+
"- these purchases are designed in such a way that regardless of whether or not there is a war at $ t=3 $, the government will begin period $ t=4 $ with the *same* government debt \n",
15561559
"\n",
15571560
"\n",
15581561
"This pattern facilities smoothing tax rates across states.\n",
@@ -1778,7 +1781,7 @@
17781781
}
17791782
],
17801783
"metadata": {
1781-
"date": 1618444998.7623057,
1784+
"date": 1618874888.5793111,
17821785
"filename": "amss.rst",
17831786
"kernelspec": {
17841787
"display_name": "Python",

amss2.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@
16081608
}
16091609
],
16101610
"metadata": {
1611-
"date": 1618444998.9261463,
1611+
"date": 1618812138.1547377,
16121612
"filename": "amss2.rst",
16131613
"kernelspec": {
16141614
"display_name": "Python",

amss3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@
16471647
}
16481648
],
16491649
"metadata": {
1650-
"date": 1618444999.130558,
1650+
"date": 1618812138.3407247,
16511651
"filename": "amss3.rst",
16521652
"kernelspec": {
16531653
"display_name": "Python",

arellano.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@
10371037
}
10381038
],
10391039
"metadata": {
1040-
"date": 1618444999.4941192,
1040+
"date": 1618812138.67823,
10411041
"filename": "arellano.rst",
10421042
"kernelspec": {
10431043
"display_name": "Python",

arma.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@
11831183
}
11841184
],
11851185
"metadata": {
1186-
"date": 1618444999.7153308,
1186+
"date": 1618812138.9135163,
11871187
"filename": "arma.rst",
11881188
"kernelspec": {
11891189
"display_name": "Python",

black_litterman.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@
15821582
}
15831583
],
15841584
"metadata": {
1585-
"date": 1618444999.9369135,
1585+
"date": 1618812139.1406567,
15861586
"filename": "black_litterman.rst",
15871587
"kernelspec": {
15881588
"display_name": "Python",

0 commit comments

Comments
 (0)