10 #ifndef __KERNELTWOSAMPLETESTSTATISTIC_H_
11 #define __KERNELTWOSAMPLETESTSTATISTIC_H_
103 bool multiple_kernels)=0;
108 virtual const char*
get_name()
const=0;
virtual float64_t compute_statistic()=0
CKernelTwoSampleTestStatistic()
virtual SGVector< float64_t > bootstrap_null()
virtual void set_kernel(CKernel *kernel)
virtual const char * get_name() const =0
virtual ~CKernelTwoSampleTestStatistic()
Provides an interface for performing statistical tests on two sets of samples from two distributions...
Two sample test base class. Provides an interface for performing a two-sample test, i.e. Given samples from two distributions and , the null-hypothesis is: , the alternative hypothesis: .
The class Features is the base class of all feature objects.
virtual CKernel * get_kernel()