Public Member Functions | |
TKernel (Double_t weight, TKDE *kde) | |
void | ComputeAdaptiveWeights () |
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 |
Private Attributes | |
TKDE * | fKDE |
UInt_t | fNWeights |
Number of kernel weights (bandwidth as vectorized for binning) More... | |
std::vector< Double_t > | fWeights |
Kernel weights (bandwidth) More... | |
#include <TKDE.h>
const std::vector< Double_t > & TKDE::TKernel::GetAdaptiveWeights | ( | ) | const |
|
private |
|
private |