An open API service indexing awesome lists of open source software.

https://github.com/statsim/models

StatSim models (deterministic and probabilistic)
https://github.com/statsim/models

json modeling models statistical-models statsim-models

Last synced: about 1 month ago
JSON representation

StatSim models (deterministic and probabilistic)

Awesome Lists containing this project

README

          

# StatSim Models
StatSim examples

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

## Random variables
* [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)
* [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)

## Working with multiple models
* [Pareto distribution from scratch](https://statsim.com/app/?m=pareto)

## Bayesian neural networks
* [Basic example](https://statsim.com/app/?m=nnsum)