I ran some experiments first. Afterwards, I looked for the parameter $p_{max}$ for which I can claim the chance a matrix has the ESP-property is $p_{max}$ or lower to a significance of exactly 99%. Is this correct on a more philosophical basis?
I'm doing research in computer science, and have a test to determine whether a random matrix holds the ESP-property or not.
If you run this Bernouilli experiment repeatedly, so I get a binomial distribution of matrices holding or not holding the ESP-property of which I estimate the $p$ parameter. This chance $p$ of not holding the ESP-property is really low (like 0.001%). So what I do is to find the chance $p_{max}$ a matrix holds the ESP-property, with a significance level of exactly 0.99.
Finding this value is no problem. However, are there good reasons this is a bad approach to the problem? Because basically, it is a more advanced approach of this: Is it ever good to increase significance level?
The difference in this case is I keep the significance level constant, while looking for a parameter $p$ which best explains my experimental results.