Fixed a bug

master
pbrod 8 years ago
parent 499a400490
commit 460ae6f819

@ -1527,7 +1527,7 @@ class FitDistribution(rv_frozen):
'P-value is on the conservative side (i.e. too large) due to' + 'P-value is on the conservative side (i.e. too large) due to' +
' ties in the data!') ' ties in the data!')
T = self.dist.nlogps(theta, x) T = self._nlogps(theta, x)
n = len(x) n = len(x)
np1 = n + 1 np1 = n + 1

Loading…
Cancel
Save