我的程序中有一本字典,每个值都是响应时间列表。我需要计算每个列表的 95% 响应时间。我知道如何计算平均值,但不知道 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']}