▲ | NunoSempere 4 days ago | ||||||||||||||||
I have written similar tools - for command line, fermi: https://git.nunosempere.com/NunoSempere/fermi - for android, a distribution calculator: https://f-droid.org/en/packages/com.nunosempere.distribution... People might also be interested in https://www.squiggle-language.com/, which is a more complex version (or possibly <https://git.nunosempere.com/personal/squiggle.c>, which is a faster but much more verbose version in C) | |||||||||||||||||
▲ | NunoSempere 4 days ago | parent | next [-] | ||||||||||||||||
Fermi in particular has the following syntax ``` 5M 12M # number of people living in Chicago beta 1 200 # fraction of people that have a piano 30 180 # minutes it takes to tune a piano, including travel time / 48 52 # weeks a year that piano tuners work for / 5 6 # days a week in which piano tuners work / 6 8 # hours a day in which piano tuners work / 60 # minutes to an hour ``` multiplication is implied as the default operation, fits are lognormal. | |||||||||||||||||
| |||||||||||||||||
▲ | NunoSempere 4 days ago | parent | prev | next [-] | ||||||||||||||||
Another tool in this spirit is <https://carlo.app/>, which allows you to do this kind of calculation on google sheets. | |||||||||||||||||
| |||||||||||||||||
▲ | notpushkin 4 days ago | parent | prev | next [-] | ||||||||||||||||
Would be a nice touch if Squiggle supported the `a~b` syntax :^) | |||||||||||||||||
▲ | antman 4 days ago | parent | prev [-] | ||||||||||||||||
I tried the unsure calc and the android app and they seem to produce different results? | |||||||||||||||||
|