An estimation language
https://www.squiggle-language.com/
__tests__ | ||
foretold/components | ||
showcase | ||
src | ||
.gitignore | ||
bsconfig.json | ||
LICENSE | ||
netlify.toml | ||
package.json | ||
postcss.config.js | ||
README.md | ||
Screen Shot 2020-06-30 at 8.27.32 AM.png | ||
shell.nix | ||
tailwind.js | ||
yarn.lock |
Squiggle
This is an experiment DSL/language for making probabilistic estimates.
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.
yarn
yarn run start
yarn run parcel