An estimation language https://www.squiggle-language.com/
Go to file
Nuno Sempere 2f45f92552 Added mean and variance functions, and tests for those.
- A getMean and getVariance in each module of src/distPlus/distribution/Distributions.re
    - They get the exact answer for the functions in Distributions.re, according to the approximation used.
    - There is now an XYShape.Analysis.integrateContinuousShape function.
- Tests in the __tests__/Distributions__Test.re function.
    - Calculation of the mean and variance for the normal and lognnormal distributions, at the end.
- I also added some reduce array functions to the E.A. module.
2020-04-18 23:20:59 +02:00
__tests__ Added mean and variance functions, and tests for those. 2020-04-18 23:20:59 +02:00
showcase Fixed test page 2020-04-05 12:16:04 +01:00
src Added mean and variance functions, and tests for those. 2020-04-18 23:20:59 +02:00
.gitignore Removes obsolete code 2020-02-18 11:56:24 +03:00
bsconfig.json First full-through with symbolic parsing 2020-03-23 21:31:06 +00: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 Allows for simple arrays representing samples 2020-04-11 14:22:13 +01:00
postcss.config.js Added simple tailwind 2020-02-07 16:06:38 +00:00
README.md Update README.md 2020-03-09 13:29:18 +00:00
tailwind.js Added simple tailwind 2020-02-07 16:06:38 +00:00
yarn.lock Allows for simple arrays representing samples 2020-04-11 14:22:13 +01:00

WideDomain

This is an experimental library & application for writing estimation functions in ReasonML.

Users would write models with declared interfaces (inputs & outputs). These models can output probability distributions or variables.

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

Current Setup

You can see a current version of this running online here: https://www.highlyspeculativeestimates.com/m/ea-funds