This new version (2.5) of Statistics::Descriptive contains: - frequency_distribution was modified so that specific bins could be defined. Also, caching was fixed so that it works. - Lots of changes to the test suite to enhance coverage. - Caching was removed from least_squares_fit since it didn't make sense. - Added user survey to distribution. List of methods by class: Statistics::Descriptive::Sparse ---------------------------------- add_data count mean sum variance pseudo_variance min max mindex maxdex standard_deviation sample_range Statistics::Descriptive::Full ---------------------------------- All methods above and: get_data sort_data presorted percentile median trimmed_mean harmonic_mean mode geometric_mean frequency_distribution least_squares_fit ckuskie@cpan.org