SHOGUN  4.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Enumerations
HypothesisTest.h File Reference

Go to the source code of this file.

Classes

class  CHypothesisTest
 Hypothesis test base class. Provides an interface for statistical hypothesis testing via three methods: compute_statistic(), compute_p_value() and compute_threshold(). The second computes a p-value for the statistic computed by the first method. The p-value represents the position of the statistic in the null-distribution, i.e. the distribution of the statistic population given the null-hypothesis is true. (1-position = p-value). The third method, compute_threshold(), computes a threshold for a given test level which is needed to reject the null-hypothesis. More...
 

Enumerations

enum  EStatisticType { S_LINEAR_TIME_MMD, S_QUADRATIC_TIME_MMD, S_HSIC, S_NOCCO }
 
enum  ENullApproximationMethod {
  PERMUTATION, MMD2_SPECTRUM_DEPRECATED, MMD2_SPECTRUM, MMD2_GAMMA,
  MMD1_GAUSSIAN, HSIC_GAMMA
}
 

SHOGUN Machine Learning Toolbox - Documentation