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


in reply to Stats: Testing whether data is normally (Gaussian) distributed

Hi andye

I do not know any CPAN module that implements a normality test. However, if you decided to write your own, you could try implementing the Person's Chi square test. One way of implementing this test could be by combining the Statistics::ChiSquare module with the Statistics::Distributions module.

Good luck!

lin0