squiggle/README.md

20 lines
601 B
Markdown
Raw Normal View History

2020-11-12 20:58:09 +00:00
# Squiggle
2020-02-05 21:09:27 +00:00
2020-11-12 20:58:09 +00:00
This is an experiment DSL/language for making probabilistic estimates.
2020-03-09 13:29:18 +00:00
## DistPlus
We have a custom library called DistPlus to handle distributions with additional metadata. This helps handle mixed distributions (continuous + discrete), a cache for a cdf, possible unit types (specific times are supported), and limited domains.
## Running
Currently it only has a few very simple models.
2020-02-05 21:09:27 +00:00
```
2020-02-09 22:36:11 +00:00
yarn
yarn run start
yarn run parcel
2020-02-05 21:09:27 +00:00
```
2020-03-09 13:29:18 +00:00
2020-06-30 07:28:49 +00:00
## Expected future setup
![setup](https://raw.githubusercontent.com/foretold-app/widedomain/master/Screen%20Shot%202020-06-30%20at%208.27.32%20AM.png)