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

Simple driver function for 1-d density estimation by LOrPE. More...

#include "npstat/stat/HistoND.hh"
#include "npstat/stat/BoundaryHandling.hh"
#include "npstat/stat/lorpeSmooth1D.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Numeric , typename NumOut >
double npstat::weightedLorpeSmooth1D (const HistoND< Numeric > &histo, double effectiveSampleSize, int m, double maxDegree, NumOut *result, unsigned lenResult, const BoundaryHandling &bm, double bandwidthFactor=1.0)
 
template<typename Numeric , typename NumOut >
double npstat::lorpeSmooth1D (const HistoND< Numeric > &histo, int m, double maxDegree, NumOut *result, unsigned lenResult, const BoundaryHandling &bm, double bandwidthFactor=1.0)
 

Detailed Description

Simple driver function for 1-d density estimation by LOrPE.

Author: I. Volobouev

March 2013