An estimation language https://www.squiggle-language.com/
Go to file
Ozzie Gooen 4ebb11182f
Merge pull request #33 from QURIresearch/lang-function-interface
Change the function interface into a js function.
2022-02-27 07:53:16 -05:00
.github/workflows Update lang-jest.yml 2022-02-18 06:38:29 -05:00
packages Change function to simpler interface 2022-02-27 15:25:30 +11:00
.DS_Store Moving main repo to folder 2022-02-01 14:05:26 -05:00
.gitignore Fix yarn workspaces dependencies for playground 2022-02-26 14:37:13 +11:00
lerna.json Fix yarn workspaces dependencies for playground 2022-02-26 14:37:13 +11:00
LICENSE Added license 2020-02-09 22:27:55 +00:00
package.json Add documentation and packaging info to lang 2022-02-26 10:03:05 +11:00
README.md Add Lerna with dependencies between packages 2022-02-08 13:59:37 +11:00
Screen Shot 2020-06-30 at 8.27.32 AM.png Add files via upload 2020-06-30 08:27:59 +01:00
yarn.lock Change function to simpler interface 2022-02-27 15:25:30 +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 packages in the monorepo

This application uses lerna to manage dependencies between packages. To install dependencies of all packages, run:

lerna bootstrap