Skip to content

Commit

Permalink
fix rIN/rU S typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhconning committed Feb 7, 2018
1 parent 062b66c commit 77bd6a9
Showing 1 changed file with 52 additions and 10 deletions.
62 changes: 52 additions & 10 deletions notebooks/Lucas90.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"source": [
" - this implies MPK in India would have to be:\n",
" \n",
" $$\\frac{r_{US}}{r_{IN}} = \\left [ { \\frac{y_{US}}{y_{IN}} } \\right] ^ \\frac{1-\\beta}{\\beta} = 58.1$$\n",
" $$\\frac{r_{IN}}{r_{US}} = \\left [ { \\frac{y_{US}}{y_{IN}} } \\right] ^ \\frac{1-\\beta}{\\beta} = 58.1$$\n",
" \n",
" times higher in India! Implausibly large."
]
Expand All @@ -180,7 +180,7 @@
" \n",
"multiple of the amount of capital per worker compared to India:\n",
" \n",
" So if in India the capital-labor ratio is 10 in the USA it must be 8714 ! "
" So if in India the capital-labor ratio is 1 in the USA it must be 871.4 ! "
]
},
{
Expand Down Expand Up @@ -676,7 +676,9 @@
{
"cell_type": "code",
"execution_count": 17,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def cfoc(x):\n",
Expand Down Expand Up @@ -790,6 +792,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true,
"slideshow": {
"slide_type": "subslide"
}
Expand All @@ -804,7 +807,9 @@
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"A = 1 \n",
Expand All @@ -829,7 +834,9 @@
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def xoptimum(rho, beta):\n",
Expand All @@ -841,7 +848,9 @@
{
"cell_type": "code",
"execution_count": 4,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def lucasplot():\n",
Expand Down Expand Up @@ -872,7 +881,9 @@
{
"cell_type": "code",
"execution_count": 5,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"def profit(x, rho):\n",
Expand All @@ -882,7 +893,9 @@
{
"cell_type": "code",
"execution_count": 6,
"metadata": {},
"metadata": {
"collapsed": true
},
"outputs": [],
"source": [
"x = np.linspace(0.1,40,100)\n",
Expand Down Expand Up @@ -930,7 +943,7 @@
"anaconda-cloud": {},
"hide_input": false,
"kernelspec": {
"display_name": "Python [default]",
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
Expand All @@ -944,7 +957,36 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
"version": "3.6.2"
},
"varInspector": {
"cols": {
"lenName": 16,
"lenType": 16,
"lenVar": 40
},
"kernels_config": {
"python": {
"delete_cmd_postfix": "",
"delete_cmd_prefix": "del ",
"library": "var_list.py",
"varRefreshCmd": "print(var_dic_list())"
},
"r": {
"delete_cmd_postfix": ") ",
"delete_cmd_prefix": "rm(",
"library": "var_list.r",
"varRefreshCmd": "cat(var_dic_list()) "
}
},
"types_to_exclude": [
"module",
"function",
"builtin_function_or_method",
"instance",
"_Feature"
],
"window_display": false
}
},
"nbformat": 4,
Expand Down

0 comments on commit 77bd6a9

Please sign in to comment.