So many changes

This commit is contained in:
Ricardo Andrade 2013-02-01 13:17:17 +00:00
parent de53917039
commit 182c4c7d64
7 changed files with 118 additions and 139 deletions

View file

@ -39,7 +39,7 @@ class Gaussian:
_95pc = mean + 2.*np.sqrt(var)
return mean, _5pc, _95pc
def fit(self):
def fit_full(self):
"""
No approximations needed
"""