Make some general changes to stats package where things either could have been better...
authorLisa Hsu <hsul@eecs.umich.edu>
Fri, 31 Oct 2003 00:18:53 +0000 (19:18 -0500)
committerLisa Hsu <hsul@eecs.umich.edu>
Fri, 31 Oct 2003 00:18:53 +0000 (19:18 -0500)
commit2c451a0ad4df2301fdb13f9adf7754693b56d533
treebfb177d67fbadb5d216e4a887c28c8fa4178be4c
parent16e0a941c5fec115d214f76bf7a5991ddc45e457
Make some general changes to stats package where things either could have been better or were just plain wrong.

statistics.hh:
fix a bug in binning that made bins a fixed size no matter what.  add GenBin class that is public but not templatized.
statistics.cc:
change map to statMap so others can use the map<> token without needing ::.  also, add a level of GenBin that is public base class for StatBin<>.

base/statistics.cc:
    change map to statMap so others can use the map<> token without needing ::.  also, add a level of GenBin that is public base class for StatBin<>.
base/statistics.hh:
    fix a bug in binning that made bins a fixed size no matter what.  add GenBin class that is public but not templatized.

--HG--
extra : convert_revision : 6976a891e414c9515cc5a613157f7cb86ef89008
base/statistics.cc
base/statistics.hh