npstat is hosted by Hepforge, IPPP Durham
NPStat  5.10.0
LocalMultiFilter1D.hh File Reference

Local polynomial filtering (regression) on 1-d equidistant grids. More...

#include <cassert>
#include <stdexcept>
#include "geners/CPP11_auto_ptr.hh"
#include "geners/ClassId.hh"
#include "npstat/nm/Matrix.hh"
#include "npstat/stat/AbsFilter1DBuilder.hh"
#include "npstat/stat/BoundaryHandling.hh"
#include "npstat/stat/LocalMultiFilter1D.icc"

Go to the source code of this file.

Classes

class  npstat::LocalMultiFilter1D
 

Namespaces

 npstat
 

Functions

CPP11_auto_ptr< LocalMultiFilter1D > npstat::symbetaMultiFilter1D (int m, double bandwidth, unsigned maxDegree, unsigned numberOfGridPoints, double xmin, double xmax, const BoundaryHandling &boundaryMethod, const unsigned char *exclusionMask=0, bool excludeCentralPoint=false)
 

Detailed Description

Local polynomial filtering (regression) on 1-d equidistant grids.

Generates a collection of filters. Each filter in this collection corresponds to a polynomial of a certain degree from the orthogonal polynomial set, with degrees varying from 0 to the specified maximum. Intended mainly for numerical exploration of such filters.

Author: I. Volobouev

April 2015