Commit graph

22 commits

Author SHA1 Message Date
Mark Pullin
a24a9b3edc Add mean function functionality to dtc inference method 2017-11-13 22:18:42 +00:00
Akash Kumar Dhaka
f0f1a183b0 merging with the gpy devel branch to be in sync with the latest code and make pull request again .. 2017-08-10 11:47:26 +03:00
Akash Kumar Dhaka
8c8008c2d3 bug fixes in test cases due to changes in api of ep functions.. 2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
54f530a22b adding some test cases for EP.. more work needs to be done, these are some high level test cases .. 2017-08-10 11:14:40 +03:00
Moreno
255d97a917 Refactor EP and EPDTC 2017-08-10 11:14:40 +03:00
Moreno
63751de912 Changes in EP/EPDTC to fix numerical issues and increase the flexibility of the inference.
Changes to avoid numerical issues and improve the performance:
    - Keep value of the EP parameters between calls
    - Enforce positivity of tau_tilde
    - Stable computation of the EP moments for the Bernoulli likelihood
    - Compute marginal in the GP model without directly inverting tau_tilde

    Changes to improve the flexibility:
    - Add parameter for maximum number of iterations
    - Distinguish between alternated/nested mode
    - Distinguish between sequential/parallel updates in EP
2017-06-01 11:59:04 +03:00
Moreno
0c248e7520 Changes in EP/EPDTC to fix numerical issues and increase the flexibility of the inference.
Changes to avoid numerical issues and improve the performance:
    - Keep value of the EP parameters between calls
    - Enforce positivity of tau_tilde
    - Stable computation of the EP moments for the Bernoulli likelihood
    - Compute marginal in the GP model without directly inverting tau_tilde

    Changes to improve the flexibility:
    - Add parameter for maximum number of iterations
    - Distinguish between alternated/nested mode
    - Distinguish between sequential/parallel updates in EP
2017-03-22 13:40:06 +00:00
Zhenwen Dai
f2b813551a bug fix for mcmc sampler and add test case 2016-03-10 18:37:53 +00:00
Zhenwen Dai
00e4ac152a merge GPy upstream 2016-02-23 13:52:45 +00:00
Zhenwen Dai
bfb0ecdcb4 add test case for hmc sampler 2016-02-19 17:59:50 +00:00
Zhenwen Dai
8b279175c5 fix the issue of negative prediction variance of normal GP 2016-01-21 11:22:57 +00:00
mzwiessele
97593309ef [paramz] test warning catches 2015-11-06 14:28:55 +00:00
mzwiessele
dce82847a7 [paramz] fully integrated all tests running 2015-10-15 14:59:57 +01:00
mzwiessele
3460b967a2 [inferenceX] test consistency 2015-10-10 13:00:12 +01:00
mzwiessele
cbb06f3efc ['tests'] assert array equal 2015-10-07 02:10:22 +01:00
James Hensman
ea3bfbb597 minor bugfixes in plotting: quantiles are now computed using predict_kw
correctly
2015-08-18 08:00:47 +01:00
James Hensman
affd538687 removed randomness from inference tests by setting np.seed 2015-08-13 09:10:16 +01:00
Mike Croucher
5c653fa4b0 Fix merge conflicts 2015-04-01 13:03:48 +01:00
Alan Saul
d7316ee7d9 Relaxed inference test requirement 2015-03-27 13:49:12 +00:00
James Hensman
d7620594be more cooooooopyrighting 2014-11-21 12:16:58 +00:00
Zhenwen Dai
1840b7e6b8 extend inference X for all gp models 2014-11-03 16:04:15 +00:00
Zhenwen Dai
871405e3e4 add test cases for inference new X for bayesian GPLVM 2014-11-03 14:22:01 +00:00