Пример #1
0
 def test_obrientransform(self):
     args = [[5]*5+[6]*11+[7]*9+[8]*3+[9]*2+[10]*2,
             [6]+[7]*2+[8]*4+[9]*9+[10]*16]
     result = [5*[3.1828]+11*[0.5591]+9*[0.0344]+3*[1.6086]+2*[5.2817]+2*[11.0538],
               [10.4352]+2*[4.8599]+4*[1.3836]+9*[0.0061]+16*[0.7277]]
     assert_almost_equal(np.round(mstats.obrientransform(*args).T,4),
                         result,4)
Пример #2
0
 def test_obrientransform(self):
     args = [[5]*5+[6]*11+[7]*9+[8]*3+[9]*2+[10]*2,
             [6]+[7]*2+[8]*4+[9]*9+[10]*16]
     result = [5*[3.1828]+11*[0.5591]+9*[0.0344]+3*[1.6086]+2*[5.2817]+2*[11.0538],
               [10.4352]+2*[4.8599]+4*[1.3836]+9*[0.0061]+16*[0.7277]]
     assert_almost_equal(np.round(mstats.obrientransform(*args).T,4),
                         result,4)