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

Calculates densities of the kind f(y) = Int K(x, y) f(x) dx, where f(x) can also be an empirical density (collection of points) More...

#include <vector>
#include <utility>
#include "npstat/nm/SimpleFunctors.hh"
#include "npstat/nm/ConvolutionDensity1D.icc"

Go to the source code of this file.

Classes

class  npstat::ConvolutionDensity1D< Kernel >
 
class  npstat::ConvolutionVarianceFunctorHlp< Kernel >
 
class  npstat::ConvolutionCovarianceFunctorHlp< Kernel >
 

Namespaces

 npstat
 

Functions

template<class Kernel >
ConvolutionVarianceFunctorHlp< Kernel > npstat::ConvolutionVarianceFunctor (const ConvolutionDensity1D< Kernel > &conv, const long double sampleSize)
 
template<class Kernel >
ConvolutionCovarianceFunctorHlp< Kernel > npstat::ConvolutionCovarianceFunctor (const ConvolutionDensity1D< Kernel > &conv, const long double sampleSize)
 

Detailed Description

Calculates densities of the kind f(y) = Int K(x, y) f(x) dx, where f(x) can also be an empirical density (collection of points)

Author: I. Volobouev

December 2022