コード例 #1
0
 def test_hardy_asymptotic(self):
     p_value = hardy_weinberg_asymptotic(138, 1469, 5)
     assert p_value == 0.34263933319103679
コード例 #2
0
 def test_hardy_asymptotic(self):
     p_value = hardy_weinberg_asymptotic(138,1469,5)
     assert p_value == 0.34263933319103679
コード例 #3
0
 def test_hardy_exact(self):
     p_value = hardy_weinberg_asymptotic(138, 1469, 5)
コード例 #4
0
 def test_hardy_exact(self):
     p_value = hardy_weinberg_asymptotic(138,1469,5)