Update README.md

This commit is contained in:
Ozzie Gooen 2020-03-09 13:29:18 +00:00 committed by GitHub
parent 376e5221bb
commit 69a449cae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,22 @@
# WideDomain # WideDomain
This is an experimental app / library for writing estimation functions in ReasonML. This is an experimental library & application for writing estimation functions in ReasonML.
Currently it just has one very simple model for EA Funds over time. 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
yarn run start yarn run start
yarn run parcel yarn run parcel
``` ```
## Current Setup
You can see a current version of this running online here:
https://www.highlyspeculativeestimates.com/m/ea-funds