我的程序中有一本字典,每個值都是一個響應時間列表。我需要計算這些列表中的每個列表的95百分位響應時間。我知道如何計算平均值,但不知道95百分位數的計算。任何指針將不勝感激。計算python列表值的95百分位數
以下是我的節目的
finalvalues = { 'https://lp1.soma.sf.com/img/chasupersprite.qng?v=182-4 '字典輸出:[' 505' , '1405', '12', '12', '3'],' https://lp1.soma.sf.com/img/metaBar_sprite.dsc「: [ '154', '400', '1124', '82', '94', '108']}
檢查了這一點:http://code.activestate.com/recipes/511478-finding-the-percentile-of-the-values/ –