def test_cochranwithNOsd(self):
     self.assertEqual(cochranwithNOsd(41, 59, 0.06),
                      result_cochranwithNOsd(41, 59, 0.06))
Пример #2
0
 def cochranwithNOsd(self,proportion, probability, precision):
     self.result = cochranwithNOsd(proportion,probability,precision)
     return self.result