mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-07-02 16:01:03 +02:00
Merge branch 'params' of github.com:SheffieldML/GPy into params
Conflicts: GPy/core/gp.py GPy/plotting/matplot_dep/models_plots.py
This commit is contained in:
commit
4ce6d2d72c
34 changed files with 800 additions and 710 deletions
|
|
@ -358,7 +358,7 @@ class Likelihood(Parameterized):
|
|||
|
||||
return dlogpdf_dtheta, dlogpdf_df_dtheta, d2logpdf_df2_dtheta
|
||||
|
||||
def predictive_values(self, mu, var, full_cov=False, sampling=False, num_samples=10000):
|
||||
def predictive_values(self, mu, var, full_cov=False, sampling=True, num_samples=10000):
|
||||
"""
|
||||
Compute mean, variance and conficence interval (percentiles 5 and 95) of the prediction.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue