Subject: | issue with LaguerreFilter |
Date: | Sat, 6 Feb 2016 18:44:06 -0500 |
To: | "bug-stockmonkey [...] rt.cpan.org" <bug-stockmonkey [...] rt.cpan.org> |
From: | alexandre 514 <alexandrea514 [...] hotmail.com> |
Hi Paul,
I was using your module 1 year ago (Dec.2014) and it was working fine.
Today, I wanted to run my Perl program and I got an error without changing any line of code on LaguerreFilter module.
I used the example provided and I got the same message on the variable declaration:
my $avg = new Math::Business::LaguerreFilter;
$avg->set_days(9);
$avg->set_alpha(0.2); # same (roughly)I looked at your ATR module and I was able to make it works:
my $lag = new Math::Business::LaguerreFilter(0.2,9);
I would appreciate having the old declaration / initialization for passing value from other functions.
Thanks
Alex