示例#1
0
文件: White.py 项目: jnesme/STAMP
    def __init__(self, preferences):
        AbstractGroupStatsTestPlugin.__init__(self, preferences)

        self.name = "White's non-parametric t-test"
        self.confIntervMethods = ["DP: bootstrap"]

        self.preferences = preferences

        self.bSingleFeatureInterface = False
示例#2
0
文件: White.py 项目: mlangill/STAMP
    def __init__(self, preferences):
        AbstractGroupStatsTestPlugin.__init__(self, preferences)

        self.name = "White's non-parametric t-test"
        self.confIntervMethods = ["DP: bootstrap"]

        self.preferences = preferences

        self.bSingleFeatureInterface = False
示例#3
0
文件: Welch.py 项目: jnesme/STAMP
    def __init__(self, preferences):
        AbstractGroupStatsTestPlugin.__init__(self, preferences)

        self.name = "Welch's t-test"
        self.confIntervMethods = ["DP: Welch's inverted"]
示例#4
0
文件: Ttest.py 项目: jnesme/STAMP
	def __init__(self, preferences):
		AbstractGroupStatsTestPlugin.__init__(self, preferences)
		
		self.name = "t-test (equal variance)"
		self.confIntervMethods = ["DP: t-test inverted"]
示例#5
0
	def __init__(self, preferences):
		AbstractGroupStatsTestPlugin.__init__(self, preferences)
		
		self.name = "t-test (equal variance)"
		self.confIntervMethods = ["DP: t-test inverted"]
示例#6
0
文件: Welch.py 项目: mlangill/STAMP
    def __init__(self, preferences):
        AbstractGroupStatsTestPlugin.__init__(self, preferences)

        self.name = "Welch's t-test"
        self.confIntervMethods = ["DP: Welch's inverted"]