This is the bimonthly 'What are you working On?' thread. Previous threads are here. So here's the question:
What are you working on?
Here are some guidelines:
- Focus on projects that you have recently made progress on, not projects that you're thinking about doing but haven't started.
- Why this project and not others? Mention reasons why you're doing the project and/or why others should contribute to your project (if applicable).
- Talk about your goals for the project.
- Any kind of project is fair game: personal improvement, research project, art project, whatever.
- Link to your work if it's linkable.
A Bayesian Calculator with visualization that is easy to drop into existing web pages. It is built in JavaScript, HTML and CSS. I've been working on this for around a year on and off. Richard Carrier was looking for a replacement calculator for the one he uses in his introduction to Bayes Theorem material, and I was at the time looking to better understand and develop intuition for Bayes Theorem. There are a number of features I intend to add (more visualizations, more config options and other things identified here), and also some refactoring work that needs to take place.
The project is hosted on github for anyone interested in helping or looking at the way it is implemented.
The graph I like the most is the area-proportional venn graph.
You should tell Eliezer. He sometimes updates his Intuitive Explanation of Bayes Theorem, and so might want to use your calculator.