Skip to content

Commit 0aa5d7c

Browse files
committed
typo
1 parent 497b53a commit 0aa5d7c

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

18_ADAS-1.ipynb

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,18 +1533,6 @@
15331533
"print(f'uの標準偏差:{u_std:.6f}')"
15341534
]
15351535
},
1536-
{
1537-
"cell_type": "code",
1538-
"execution_count": null,
1539-
"metadata": {},
1540-
"outputs": [],
1541-
"source": [
1542-
"print(f'aの値:{ahat:.20f}')\n",
1543-
"print(f'cの値:{chat:.20f}')\n",
1544-
"print(f'vの標準偏差:{v_std:.20f}')\n",
1545-
"print(f'uの標準偏差:{u_std:.20f}')"
1546-
]
1547-
},
15481536
{
15491537
"cell_type": "markdown",
15501538
"metadata": {
@@ -1635,7 +1623,7 @@
16351623
"metadata": {},
16361624
"source": [
16371625
"ここで\n",
1638-
"* $A_t=$ $P_t^{*}$の増加を決定する項\n",
1626+
"* $A_t=$ $P_t^{*}$の変化を決定する項\n",
16391627
"* $V_t=$ $P_t^{*}$に影響を及ぼすランダムなショック\n",
16401628
"* $B_t=$ $Y_t^{*}$の増加を決定する項\n",
16411629
"* $U_t=$ $Y_t^{*}$に影響を及ぼすランダムなショック"

0 commit comments

Comments
 (0)