Itatsumaki has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I would like to do some correlation analysis in perl. Basically, that just takes a pair of arrays and gives a measure of their "similarity" on a scale -1 to 1.
I found the Math::NumberCruncher module that does exactly this. All seemed good and well. When I use Math::NumberCruncher; I got this:
C:\dev>perl -w -mMath::NumberCruncher Can't locate object method "copy" via package "Math::BigFloat" (perhap +s you forgot to load "Math::BigFloat"?) at C:/Perl/site/lib/Math/Numb +erCruncher.pm line 33. Compilation failed in require. BEGIN failed--compilation aborted.
Now I'm at a bit of a loss on how to debug this. I have perl/site/lib/Math/BigFloat.pm on my machine. Any suggestions where to look would be very welcome!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Method not found in package?
by Fletch (Bishop) on Apr 30, 2003 at 21:13 UTC | |
|
Re: Method not found in package?
by Jenda (Abbot) on Apr 30, 2003 at 20:37 UTC | |
by Itatsumaki (Friar) on May 01, 2003 at 14:15 UTC | |
|
Re: Method not found in package?
by bobdeath (Scribe) on Apr 30, 2003 at 16:50 UTC | |
by Itatsumaki (Friar) on Apr 30, 2003 at 18:43 UTC |