DescriptiveStatistic objects were introduced at some initial point in order to store only a given number of data points. However, what we want is not to store a given number of points, but rather all points occurring on a certain (simulation) time window, thus there is no reason to use DescriptiveStatistics (only the mean was used so far in terms of statistic functionality). This change should also remove the MeanAboveMedian utilities class and bring that functionality into the CreditSupply collectors class.
DescriptiveStatistic objects were introduced at some initial point in order to store only a given number of data points. However, what we want is not to store a given number of points, but rather all points occurring on a certain (simulation) time window, thus there is no reason to use DescriptiveStatistics (only the mean was used so far in terms of statistic functionality). This change should also remove the MeanAboveMedian utilities class and bring that functionality into the CreditSupply collectors class.