Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
11–20 of 170 posts
Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#12Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#13This reminds me of https://www.getguesstimate.com/ , a probabilistic spreadsheet.
Someone also turned it into the https://github.com/rethinkpriorities/squigglepy python library
Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#14This reminds me of https://www.getguesstimate.com/ , a probabilistic spreadsheet.
Want to use it every 3 months or so to pretend that we know what we can squeeze in the roadmap for the quarter.
Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#15I actually stumbled upon this a while ago from social media and the web version has a somewhat annoying latency, so I wrote my own version in Python. It uses numpy so it's faster. https://gist.github.com/kccqzy/d3fa7cdb064e03b16acfbefb76645... Thank you filiph for this brilliant idea!
Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#16Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#17Earlier quoted context omitted.
Yes it is.
Can you explain how? I'm an (aspiring)
> The computation is quite slow. In order to stay as flexible as possible, I'm using the Monte Carlo method. Which means the calculator is running about 250K AST-based computations for every calculation you put forth.
So therefore I conclude Monte Carlo is being used.
Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#18Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#19Re: Show HN: Unsure Calculator – back-of-a-napkin probabilistic calculator
#20This reminds me of https://www.getguesstimate.com/ , a probabilistic spreadsheet.