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

Build copula histograms out of sets of weighted points. More...

#include <vector>
#include <utility>
#include "npstat/stat/HistoND.hh"
#include "npstat/stat/weightedCopulaHisto.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<class Point , class Histo >
double npstat::weightedCopulaHisto (const std::vector< std::pair< const Point *, double > > &data, const unsigned *dimsToUse, const unsigned nDimsToUse, Histo *result, bool useFillC=false)
 
template<class Point , class Histo >
double npstat::weightedCopulaHisto_2 (const std::vector< Point > &data, const std::vector< double > &weights, const unsigned *dimsToUse, const unsigned nDimsToUse, Histo *result, bool useFillC=false)
 

Detailed Description

Build copula histograms out of sets of weighted points.

Author: I. Volobouev

June 2015