mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
Link functions defined
This commit is contained in:
parent
95d5bcc1b9
commit
775ec15543
4 changed files with 156 additions and 64 deletions
|
|
@ -20,6 +20,7 @@ class EP(likelihood):
|
|||
self.N, self.D = self.data.shape
|
||||
self.is_heteroscedastic = True
|
||||
self.Nparams = 0
|
||||
self._transf_data = self.likelihood_function._preprocess_values(data)
|
||||
|
||||
#Initial values - Likelihood approximation parameters:
|
||||
#p(y|f) = t(f|tau_tilde,v_tilde)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue