I made a simple online calculator for doing elementary hypothesis testing!
I was disappointed that an intuitive and easy-to-use app for using bayes' theorem apparently did not exist, so I decided to make it. My goal was to make something that:
- Helped people correctly and quickly evaluate the effect of evidence while comparing hypotheses.
- Was easy enough for someone who didn't know math to use.
- And which also helped show what the math was doing in an intuitive way, so that you didn't have to trust math you didn't understand.
- Felt good enough to use that it would actually be used.
- Could be used to share simple models of things in a way that would help people have more productive discussions, and promote shared model building.
Hopefully I've at least made substantial progress on these goals, and I'd really appreciate feedback on ways in which it falls short! This includes even minor interface or design issues. You can leave feedback as a comment here, or on the issues page.
I'd also be really happy to see people share examples they've made in the comments!
Thank you! I'm glad you like those features, and I'm also glad to hear that the way the percent button feature worked was clear to you.
Regarding the possible improvements:
That's not a bug, it's just a limitation of the choice to show only one digit after the decimal. The number of decibels in case 2 for each evidence is 0.96910013..., whereas in case 1 it's exactly 10.
That's a deliberate nudge to suggest that the new hypothesis and decibel features are more advanced and not part of the essential core of the app.
That's a good idea, I'll probably do that at some point.
That's also a good idea but seems fairly complicated to implement, so it will have to wait until I've finished planned improvements with a higher expected ROI.
That's deliberate, because deleting evidence changes the meaning of the likelihoods for all subsequent evidence. Thus, having to delete all the evidence following the evidence you want to delete is a more honest way to convey what needs to be done, and prevents the user from shooting themselves in the foot by assuming that the subsequent likelihoods are independent. I'll explain this in the more fleshed out version of the help panel I have planned.