Exemplo n.º 1
0
 def attribute(self):
     percentile = 95
     value = get_percentile(self.bins, self.bin_edges, percentile)
     return value
Exemplo n.º 2
0
 def attribute(self):
     percentile = 95
     value = get_percentile(self.bins, self.bin_edges, percentile)
     return value