SHOGUN  4.1.0
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
| 枚举
HypothesisTest.h 文件参考

浏览源代码.

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. 更多...
 

枚举

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 机器学习工具包 - 项目文档