last changes for mrd stability

This commit is contained in:
Max Zwiessele 2013-05-08 16:47:56 +01:00
parent f39afb9ea5
commit 18117bba81
4 changed files with 8 additions and 7 deletions

View file

@ -16,6 +16,7 @@ class likelihood:
self.is_heteroscedastic : enables significant computational savings in GP
self.precision : a scalar or vector representation of the effective target precision
self.YYT : (optional) = np.dot(self.Y, self.Y.T) enables computational savings for D>N
self.V : self.precision * self.Y
"""
def __init__(self,data):
raise ValueError, "this class is not to be instantiated"