Commit graph

27 commits

Author SHA1 Message Date
James Hensman
37f6ed0299 made the name of the Gaussian noise variance noise_variance, for consistency 2013-02-20 09:12:00 +00:00
James Hensman
70e2076cd4 bugfixin' 2013-02-19 14:48:30 +00:00
James Hensman
73f7b72708 added a set_data method to the Gaussian likelihood 2013-02-19 14:44:39 +00:00
Nicolo Fusi
eddb677446 efficient handling of Y and YYT 2013-02-15 13:54:01 +00:00
Nicolo Fusi
cc158d64a9 fixed import error 2013-02-15 13:39:01 +00:00
Ricardo Andrade
4563a5f8a6 Probit likelihood modified for plotting. 2013-02-07 11:36:45 +00:00
James Hensman
9b69b04933 proper propagation of variance through the Gaussian likelihood 2013-02-04 12:18:14 +00:00
James Hensman
7a54660689 fixed bug in my schoolboy mathematics 2013-02-04 10:29:01 +00:00
Ricardo Andrade
5e2baf1919 Changes in plotting functions. 2013-02-01 17:58:21 +00:00
James Hensman
f7d2fc6ca4 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP 2013-02-01 17:13:10 +00:00
James Hensman
5447d6fbfc Assorted work on combining the EP and sparse methods 2013-02-01 17:12:45 +00:00
Ricardo Andrade
5593d53828 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP 2013-02-01 15:17:13 +00:00
Ricardo Andrade
0a8686d7c0 EPEM is running. 2013-02-01 15:14:11 +00:00
James Hensman
64280d7eb6 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP
Conflicts:
	GPy/likelihoods/EP.py
2013-02-01 13:56:28 +00:00
James Hensman
c025e8b68b beginning of work to make sparse GP ork with RA's EP methods 2013-02-01 13:55:19 +00:00
Ricardo Andrade
f941d629e6 James' debugging of the EP/GP interface
It seems that the GP-EP algorithm works now.
2013-02-01 13:45:55 +00:00
Ricardo Andrade
eb04cbed63 merged changes in likelihood_functions (James) 2013-02-01 13:32:13 +00:00
Ricardo Andrade
879fa138e1 Merge branch 'newGP' of github.com:SheffieldML/GPy into newGP
Conflicts:
	GPy/likelihoods/EP.py
	GPy/likelihoods/likelihood_functions.py
2013-02-01 13:19:59 +00:00
Ricardo Andrade
182c4c7d64 So many changes 2013-02-01 13:17:17 +00:00
James Hensman
346f9dd8bd added a likelihood atom class
and also some import tidying in the EP.py file
2013-02-01 10:05:22 +00:00
James Hensman
7dfbcebb87 some tidying in the likelihood classes 2013-02-01 09:47:30 +00:00
Ricardo Andrade
2b40ee6f7e predictive_values implemented in EP 2013-01-31 15:30:57 +00:00
James Hensman
4211cad89d re-indented the plot function 2013-01-31 15:04:24 +00:00
James Hensman
d077d28fd1 very basic functionality is now working 2013-01-31 15:02:34 +00:00
Ricardo Andrade
9feae765dc predictive_mean changed to predictive_values 2013-01-31 14:43:32 +00:00
James Hensman
bdc89170d4 added a Gaussian likelihood class 2013-01-31 13:34:30 +00:00
James Hensman
a6851cf63d massive restructuting to make the EP likelihoods work consistently 2013-01-31 12:28:52 +00:00