changeset 75:46ec876ce90e

changed name (same as in a library)
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 10 Feb 2011 20:34:16 -0500
parents d3e1a7cf3375
children 64fde2b1f96d
files python/utils.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):