pdl::linear(3pm) debian man page | unix.com

Man Page: pdl::linear

Operating Environment: debian

Section: 3pm

Linear(3pm)						User Contributed Perl Documentation					       Linear(3pm)

NAME
PDL::Filter::Linear - linear filtering for PDL
SYNOPSIS
$a = new PDL::Filter::Linear( {Weights => $v, Point => 10}); $b = new PDL::Filter::Gaussian(15,2); # 15 points, 2 std devn. ($pred,$corrslic) = $a->predict($dat);
DESCRIPTION
A wrapper for generic linear filters. Just for convenience. This should in the future use DataPresenter. Also, this class should at some point learn to do FFT whenever it is useful. perl v5.14.2 2011-03-30 Linear(3pm)
Related Man Pages
pdl::exporter(3) - redhat
pdl(3) - suse
pdl::modules(1p) - debian
pdl::graphics::trid::vrml(3pm) - debian
pdl::perldl2::perldl2(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
Detecting unused variables...
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com