Skip to content

Commit 50ce320

Browse files
authored
corrected formula in GP marginal notebook (#64)
1 parent 5ae7d18 commit 50ce320

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/gaussian_processes/GP-Marginal.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
" -\\frac{1}{2} (\\mathbf{y} - \\mathbf{m}_x)^{T} \n",
4242
" (\\mathbf{K}_{xx} + \\boldsymbol\\Sigma)^{-1} \n",
4343
" (\\mathbf{y} - \\mathbf{m}_x)\n",
44-
" - \\frac{1}{2}|\\mathbf{K}_{xx} + \\boldsymbol\\Sigma|\n",
44+
" - \\frac{1}{2}\\log(\\mathbf{K}_{xx} + \\boldsymbol\\Sigma)\n",
4545
" - \\frac{n}{2}\\log (2 \\pi)\n",
4646
"$$\n",
4747
"\n",
@@ -732,9 +732,9 @@
732732
"metadata": {
733733
"anaconda-cloud": {},
734734
"kernelspec": {
735-
"display_name": "pymc-dev",
735+
"display_name": "Python 3",
736736
"language": "python",
737-
"name": "pymc-dev"
737+
"name": "python3"
738738
},
739739
"language_info": {
740740
"codemirror_mode": {
@@ -746,7 +746,7 @@
746746
"name": "python",
747747
"nbconvert_exporter": "python",
748748
"pygments_lexer": "ipython3",
749-
"version": "3.7.7"
749+
"version": "3.8.5"
750750
}
751751
},
752752
"nbformat": 4,

0 commit comments

Comments
 (0)