We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
np.float
1 parent b395184 commit ffb765cCopy full SHA for ffb765c
quantecon/ecdf.py
@@ -51,4 +51,4 @@ def __call__(self, x):
51
def f(a):
52
return np.mean(self.observations <= a)
53
vf = np.frompyfunc(f, 1, 1)
54
- return vf(x)
+ return vf(x).astype(np.float)
0 commit comments