http://qs321.pair.com?node_id=591547

zli034 has asked for the wisdom of the Perl Monks concerning the following question:

I have hundred lines of arrays of data. Each array is a sampled representation of a distribution.

I want to calculate standard deviation and mean for data array, then use the standard deviation and mean to perform cluster analysis. The aim is to group similar arrays in to one cluster.

What is a good perl module to do this job? Or you know there are better and faster method to get job done instead calculate mean and standard deviation, please give me some hints.