An estimation language https://www.squiggle-language.com/
Go to file
Ozzie Gooen 4db127086e Merge branch 'master' of github.com:foretold-app/squiggle
* 'master' of github.com:foretold-app/squiggle:
  Update README.md
2020-11-13 00:21:26 -08:00
__tests__ Further basic cleanup 2020-11-13 00:08:35 -08:00
showcase Cleanup part 1 2020-11-12 23:35:45 -08:00
src Formalized export type of ProgramEvaluator 2020-11-13 00:21:21 -08:00
.gitignore Removes obsolete code 2020-02-18 11:56:24 +03:00
bsconfig.json Removed drawer for now 2020-08-08 21:02:20 +01:00
LICENSE Added license 2020-02-09 22:27:55 +00:00
netlify.toml Added netlify file for redirects 2020-03-02 11:06:13 +00:00
package.json Added inputs to adjust the diagram 2020-11-05 12:58:45 -08:00
postcss.config.js Added simple tailwind 2020-02-07 16:06:38 +00:00
README.md Update README.md 2020-11-12 12:58:09 -08:00
Screen Shot 2020-06-30 at 8.27.32 AM.png Add files via upload 2020-06-30 08:27:59 +01:00
tailwind.js Added simple tailwind 2020-02-07 16:06:38 +00:00
yarn.lock Added inputs to adjust the diagram 2020-11-05 12:58:45 -08:00

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

Expected future setup

setup