Package mvpa :: Package tests :: Module test_stats_sp :: Class StatsTestsScipy
[hide private]
[frames] | no frames]

Class StatsTestsScipy

source code


Unittests for various statistics which use scipy
Instance Methods [hide private]
 
testChiSquare(self)
Test chi-square distribution
source code
 
testNullDistProbAny(self)
Test 'any' tail statistics estimation
source code
 
testDatasetMeasureProb(self, nd)
Test estimation of measures statistics
source code
 
testNegativeT(self)
Basic testing of the sign in p and t scores
source code
 
testMatchDistribution(self)
Some really basic testing for matchDistribution
source code
 
testRDistStability(self)
Test either rdist distribution performs nicely
source code
 
testAnovaCompliance(self) source code
 
testGLM(self)
Test GLM
source code
 
testBinomdistPPF(self)
Test if binomial distribution works ok
source code
Method Details [hide private]

testDatasetMeasureProb(self, nd)

source code 
Test estimation of measures statistics
Decorators:
  • @sweepargs(nd= nulldist_sweep)

testBinomdistPPF(self)

source code 

Test if binomial distribution works ok

after possibly a monkey patch