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

Local quantile regression with single predictor for weighted points. More...

#include <vector>
#include "npstat/nm/Triple.hh"
#include "npstat/interfaces/weightedLocalQuantileRegression1D.icc"

Go to the source code of this file.

Namespaces

 npsi
 

Functions

template<class Numeric1 , class Numeric2 >
void npsi::weightedLocalQuantileRegression1D (std::vector< npstat::Triple< Numeric1, Numeric1, double > > inputPoints, double symbetaPower, double bandwidthInCDFSpace, unsigned polyDegree, double cdfValue, double xmin, double xmax, Numeric2 *result, unsigned nResultPoints, bool verbose=false)
 

Detailed Description

Local quantile regression with single predictor for weighted points.

Authors: C. Cowden, I. Volobouev

June 2013