An estimation language https://www.squiggle-language.com/
Go to file
2022-01-29 20:01:27 -05:00
__tests__ More proper bundle 2022-01-29 19:20:53 -05:00
src More proper bundle 2022-01-29 19:20:53 -05:00
.gitignore Change build system to Rescript 2022-01-12 18:33:04 +11:00
bsconfig.json Simple JS connection 2022-01-29 18:56:44 -05:00
LICENSE Added license 2020-02-09 22:27:55 +00:00
package-lock.json Temporary fix, and packages upgrade 2022-01-28 15:55:14 -05:00
package.json Updated version number 2022-01-29 20:01:27 -05: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
shell.nix BROKEN: Migrate squiggle to rescript 2022-01-28 21:55:03 +11:00
yarn.lock More proper bundle 2022-01-29 19:20:53 -05:00
yarn.nix BROKEN: Migrate squiggle to rescript 2022-01-28 21:55:03 +11: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