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(3) - suse
graphics::primitive::paint::gradient::linear(3pm) - debian
pdl::linpred(3pm) - debian
pdl::perldl2::perldl2(3pm) - debian
pdl::pptemplate(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
One instance of comparing grep and awk
Find columns in a file based on header and print to new file