示例#1
0
 def test_binomial(self):
     """BINOMIAL Distribution"""
     h = Histogram(get_shared_data("meri5.his"))
     assert h.estimate_parametric('B')
示例#2
0
 def test_nb(self):
     """NegativeBinomial"""
     h = Histogram(get_shared_data("peup2.his"))
     assert h.estimate_parametric('NB')