Esempio n. 1
0
    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
Esempio n. 2
0
    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
Esempio n. 3
0
    def __init__(self, preferences):
        AbstractGroupStatsTestPlugin.__init__(self, preferences)

        self.name = "Welch's t-test"
        self.confIntervMethods = ["DP: Welch's inverted"]
Esempio n. 4
0
	def __init__(self, preferences):
		AbstractGroupStatsTestPlugin.__init__(self, preferences)
		
		self.name = "t-test (equal variance)"
		self.confIntervMethods = ["DP: t-test inverted"]
Esempio n. 5
0
	def __init__(self, preferences):
		AbstractGroupStatsTestPlugin.__init__(self, preferences)
		
		self.name = "t-test (equal variance)"
		self.confIntervMethods = ["DP: t-test inverted"]
Esempio n. 6
0
    def __init__(self, preferences):
        AbstractGroupStatsTestPlugin.__init__(self, preferences)

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