We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497b53a commit 0aa5d7cCopy full SHA for 0aa5d7c
18_ADAS-1.ipynb
@@ -1533,18 +1533,6 @@
1533
"print(f'uの標準偏差:{u_std:.6f}')"
1534
]
1535
},
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
- },
1548
{
1549
"cell_type": "markdown",
1550
"metadata": {
@@ -1635,7 +1623,7 @@
1635
1623
"metadata": {},
1636
1624
"source": [
1637
1625
"ここで\n",
1638
- "* $A_t=$ $P_t^{*}$の増加を決定する項\n",
1626
+ "* $A_t=$ $P_t^{*}$の変化を決定する項\n",
1639
1627
"* $V_t=$ $P_t^{*}$に影響を及ぼすランダムなショック\n",
1640
1628
"* $B_t=$ $Y_t^{*}$の増加を決定する項\n",
1641
1629
"* $U_t=$ $Y_t^{*}$に影響を及ぼすランダムなショック"
0 commit comments