Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit 9d97662

Browse files
authored
Merge pull request #17 from QuantEcon/fix_figure_amss3
fix figure amss_g3 of amss3.rst (Issue#16)
2 parents 673749e + 35b4437 commit 9d97662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rst_files/amss3.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ the part value of government debt
195195

196196
We obtain the following graph for the historgram of the last 100,000 observations on the par value of government debt
197197

198-
.. figure:: /_static/figures/amss3_g3.png
198+
.. figure:: /_static/figures/amss3_g3.png
199199

200200
The black vertical line denotes the sample mean for the last 100,000 observations included in the historgram; the green vertical line denots the
201201
value of :math:`\frac{ {\mathcal B}^*}{E u_c}`, associated with the sample (presumably) from
@@ -720,4 +720,4 @@ Step 6
720720
721721
.. code-block:: python3
722722
723-
root(solve_c, np.ones(S), args=(τ_star, u)).x
723+
root(solve_c, np.ones(S), args=(τ_star, u)).x

0 commit comments

Comments
 (0)