Skip to content

Commit d9239ce

Browse files
committed
cov formula corrected
1 parent 191a449 commit d9239ce

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

18_ADAS-2.ipynb

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,8 +2169,7 @@
21692169
{
21702170
"cell_type": "markdown",
21712171
"metadata": {
2172-
"heading_collapsed": true,
2173-
"jp-MarkdownHeadingCollapsed": true
2172+
"heading_collapsed": true
21742173
},
21752174
"source": [
21762175
"## 付録:分散と共分散の性質"
@@ -2207,12 +2206,19 @@
22072206
"\\begin{align*}\n",
22082207
"\\text{Cov}(X,a)&=0\\\\\n",
22092208
"\\text{Cov}(X,X)&=\\text{Var}(X)\\\\\n",
2210-
"\\text{Cov}(aX,bY)&=ab\\text{Var}(Y,X)\\\\\n",
2211-
"\\text{Cov}(X+a,Y+b)&=\\text{Var}(Y,X)\\\\\n",
2209+
"\\text{Cov}(aX,bY)&=ab\\text{Cov}(Y,X)\\\\\n",
2210+
"\\text{Cov}(X+a,Y+b)&=\\text{Cov}(Y,X)\\\\\n",
22122211
"\\text{Cov}(aX+bY,cZ+dW)&=ac\\text{Cov}(X,Z)+ad\\text{Cov}(X,W)+bc\\text{Cov}(Y,Z)+bd\\text{Cov}(Y,W)\n",
22132212
"\\end{align*}\n",
22142213
"$$"
22152214
]
2215+
},
2216+
{
2217+
"cell_type": "code",
2218+
"execution_count": null,
2219+
"metadata": {},
2220+
"outputs": [],
2221+
"source": []
22162222
}
22172223
],
22182224
"metadata": {

0 commit comments

Comments
 (0)