![]() |
ROOT
6.06/09
Reference Guide
|
#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_t > | fWeights |
| const std::vector<Double_t>& GetAdaptiveWeights | ( | ) | const |
| Double_t GetFixedWeight | ( | ) | const |
| std::vector<Double_t> fWeights |
Definition at line 52 of file TKDE.cxx.
Referenced by ClassImp(), and ComputeAdaptiveWeights().