1Linear(3)             User Contributed Perl Documentation            Linear(3)
2
3
4

NAME

6       PDL::Filter::Linear - linear filtering for PDL
7

SYNOPSIS

9               $x = new PDL::Filter::Linear(
10                       {Weights => $v,
11                        Point => 10});
12
13               $y = new PDL::Filter::Gaussian(15,2); # 15 points, 2 std devn.
14
15               ($pred,$corrslic) = $x->predict($dat);
16

DESCRIPTION

18       A wrapper for generic linear filters.  Just for convenience. This
19       should in the future use DataPresenter.
20
21       Also, this class should at some point learn to do FFT whenever it is
22       useful.
23
24
25
26perl v5.32.0                      2020-09-17                         Linear(3)
Impressum