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

Utilities for calculating distances between two discretized functions. More...

#include "npstat/nm/discretizedDistance.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<typename Numeric >
double npstat::discretizedL1 (const Numeric *a1, unsigned long length1, const Numeric *a2, unsigned long length2, double cellSize, bool normalizeAsDensity=false)
 
template<typename Numeric >
double npstat::discretizedL2 (const Numeric *a1, unsigned long length1, const Numeric *a2, unsigned long length2, double cellSize, bool normalizeAsDensity=false)
 

Detailed Description

Utilities for calculating distances between two discretized functions.

Author: I. Volobouev

February 2014