# HG changeset patch # User Nicolas Saunier # Date 1297388056 18000 # Node ID 46ec876ce90e6c1c3a79f13a7f5e61f384d6486c # Parent d3e1a7cf337515aeed544885f6411d5a067e5c06 changed name (same as in a library) diff -r d3e1a7cf3375 -r 46ec876ce90e python/utils.py --- a/python/utils.py Fri Jan 21 18:27:55 2011 -0500 +++ b/python/utils.py Thu Feb 10 20:34:16 2011 -0500 @@ -23,7 +23,7 @@ result += ((e-o)*(e-o))/e return result -class histogram: +class empiricalDistribution: '''Class to represent a sample of a distribution for a continuous random variable with the number of observations for each interval''' def __init__(self, categories, counts):