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

Multivariate density estimation in the regression context. More...

#include <vector>
#include <string>
#include <stdexcept>
#include "geners/CPP11_auto_ptr.hh"
#include "npstat/stat/GridInterpolatedDistribution.hh"
#include "npstat/stat/AbsCompositeDistroBuilder.hh"
#include "npstat/stat/buildInterpolatedCompositeDistroND.icc"

Go to the source code of this file.

Namespaces

 npstat
 

Functions

template<class Point >
CPP11_auto_ptr< GridInterpolatedDistribution > npstat::buildInterpolatedCompositeDistroND (const std::vector< Point > &data, const unsigned *dimPredictors, unsigned nPredictors, const std::string *predictorNames, const unsigned *predictorNumBins, int predictorSymbetaPower, double effectiveEventsPerBin, bool stretchPredKernels, const unsigned *dimResponses, unsigned nResponseVars, const AbsCompositeDistroBuilder< Point > &builder, bool interpolateCopulas, unsigned reportFrequency=0)
 

Detailed Description

Multivariate density estimation in the regression context.

Author: I. Volobouev

June 2015