File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
examples/gaussian_processes Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
" -\\ frac{1}{2} (\\ mathbf{y} - \\ mathbf{m}_x)^{T} \n " ,
42
42
" (\\ mathbf{K}_{xx} + \\ boldsymbol\\ Sigma)^{-1} \n " ,
43
43
" (\\ 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 " ,
45
45
" - \\ frac{n}{2}\\ log (2 \\ pi)\n " ,
46
46
" $$\n " ,
47
47
" \n " ,
732
732
"metadata" : {
733
733
"anaconda-cloud" : {},
734
734
"kernelspec" : {
735
- "display_name" : " pymc-dev " ,
735
+ "display_name" : " Python 3 " ,
736
736
"language" : " python" ,
737
- "name" : " pymc-dev "
737
+ "name" : " python3 "
738
738
},
739
739
"language_info" : {
740
740
"codemirror_mode" : {
746
746
"name" : " python" ,
747
747
"nbconvert_exporter" : " python" ,
748
748
"pygments_lexer" : " ipython3" ,
749
- "version" : " 3.7.7 "
749
+ "version" : " 3.8.5 "
750
750
}
751
751
},
752
752
"nbformat" : 4 ,
You can’t perform that action at this time.
0 commit comments