Exemplo n.º 1
0
 def test_probability_distribution(self):
     plt.Figure
     ltuo_x_and_y = map(lambda l: map(float, l.split()), open(PlotFromHistogramFileTests.f_name))
     PlotFromHistograms.probability_distribution(ltuo_x_and_y)
Exemplo n.º 2
0
 def test_ccdf(self):
     plt.Figure
     ltuo_x_and_y = map(lambda l: map(float, l.split()), open(PlotFromHistogramFileTests.f_name))
     PlotFromHistograms.ccdf(ltuo_x_and_y)
Exemplo n.º 3
0
 def test_distribution(self):
     plt.Figure
     ltuo_x_and_y = map(lambda l: map(float, l.split()), open(PlotFromHistogramFileTests.f_name))
     PlotFromHistograms.distribution(ltuo_x_and_y, x_log=True, y_log=True)