def test_dist(self):
     pmf = disagg.dist_pmf(self.matrix)
     self.aae(pmf, [1.0, 1.0])
Beispiel #2
0
 def test_dist(self):
     pmf = disagg.dist_pmf(self.matrix)
     self.aae(pmf, [1.0, 1.0])
Beispiel #3
0
 def test_dist(self):
     pmf = disagg.dist_pmf(self.matrix)
     self.aae(pmf, [29.56, 35.3])