def test_so9(self):
     """
     Strike out / 9 test
     :return:
     """
     # Yu Darvish(2013)
     h9 = Stats.so9(277, 209.7)
     self.assertEqual(h9, 11.9)