Skip to content

Commit 22933e3

Browse files
committed
Adding sentence on Fisher information
1 parent c74cc1f commit 22933e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Chapter6_Priorities/Priors.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,9 @@
14911491
"Jeffreys Priors are defined as:\n",
14921492
"\n",
14931493
"$$p_J(\\theta) \\propto \\mathbf{I}(\\theta)^\\frac{1}{2}$$\n",
1494-
"$$\\mathbf{I}(\\theta) = - \\mathbb{E}\\Big[\\frac{d^2 \\text{ log } p(X|\\theta)}{}\\Big]$$"
1494+
"$$\\mathbf{I}(\\theta) = - \\mathbb{E}\\bigg[\\frac{d^2 \\text{ log } p(X|\\theta)}{d\\theta^2}\\bigg]$$\n",
1495+
"\n",
1496+
"$\\mathbf{I}$ being the *Fisher information*"
14951497
]
14961498
},
14971499
{

0 commit comments

Comments
 (0)