This is my below list. I am trying to calculate 95% of calls came back in how many millseconds.
Milliseconds Number of Calls 45 14 46
Get the standard deviation of the time in milliseconds field, and use that to (95% ~ 2 x std) count the number of calls below ~2 standard deviations?