Beispiel #1
0
 def test_mag_dist(self):
     pmf = disagg.mag_dist_pmf(self.matrix)
     self.aae(pmf, [[0.9989792, 0.999985], [0.9999897, 0.999996]])
Beispiel #2
0
 def test_mag_dist(self):
     pmf = disagg.mag_dist_pmf(self.matrix)
     self.aae(pmf, [[0.999999999965, 1.0], [1.0, 1.0]])
Beispiel #3
0
 def test_mag_dist(self):
     pmf = disagg.mag_dist_pmf(self.matrix)
     self.aae(pmf, [[13.27, 17.02], [16.29, 18.28]])
 def test_mag_dist(self):
     pmf = disagg.mag_dist_pmf(self.matrix)
     self.aae(pmf, [[0.999999999965, 1.0],
                    [1.0, 1.0]])
Beispiel #5
0
 def test_mag_dist(self):
     pmf = disagg.mag_dist_pmf(self.matrix)
     self.aae(pmf, [[0.9989792, 0.999985], [0.9999897, 0.999996]])