Currently, you can only input a % likelihood if hypothesis is true/false.
If someone is using this app for medical diagnosis, it would be more useful to be able to input Sensitivity and Specificity of the test, and then indicate if the test result was positive or negative.
Another useful input method would be to input the Likelihood ratio directly.
It is trivial to convert between these with code, but can be confusing to do in your head, or even on a pocket calculator if you aren't very experienced with this.
Positive Likelihood ratio = Sensitivity% / (100 - Specificity%)
Negative Likelihood ratio = Specificity% / (100 - Sensitivity%)
Currently, you can only input a % likelihood if hypothesis is true/false.
If someone is using this app for medical diagnosis, it would be more useful to be able to input Sensitivity and Specificity of the test, and then indicate if the test result was positive or negative.
Another useful input method would be to input the Likelihood ratio directly.
It is trivial to convert between these with code, but can be confusing to do in your head, or even on a pocket calculator if you aren't very experienced with this.