Skip to content

Commit

Permalink
Sgpr notes (GPflow#299)
Browse files Browse the repository at this point in the history
* Small corrections to SGPR notes.

* adding missing equals signs.

* Correcting typo in notebook.

* Small tweak to get code cov to run.
  • Loading branch information
alexggmatthews authored and jameshensman committed Jan 19, 2017
1 parent 3863e13 commit 263b2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/notebooks/SGPR_notes.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"SGPR notes\n",
"--\n",
"*James Hensman, March 2016*\n",
"Small corrections Alex Matthews, December 2016\n"
"*Small corrections Alex Matthews, December 2016*\n"
]
},
{
Expand Down Expand Up @@ -159,7 +159,7 @@
"-\\tfrac{1}{2}\\sigma^{-2}\\mathbf y^\\top\\mathbf y\n",
"+\\tfrac{1}{2}\\sigma^{-2}\\mathbf y^\\top\\mathbf A^{\\top} \\mathbf B^{-1}\\mathbf A\\mathbf y\n",
"-\\tfrac{1}{2}\\sigma^{-2}\\textrm{tr}(\\mathbf K_{ff})\n",
"- \\tfrac{1}{2}\\textrm{tr}(\\mathbf {AA}^\\top) $$"
"+ \\tfrac{1}{2}\\textrm{tr}(\\mathbf {AA}^\\top) $$"
]
},
{
Expand Down

0 comments on commit 263b2fd

Please sign in to comment.