To be honest I have never taken a statistics class and for the most part fail at math. I have a set of data that represents cycle time for several stages of an order and I was asked to find the weighted average which wasn't really a problem and I was able to do this inside of SQL. Then I wass told that it was great but they also wanted 80th and 95th percentiles for the orders. After looking confused for a few moments I asked them if they knew how to calculate it, what it meant, or if they had anyone else pull this before. The answer I received was "No but use JMP, we were told it could do it." Ok no problem, contacted IT found we have a license agreement, installed it, then I got to stare at it blankly for a few hours and trying to plug in a few numbers figured out that I have no idea what I am doing. I started looking for guides online but they all seem to assume a certain level of knowledge in mathmatics or JMP in general that I just do not posses. So hopefully someone can help.
The data I have looks similar to this:
Order OE-IP(x) Order IP - SHP(y) Order SHP - POD(z) Total orders(T)
5 ----------------------------- 2 -------------------------- 3 ------------------- 110
3 ----------------------------- 1 -------------------------- 7------------------- 2000
0 ----------------------------- 5 -------------------------- 4 ------------------- 200
There are about 800k lines of data like this so I won't post that up.
How would I use JMP to get the percentiles they are looking for?
For the weighted average I did
[(x+y+z)*T]=C for each line
(Sum of column C / Sum of column T) = Weighted Average
Any help would be greatly appreciated.