debian man page for pdl::linear

Query: pdl::linear

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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::linpred(3) - redhat
graphics::primitive::paint::gradient::linear(3pm) - debian
pdl::exporter(3pm) - debian
pdl::graphics::trid::vrml(3pm) - debian
padre::plugin::pdl(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
Weird 'find' results