ROOT
6.06/09
Reference Guide
|
Kernel Density Estimation class.
The three main references are:
The algorithm is briefly described in (4). A binned version is also implemented to address the performance issue due to its data size dependance.
Public Types | |
enum | EKernelType { kGaussian, kEpanechnikov, kBiweight, kCosineArch, kUserDefined, kTotalKernels } |
enum | EIteration { kAdaptive, kFixed } |
enum | EMirror { kNoMirror, kMirrorLeft, kMirrorRight, kMirrorBoth, kMirrorAsymLeft, kMirrorAsymLeftRight, kMirrorAsymRight, kMirrorLeftAsymRight, kMirrorAsymBoth } |
enum | EBinning { kUnbinned, kRelaxedBinning, kForcedBinning } |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Public Member Functions | |
TKDE (UInt_t events=0, const Double_t *data=0, Double_t xMin=0.0, Double_t xMax=0.0, const Option_t *option="KernelType:Gaussian;Iteration:Adaptive;Mirror:noMirror;Binning:RelaxedBinning", Double_t rho=1.0) | |
TKDE (UInt_t events, const Double_t *data, const Double_t *dataWeight, Double_t xMin=0.0, Double_t xMax=0.0, const Option_t *option="KernelType:Gaussian;Iteration:Adaptive;Mirror:noMirror;Binning:RelaxedBinning", Double_t rho=1.0) | |
template<class KernelFunction > | |
TKDE (const Char_t *, const KernelFunction &kernfunc, UInt_t events, const Double_t *data, Double_t xMin=0.0, Double_t xMax=0.0, const Option_t *option="KernelType:UserDefined;Iteration:Adaptive;Mirror:noMirror;Binning:RelaxedBinning", Double_t rho=1.0) | |
template<class KernelFunction > | |
TKDE (const Char_t *, const KernelFunction &kernfunc, UInt_t events, const Double_t *data, const Double_t *dataWeight, Double_t xMin=0.0, Double_t xMax=0.0, const Option_t *option="KernelType:UserDefined;Iteration:Adaptive;Mirror:noMirror;Binning:RelaxedBinning", Double_t rho=1.0) | |
virtual | ~TKDE () |
void | Fill (Double_t data) |
void | Fill (Double_t data, Double_t weight) |
void | SetKernelType (EKernelType kern) |
void | SetIteration (EIteration iter) |
void | SetMirror (EMirror mir) |
void | SetBinning (EBinning) |
void | SetNBins (UInt_t nbins) |
void | SetUseBinsNEvents (UInt_t nEvents) |
void | SetTuneFactor (Double_t rho) |
void | SetRange (Double_t xMin, Double_t xMax) |
virtual void | Draw (const Option_t *option="") |
Double_t | operator() (Double_t x) const |
Double_t | operator() (const Double_t *x, const Double_t *p=0) const |
Double_t | GetValue (Double_t x) const |
Double_t | GetError (Double_t x) const |
Double_t | GetBias (Double_t x) const |
Double_t | GetMean () const |
Double_t | GetSigma () const |
Double_t | GetRAMISE () const |
Double_t | GetFixedWeight () const |
TF1 * | GetFunction (UInt_t npx=100, Double_t xMin=1.0, Double_t xMax=0.0) |
TF1 * | GetUpperFunction (Double_t confidenceLevel=0.95, UInt_t npx=100, Double_t xMin=1.0, Double_t xMax=0.0) |
TF1 * | GetLowerFunction (Double_t confidenceLevel=0.95, UInt_t npx=100, Double_t xMin=1.0, Double_t xMax=0.0) |
TF1 * | GetApproximateBias (UInt_t npx=100, Double_t xMin=1.0, Double_t xMax=0.0) |
TGraphErrors * | GetGraphWithErrors (UInt_t npx=100, Double_t xMin=1.0, Double_t xMax=0.0) |
TF1 * | GetDrawnFunction () |
TF1 * | GetDrawnUpperFunction () |
TF1 * | GetDrawnLowerFunction () |
TGraphErrors * | GetDrawnGraph () |
const Double_t * | GetAdaptiveWeights () const |
Public Member Functions inherited from TNamed | |
TNamed () | |
TNamed (const char *name, const char *title) | |
TNamed (const TString &name, const TString &title) | |
TNamed (const TNamed &named) | |
TNamed & | operator= (const TNamed &rhs) |
TNamed assignment operator. More... | |
virtual | ~TNamed () |
virtual void | Clear (Option_t *option="") |
Set name and title to empty strings (""). More... | |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare two TNamed objects. More... | |
virtual void | Copy (TObject &named) const |
Copy this to obj. More... | |
virtual void | FillBuffer (char *&buffer) |
Encode TNamed into output buffer. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | IsSortable () const |
virtual void | SetName (const char *name) |
Change (i.e. More... | |
virtual void | SetNameTitle (const char *name, const char *title) |
Change (i.e. set) all the TNamed parameters (name and title). More... | |
virtual void | SetTitle (const char *title="") |
Change (i.e. set) the title of the TNamed. More... | |
virtual void | ls (Option_t *option="") const |
List TNamed name and title. More... | |
virtual void | Print (Option_t *option="") const |
Print TNamed name and title. More... | |
virtual Int_t | Sizeof () const |
Return size of the TNamed part of the TObject. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Private Types | |
typedef ROOT::Math::IBaseFunctionOneDim * | KernelFunction_Ptr |
Private Attributes | |
KernelFunction_Ptr | fKernelFunction |
TKernel * | fKernel |
std::vector< Double_t > | fData |
std::vector< Double_t > | fEvents |
std::vector< Double_t > | fEventWeights |
TF1 * | fPDF |
TF1 * | fUpperPDF |
TF1 * | fLowerPDF |
TF1 * | fApproximateBias |
TGraphErrors * | fGraph |
EKernelType | fKernelType |
EIteration | fIteration |
EMirror | fMirror |
EBinning | fBinning |
Bool_t | fUseMirroring |
Bool_t | fMirrorLeft |
Bool_t | fMirrorRight |
Bool_t | fAsymLeft |
Bool_t | fAsymRight |
Bool_t | fUseBins |
Bool_t | fNewData |
Bool_t | fUseMinMaxFromData |
UInt_t | fNBins |
UInt_t | fNEvents |
Double_t | fSumOfCounts |
UInt_t | fUseBinsNEvents |
Double_t | fMean |
Double_t | fSigma |
Double_t | fSigmaRob |
Double_t | fXMin |
Double_t | fXMax |
Double_t | fRho |
Double_t | fAdaptiveBandwidthFactor |
Double_t | fWeightSize |
std::vector< Double_t > | fCanonicalBandwidths |
std::vector< Double_t > | fKernelSigmas2 |
std::vector< Double_t > | fBinCount |
std::vector< Bool_t > | fSettedOptions |
Friends | |
class | TKernel |
struct | KernelIntegrand |
Additional Inherited Members | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Protected Attributes inherited from TNamed | |
TString | fName |
TString | fTitle |
#include <TKDE.h>
|
private |
enum TKDE::EBinning |
enum TKDE::EIteration |
enum TKDE::EKernelType |
enum TKDE::EMirror |
|
inline |
|
inline |
|
private |
Definition at line 214 of file TKDE.h.
Referenced by GetKDEApproximateBias().
|
private |
Definition at line 290 of file TKDE.cxx.
Referenced by SetOptions().
Definition at line 204 of file TKDE.h.
Referenced by SetKernelFunction().
|
private |
Definition at line 996 of file TKDE.cxx.
Referenced by SetKernelFunction().
Definition at line 306 of file TKDE.cxx.
Referenced by Instantiate(), SetBinning(), SetIteration(), SetKernelType(), SetMirror(), and SetTuneFactor().
|
private |
Definition at line 1056 of file TKDE.cxx.
Referenced by InitFromNewData(), and SetData().
|
private |
Definition at line 1047 of file TKDE.cxx.
Referenced by CheckKernelValidity().
|
private |
Definition at line 1020 of file TKDE.cxx.
Referenced by GetError(), and SetUserCanonicalBandwidth().
|
private |
Definition at line 1038 of file TKDE.cxx.
Referenced by CheckKernelValidity().
|
private |
Definition at line 1029 of file TKDE.cxx.
Referenced by CheckKernelValidity(), SetUserCanonicalBandwidth(), and SetUserKernelSigma2().
|
private |
Definition at line 1085 of file TKDE.cxx.
Referenced by ComputeDataStats().
Definition at line 208 of file TKDE.h.
Referenced by SetKernelFunction().
Definition at line 201 of file TKDE.h.
Referenced by SetKernelFunction().
Definition at line 196 of file TKDE.h.
Referenced by SetKernelFunction().
Definition at line 978 of file TKDE.cxx.
Referenced by ApproximateBias().
|
inline |
Definition at line 987 of file TKDE.cxx.
Referenced by GetGraphWithErrors(), LowerConfidenceInterval(), and UpperConfidenceInterval().
TGraphErrors * TKDE::GetGraphWithErrors | ( | UInt_t | npx = 100 , |
Double_t | xMin = 1.0 , |
||
Double_t | xMax = 0.0 |
||
) |
Definition at line 835 of file TKDE.cxx.
Referenced by DrawErrors().
|
private |
Definition at line 1164 of file TKDE.cxx.
Referenced by GetApproximateBias().
Definition at line 1125 of file TKDE.cxx.
Referenced by Draw(), DrawConfidenceInterval(), and GetFunction().
|
private |
Definition at line 223 of file TKDE.cxx.
Referenced by SetOptions().
|
private |
Definition at line 1151 of file TKDE.cxx.
Referenced by DrawConfidenceInterval(), and GetLowerFunction().
|
private |
Definition at line 1138 of file TKDE.cxx.
Referenced by DrawConfidenceInterval(), and GetUpperFunction().
Definition at line 944 of file TKDE.cxx.
Referenced by SetBinCountData().
Definition at line 968 of file TKDE.cxx.
Referenced by GetPDFLowerConfidenceInterval().
Definition at line 730 of file TKDE.cxx.
Referenced by SetData(), SetMirroredEvents(), and SetNBins().
|
private |
Definition at line 739 of file TKDE.cxx.
Referenced by SetData(), SetMirroredEvents(), and SetNBins().
|
private |
Definition at line 600 of file TKDE.cxx.
Referenced by SetKernelFunction().
Definition at line 446 of file TKDE.cxx.
Referenced by Instantiate().
|
private |
void TKDE::SetIteration | ( | EIteration | iter | ) |
|
private |
Definition at line 542 of file TKDE.cxx.
Referenced by InitFromNewData(), SetBinning(), SetIteration(), SetKernelFunction(), SetMirror(), SetNBins(), SetRange(), SetTuneFactor(), and SetUseBinsNEvents().
|
private |
Definition at line 556 of file TKDE.cxx.
Referenced by Instantiate(), and SetKernelType().
|
private |
Definition at line 609 of file TKDE.cxx.
Referenced by SetKernelFunction().
void TKDE::SetKernelType | ( | EKernelType | kern | ) |
|
private |
Definition at line 531 of file TKDE.cxx.
Referenced by ComputeDataStats().
|
private |
Definition at line 437 of file TKDE.cxx.
Referenced by Instantiate(), and SetMirror().
|
private |
Definition at line 500 of file TKDE.cxx.
Referenced by InitFromNewData(), SetData(), and SetMirror().
Definition at line 153 of file TKDE.cxx.
Referenced by Instantiate().
Definition at line 536 of file TKDE.cxx.
Referenced by ComputeDataStats().
|
private |
Definition at line 418 of file TKDE.cxx.
Referenced by Instantiate(), SetBinning(), and SetUseBinsNEvents().
|
private |
Definition at line 1096 of file TKDE.cxx.
Referenced by SetKernelFunction().
|
private |
Definition at line 1101 of file TKDE.cxx.
Referenced by SetKernelFunction().
Definition at line 959 of file TKDE.cxx.
Referenced by GetPDFUpperConfidenceInterval().
|
friend |
Definition at line 190 of file TKDE.h.
Referenced by ComputeKernelIntegral(), ComputeKernelL2Norm(), ComputeKernelMu(), and ComputeKernelSigma2().
|
friend |
Definition at line 143 of file TKDE.h.
Referenced by SetKernel().
|
private |
Definition at line 179 of file TKDE.h.
Referenced by Instantiate().
|
private |
Definition at line 155 of file TKDE.h.
Referenced by Instantiate(), and ~TKDE().
|
private |
Definition at line 163 of file TKDE.h.
Referenced by Instantiate(), and SetMirror().
|
private |
Definition at line 163 of file TKDE.h.
Referenced by Instantiate(), and SetMirror().
|
private |
Definition at line 186 of file TKDE.h.
Referenced by SetBinCountData().
|
private |
Definition at line 161 of file TKDE.h.
Referenced by AssureOptions(), CheckOptions(), GetOptions(), SetBinning(), SetNBins(), and SetUseBins().
|
private |
Definition at line 183 of file TKDE.h.
Referenced by GetRAMISE(), Instantiate(), SetCanonicalBandwidths(), SetKernel(), and SetUserCanonicalBandwidth().
|
private |
Definition at line 148 of file TKDE.h.
Referenced by Fill(), Index(), InitFromNewData(), Instantiate(), SetBinCentreData(), SetData(), SetKernel(), and SetMirroredEvents().
|
private |
Definition at line 149 of file TKDE.h.
Referenced by ComputeDataStats(), ComputeMidspread(), InitFromNewData(), Instantiate(), SetBinCountData(), SetData(), SetMean(), SetMirroredEvents(), and SetSigma().
|
private |
Definition at line 150 of file TKDE.h.
Referenced by ComputeDataStats(), Fill(), SetBinCountData(), SetData(), and SetMirroredEvents().
|
private |
Definition at line 156 of file TKDE.h.
Referenced by DrawErrors(), GetDrawnGraph(), Instantiate(), and ~TKDE().
|
private |
Definition at line 159 of file TKDE.h.
Referenced by AssureOptions(), CheckOptions(), GetAdaptiveWeights(), GetFixedWeight(), GetOptions(), SetIteration(), and SetKernel().
|
private |
Definition at line 146 of file TKDE.h.
Referenced by GetAdaptiveWeights(), GetBias(), GetError(), GetFixedWeight(), Instantiate(), operator()(), SetKernel(), and ~TKDE().
|
private |
Definition at line 141 of file TKDE.h.
Referenced by Instantiate(), SetKernelFunction(), SetKernelType(), and ~TKDE().
|
private |
Definition at line 184 of file TKDE.h.
Referenced by GetBias(), GetRAMISE(), Instantiate(), SetKernelSigmas2(), and SetUserKernelSigma2().
|
private |
Definition at line 158 of file TKDE.h.
Referenced by AssureOptions(), CheckOptions(), GetBias(), GetOptions(), GetRAMISE(), SetKernel(), SetKernelFunction(), SetKernelType(), and ~TKDE().
|
private |
Definition at line 154 of file TKDE.h.
Referenced by DrawConfidenceInterval(), GetDrawnLowerFunction(), Instantiate(), and ~TKDE().
|
private |
Definition at line 173 of file TKDE.h.
Referenced by ComputeDataStats(), GetMean(), Instantiate(), SetMean(), and SetSigma().
|
private |
Definition at line 160 of file TKDE.h.
Referenced by AssureOptions(), CheckOptions(), GetOptions(), and SetMirror().
|
private |
Definition at line 163 of file TKDE.h.
Referenced by Index(), Instantiate(), SetMirror(), and SetMirroredEvents().
|
private |
Definition at line 163 of file TKDE.h.
Referenced by Index(), Instantiate(), SetMirror(), and SetMirroredEvents().
|
private |
Definition at line 168 of file TKDE.h.
Referenced by Instantiate(), SetBinCentreData(), SetBinCountData(), SetData(), SetMirroredEvents(), and SetNBins().
|
private |
Definition at line 169 of file TKDE.h.
Referenced by Fill(), GetError(), GetRAMISE(), InitFromNewData(), Instantiate(), SetBinCountData(), SetData(), SetMirroredEvents(), and SetUseBins().
|
private |
Definition at line 165 of file TKDE.h.
Referenced by Fill(), GetAdaptiveWeights(), GetMean(), GetSigma(), InitFromNewData(), Instantiate(), and operator()().
|
private |
Definition at line 152 of file TKDE.h.
Referenced by Draw(), GetDrawnFunction(), Instantiate(), and ~TKDE().
|
private |
Definition at line 178 of file TKDE.h.
Referenced by CheckOptions(), Instantiate(), SetKernel(), SetOptions(), and SetTuneFactor().
|
private |
Definition at line 188 of file TKDE.h.
Referenced by AssureOptions(), GetOptions(), and Instantiate().
|
private |
Definition at line 174 of file TKDE.h.
Referenced by ComputeDataStats(), GetSigma(), Instantiate(), and SetSigma().
|
private |
Definition at line 175 of file TKDE.h.
Referenced by ComputeDataStats(), GetRAMISE(), SetKernel(), and SetSigma().
|
private |
Definition at line 170 of file TKDE.h.
Referenced by Instantiate(), and SetBinCountData().
|
private |
Definition at line 153 of file TKDE.h.
Referenced by DrawConfidenceInterval(), GetDrawnUpperFunction(), Instantiate(), and ~TKDE().
|
private |
Definition at line 164 of file TKDE.h.
Referenced by Fill(), SetBinCountData(), SetData(), SetMirroredEvents(), and SetUseBins().
|
private |
Definition at line 171 of file TKDE.h.
Referenced by Instantiate(), SetUseBins(), and SetUseBinsNEvents().
|
private |
Definition at line 166 of file TKDE.h.
Referenced by InitFromNewData(), Instantiate(), SetData(), and SetRange().
|
private |
Definition at line 163 of file TKDE.h.
Referenced by Index(), InitFromNewData(), Instantiate(), SetData(), and SetMirror().
|
private |
Definition at line 181 of file TKDE.h.
Referenced by Index(), InitFromNewData(), Instantiate(), SetData(), and SetNBins().
|
private |
Definition at line 177 of file TKDE.h.
Referenced by ComputeDataStats(), GetGraphWithErrors(), GetKDEApproximateBias(), GetKDEFunction(), GetPDFLowerConfidenceInterval(), GetPDFUpperConfidenceInterval(), InitFromNewData(), Instantiate(), SetBinCountData(), SetData(), SetMirroredEvents(), SetNBins(), and SetRange().
|
private |
Definition at line 176 of file TKDE.h.
Referenced by ComputeDataStats(), GetGraphWithErrors(), GetKDEApproximateBias(), GetKDEFunction(), GetPDFLowerConfidenceInterval(), GetPDFUpperConfidenceInterval(), Index(), InitFromNewData(), Instantiate(), SetBinCountData(), SetData(), SetMirroredEvents(), SetNBins(), and SetRange().