https://github.com/statsim/examples
StatSim examples
https://github.com/statsim/examples
Last synced: 5 months ago
JSON representation
StatSim examples
- Host: GitHub
- URL: https://github.com/statsim/examples
- Owner: statsim
- Created: 2020-11-05T12:57:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T18:46:57.000Z (about 3 years ago)
- Last Synced: 2025-09-01T01:15:27.636Z (10 months ago)
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StatSim examples
Some basic StatSim models to demonstrate the main functionality
## Deterministic models
* [Compound interest calculator](https://statsim.com/app/?m=compound)
* [Monthly payment for a fixed rate mortgage](https://statsim.com/app/?m=loan)
* [Predator-prey model (Lotka-Voltera)](https://statsim.com/app/?m=predatorprey)
* [Logistic map (Chaotic systems)](https://statsim.com/app/?m=logistic-map)
* [World model](https://statsim.com/app/?m=world)
## Random variables
* [Random samples from Cauchy](https://statsim.com/app/?m=cauchy)
* [Simulation of the Central Limit Theorem](https://statsim.com/app/?m=clt)
* [Synthetic data generation (Friedman-1)](https://statsim.com/app/?m=friedman1)
* [Accumulator](https://statsim.com/app/?m=accumulator)
* [Pi approximation](https://statsim.com/app/?m=pi)
## Bayesian inference
* [Base rate fallacy](https://statsim.com/app/?m=brt)
* [Speed of light estimation (Newcomb)](https://statsim.com/app/?m=newcomb)
* [Bayesian A/B testing](https://statsim.com/app/?m=abtest)
* [Conversion rate estimation](https://statsim.com/app/?m=conversion-rate)
* [First-order autoregressive model (AR1)](https://statsim.com/app/?m=autoreg)
* [Linear regression](https://statsim.com/app/?m=linreg)
* [Messages (from BMFH ch.1)](https://statsim.com/app/?m=messages)
* [Cookies problem](https://statsim.com/app/?m=cookies)
* [Tokens problem](https://statsim.com/app/?m=tokens)
* [Estimate difference between two distributions (t-test)](https://statsim.com/app/?m=t-test)
## Working with multiple models
* [Pareto distribution from scratch](https://statsim.com/app/?m=pareto)
## SMT problems
* [Abbot's puzzle](https://statsim.com/app/?m=abbot)
* [Bananas problem](https://statsim.com/app/?m=bananas)
* [Diet problem (cost minimization)](https://statsim.com/app/?m=diet)
* [Timpkin's problem](https://statsim.com/app/?m=timpkin)