Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Stats: Testing whether data is normally (Gaussian) distributed

by lin0 (Curate)
on Apr 27, 2007 at 20:11 UTC ( [id://612446]=note: print w/replies, xml ) Need Help??


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
  • Comment on Re: Stats: Testing whether data is normally (Gaussian) distributed

Replies are listed 'Best First'.
Re^2: Stats: Testing whether data is normally (Gaussian) distributed
by DrHyde (Prior) on May 01, 2007 at 09:23 UTC
    Currently the ChiSquare module assumes that the data you're testing is meant to be evenly distributed. I've wanted to make that configurable for a long time, so if anyone can come up with a nice way of doing it, I would be delighted to apply your patch.

    I also need to hack on it to support more degrees of freedom.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://612446]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (2)
As of 2024-04-26 00:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found