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

Local least squares fit of a quadratic polynomial to a set of irregularly positioned points. More...

#include <cassert>
#include <climits>
#include <stdexcept>
#include <vector>
#include "npstat/nm/Matrix.hh"
#include "npstat/stat/AbsDistributionND.hh"
#include "npstat/stat/LocalQuadraticLeastSquaresND.icc"

Go to the source code of this file.

Classes

class  npstat::LocalQuadraticLeastSquaresND< Point, Numeric >
 

Namespaces

 npstat
 

Detailed Description

Local least squares fit of a quadratic polynomial to a set of irregularly positioned points.

This code can properly take into account response uncertainties. The code is very general but it is rather slow in comparison with grid-based filters. Internal calculations are performed in double precision.

Author: I. Volobouev

October 2010