|
539 | 539 | {
|
540 | 540 | "cell_type": "markdown",
|
541 | 541 | "metadata": {
|
542 |
| - "heading_collapsed": true, |
543 |
| - "jp-MarkdownHeadingCollapsed": true |
| 542 | + "heading_collapsed": true |
544 | 543 | },
|
545 | 544 | "source": [
|
546 | 545 | "## フィリップス曲線"
|
|
709 | 708 | "cell_type": "markdown",
|
710 | 709 | "metadata": {
|
711 | 710 | "heading_collapsed": true,
|
712 |
| - "hidden": true, |
713 |
| - "jp-MarkdownHeadingCollapsed": true |
| 711 | + "hidden": true |
714 | 712 | },
|
715 | 713 | "source": [
|
716 | 714 | "### フラット化するフィリップス曲線"
|
|
902 | 900 | "color_lst = ['orange','black', 'blue', 'red'] #1\n",
|
903 | 901 | "\n",
|
904 | 902 | "#2\n",
|
905 |
| - "ax = df.head(0).plot(x='unemployment_rate', y='inflation', legend=False)\n", |
| 903 | + "ax = df.head(0).plot(legend=False)\n", |
906 | 904 | "\n",
|
907 | 905 | "for d, c in zip(decade_lst, color_lst):\n",
|
908 | 906 | " \n",
|
|
978 | 976 | "A mathematician, a theoretical economist and an econometrician are asked to find a black cat (who doesn't really exist) in a closed room with the lights off: \n",
|
979 | 977 | "* The mathematician (数学者) gets crazy trying to find a black cat that doesn't exist inside the darkened room and ends up in a psychiatric hospital. \n",
|
980 | 978 | "* The theoretical economist (理論経済学者) is unable to catch the black cat that doesn't exist inside the darkened room, but exits the room proudly proclaiming that he can construct a model to describe all his movements with extreme accuracy. \n",
|
981 |
| - "* The econometrician (計量経済学者,特に経済データを用いて実証研究をする学者) walks securely into the darkened room, spend one hour looking for the black cat that doesn't exits and shouts from inside the room that he has it catched by the neck.\" \n", |
| 979 | + "* The econometrician (計量経済学者,特に経済データを用いて実証研究をする学者) walks securely into the darkened room, spend one hour looking for the black cat that doesn't exits and shouts from inside the room that he has it catched by the neck.\n", |
982 | 980 | "\n",
|
983 |
| - "[経済学のジョークのGoogle検索結果](https://www.google.co.jp/search?q=economics+jokes)\n", |
| 981 | + "[経済学のジョークのGoogle検索結果](https://www.google.com/search?q=economics+jokes)\n", |
984 | 982 | "```"
|
985 | 983 | ]
|
986 | 984 | },
|
987 | 985 | {
|
988 | 986 | "cell_type": "markdown",
|
989 |
| - "metadata": {}, |
| 987 | + "metadata": { |
| 988 | + "jp-MarkdownHeadingCollapsed": true |
| 989 | + }, |
990 | 990 | "source": [
|
991 | 991 | "## インフレ率とマネーストックの増加率"
|
992 | 992 | ]
|
|
0 commit comments