# 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)

