SPELLAFSDIUN

This commit is contained in:
Max Zwiessele 2013-10-31 17:47:07 +00:00
parent a889b0b7b5
commit 490755130a
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ from ep import EP
from ep_mixed_noise import EP_Mixed_Noise
from gaussian import Gaussian
from gaussian_mixed_noise import Gaussian_Mixed_Noise
import noise_models
from noise_model_constructors import *
# TODO: from Laplace import Laplace

View file

@ -105,7 +105,7 @@ class Log_ex_1(GPTransformation):
return aux*(1.-aux)
class Reciprocal(GPTransformation):
def transf(sefl,f):
def transf(self,f):
return 1./f
def dtransf_df(self,f):