squiggle/packages/playground
2022-02-26 14:37:13 +11:00
..
docs Foretold->Squiggle 2022-02-18 17:42:55 -05:00
showcase Re-add Ant Design components 2022-02-10 10:16:07 +11:00
src Fix yarn workspaces dependencies for playground 2022-02-26 14:37:13 +11:00
.gitignore Restructured codebase a little 2022-02-06 14:48:21 -05:00
bsconfig.json Foretold->Squiggle 2022-02-18 17:42:55 -05:00
LICENSE Restructured codebase a little 2022-02-06 14:48:21 -05:00
netlify.toml Restructured codebase a little 2022-02-06 14:48:21 -05:00
package.json Fix yarn workspaces dependencies for playground 2022-02-26 14:37:13 +11:00
postcss.config.js Add Lerna with dependencies between packages 2022-02-08 13:59:37 +11:00
README.md Restructured codebase a little 2022-02-06 14:48:21 -05:00
Screen Shot 2020-06-30 at 8.27.32 AM.png Restructured codebase a little 2022-02-06 14:48:21 -05:00
shell.nix Restructured codebase a little 2022-02-06 14:48:21 -05:00
tailwind.js Restructured codebase a little 2022-02-06 14:48:21 -05:00
test.res Restructured codebase a little 2022-02-06 14:48:21 -05:00
yarn.nix Restructured codebase a little 2022-02-06 14:48:21 -05: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