tlcconsult has asked for the wisdom of the Perl Monks concerning the following question:

I've been looking for a Perl module that does Holt-Winters Exponential Smoothing. Does anyone know of such a module or has anyone written anything that does this type of forecasting?

Replies are listed 'Best First'.
Re: Holt-Winters Exponential Smoothing
by Limbic~Region (Chancellor) on Mar 06, 2009 at 18:03 UTC
    tlcconsult,
    I found that searching CPAN for "smoothing" turned up a number of results but that adding "winters" for instance turned up 0. Perhaps that means that none of them implement the specific algorithm you want but you might want to double check as CPAN search is far from perfect.

    I did do a google code search and it implies that rrdtool has what you want (I didn't verify) or alternatively you could use the perl bindings to R and run it there.

    Cheers - L~R

Re: Holt-Winters Exponential Smoothing
by kennethk (Abbot) on Mar 06, 2009 at 17:55 UTC