예제 #1
0
 def test_f_stat(self):
     obs = diagnostics.f_stat(reg)
     exp = (28.385629224695, 0.000000009341)
     for i in range(2):
         self.assertAlmostEquals(obs[i],exp[i])
예제 #2
0
 def test_f_stat(self):
     obs = diagnostics.f_stat(reg)
     exp = (28.385629224695, 0.000000009340747)
     for i in range(2):
         np.testing.assert_allclose(obs[i], exp[i], RTOL)
예제 #3
0
 def test_f_stat(self):
     obs = diagnostics.f_stat(reg)
     exp = (28.385629224695, 0.000000009341)
     for i in range(2):
         self.assertAlmostEquals(obs[i], exp[i])
예제 #4
0
 def test_f_stat(self):
     obs = diagnostics.f_stat(reg)
     exp = (28.385629224695, 0.000000009340747)
     for i in range(2):
         np.testing.assert_allclose(obs[i],exp[i], RTOL)