|
|
| Don't ask to ask, just ask | |
| PerlMonks |
Re: strange collision when calculating p-values using Statistics::TTestby zentara (Archbishop) |
| on Jun 23, 2012 at 18:35 UTC ( #977999=note: print w/ replies, xml ) | Need Help?? |
|
Aside from the possibility that there is a bug in the Statistics::TTest module, my first observation would be that Statistics::TTest leaves behind some leftover junk possibly by using globals within the module. There is a faq for this, read perldoc -q clear where MJD shows how to clear out all temporary package variables. Usually a module's author will typically stick to using an array or hash for storage in the module. MJD's scrubber gets them all, but you may only need something like this at the end of your loop, to undef your temp arrays.
I'm not really a human, but I play one on earth. Old Perl Programmer Haiku ................... flash japh
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||