I have 3 measurements of a very skew distribution, depending on three different technique. In general, I can do thousands of test and the result is either "fail" or "success", being the "fail" far more common than the success (more than 99% of fails). So, I have these data:
Random: Ntests = 20894 Nsuccess = 26 percentage = 0.124438% Normal: Ntests = 229848 Nsuccess = 334 percentage = 0.145313% Optimized: Ntests = 20272 Nsuccess = 44 percentage = 0.217048%
How can I check that the differences in the percentages are significant?