ROOT  6.06/09
Reference Guide
Functions | Variables
TKDE.cxx File Reference
#include <functional>
#include <algorithm>
#include <numeric>
#include <limits>
#include <cassert>
#include "Math/Error.h"
#include "TMath.h"
#include "Math/Functor.h"
#include "Math/Integrator.h"
#include "Math/QuantFuncMathCore.h"
#include "Math/RichardsonDerivator.h"
#include "TGraphErrors.h"
#include "TF1.h"
#include "TH1.h"
#include "TCanvas.h"
#include "TKDE.h"
+ Include dependency graph for TKDE.cxx:

Go to the source code of this file.

Functions

 TKernel (Double_t weight, TKDE *kde)
 
void ComputeAdaptiveWeights ()
 
Double_t operator() (Double_t x) const
 
Double_t GetWeight (Double_t x) const
 
Double_t GetFixedWeight () const
 
const std::vector< Double_t > & GetAdaptiveWeights () const
 

Variables

ClassImp(TKDE) class TKDE UInt_t fNWeights
 
std::vector< Double_tfWeights
 

Function Documentation

void TKDE::TKernel::ComputeAdaptiveWeights ( )

Definition at line 700 of file TKDE.cxx.

const std::vector<Double_t>& GetAdaptiveWeights ( ) const
Double_t GetFixedWeight ( ) const
Double_t GetWeight ( Double_t  x) const
Double_t operator() ( Double_t  x) const
TKernel ( Double_t  weight,
TKDE kde 
)

Variable Documentation

ClassImp (TKDE) class TKDE UInt_t fNWeights

Definition at line 47 of file TKDE.cxx.

std::vector<Double_t> fWeights

Definition at line 52 of file TKDE.cxx.

Referenced by ClassImp(), and ComputeAdaptiveWeights().