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

Man Page: pdl::linear

Operating Environment: suse

Section: 3

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

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.12.1 2009-10-17 Linear(3)
Related Man Pages
pptemplate(1) - suse
pdl(3) - suse
pdl::exporter(3) - suse
pdl::linpred(3) - suse
graphics::primitive::paint::gradient::linear(3pm) - debian
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Getting command output to putty window title.
Grant unprivileged user rights to see the output of echo|format but not modify disks
A (ksh) Library For and From UNIX.com