rkawsar / ambhas

Automatically exported from code.google.com/p/ambhas
GNU Lesser General Public License v2.1
3 stars 1 forks source link

module 'statistics' has no attribute 'cpdf' #4

Open ElainLoy opened 7 years ago

ElainLoy commented 7 years ago

In copula.py, there are some issues.

import statistics as st x2, x1 = st.cpdf(self.X, kernel = 'Epanechnikov', n = 100) ERROR: 'module' object has no attribute 'cpdf'

which version of the 'statistics' python library is used? why i can't find the 'cpdf' function in this 'statistics' module?

LSRathore commented 4 years ago

Were you able to resolve the issue? I am also getting the same.