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])
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)
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])
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)