The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
    README for PDL::HMM

ABSTRACT
    PDL::HMM - PDL Hidden Markov Model utilities

REQUIREMENTS
    *   PDL

        Tested version(s) 2.4.2, 2.4.3, 2.4.7_001.

DESCRIPTION
    PDL::HMM provides some efficient PDL utilties for state-emitting Hidden
    Markov Models.

BUILDING
    Build this module as you would any perl module, by doing something akin
    to the following:

     gzip -dc distname-XX.YY.tar.gz | tar -xof -
     cd distname-XX.YY/
     perl Makefile.PL
     make
     make test                                     # optional
     make install

    See perlmodinstall(1) for details.

AUTHOR
    Bryan Jurish <moocow@cpan.org>

COPYRIGHT
    Copyright (c) 2005-2011 by Bryan Jurish. All rights reserved.

    This package is free software, and entirely without warranty. You may
    redistribute it and/or modify it under the same terms as Perl itself.