10 #ifndef __TwoDistributionsTestStatistic_H_ 11 #define __TwoDistributionsTestStatistic_H_ 100 virtual const char*
get_name()
const=0;
virtual float64_t compute_threshold(float64_t alpha)
virtual SGVector< float64_t > bootstrap_null()
CTwoDistributionsTestStatistic()
virtual CFeatures * get_p_and_q()
virtual ~CTwoDistributionsTestStatistic()
Provides an interface for performing statistical tests on two sets of samples from two distributions...
virtual const char * get_name() const =0
Test statistic base class. Provides an interface for statistical tests via three methods: compute_sta...
all of classes and functions are contained in the shogun namespace
virtual float64_t compute_p_value(float64_t statistic)
The class Features is the base class of all feature objects.
virtual void set_p_and_q(CFeatures *p_and_q)