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

Brute-force non-discretized KDE in 1-d. No boundary correction. More...

#include <cmath>
#include <stdexcept>
#include "npstat/stat/AbsDistribution1D.hh"
#include "npstat/nm/SimpleFunctors.hh"
#include "npstat/stat/AbsKDE1DKernel.icc"

Go to the source code of this file.

Classes

class  npstat::AbsKDE1DKernel
 
class  npstat::AbsKDE1DKernel::MomentFcn
 
class  npstat::AbsKDE1DKernel::SquareFcn
 
class  npstat::KDE1DDensityKernel
 
class  npstat::KDE1DFunctorHelper< Numeric >
 
class  npstat::KDE1DFunctor2
 

Namespaces

 npstat
 

Functions

template<typename Numeric >
KDE1DFunctorHelper< Numeric > npstat::KDE1DFunctor (const AbsKDE1DKernel &kernel, const double bandwidth, const Numeric *coords, const unsigned long nCoords, const bool coordinatesSorted=false, const bool useReverseKde=false)
 

Detailed Description

Brute-force non-discretized KDE in 1-d. No boundary correction.

Author: I. Volobouev

November 2018