Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
KDEKernel.cxx File Reference
#include "TH1.h"
#include "TH1F.h"
#include "TF1.h"
#include "TMath.h"
#include "TMVA/KDEKernel.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/Types.h"
Include dependency graph for KDEKernel.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 

Functions

Double_t GaussIntegral (Double_t *x, Double_t *par)
 when using Gaussian as Kernel function this is faster way to calculate the integrals
 

Function Documentation

◆ GaussIntegral()

Double_t GaussIntegral ( Double_t x,
Double_t par 
)

when using Gaussian as Kernel function this is faster way to calculate the integrals

Definition at line 88 of file KDEKernel.cxx.