I want to test the impact of a process change on an operational metric, which is a continuous variable. I have two data sets, pre-test and post-test. Both data sets represent the entire population of events that occurred during the specified time periods, and both have a population size of > 5,000. I want to know if there was a positive or negative change following the intervention and whether that change is statistically significant.
My intuition is to apply a two-tailed z-test, however this particular metric is reported using its 90th percentile rather than its mean. A z-test for proportion doesn't seem to fit either. Essentially, I want to know if a change in the 90th percentile was statistically significant.
Population 1 (size 5000):
Population 2 (size 6000):
The 90th percentile has increased from 118.9 to 129.5. There is no doubt about it.
[Sampling and quantile computation in R.]