add to-do to readme

This commit is contained in:
NunoSempere 2023-08-01 13:07:04 +02:00
parent 39ab972fa7
commit e0df88633c

View File

@ -267,6 +267,12 @@ Overall, I would caution that if you really care about the very far tails of dis
## To do list ## To do list
- [ ] Think through whether to delete cdf => samples function
- [ ] Think through whether to:
- simplify and just abort on error
- complexify and use boxes for everything
- leave as is
- [ ] Add a few functions for doing simple algebra on normals, betas and lognormals?
- [ ] Systematize references - [ ] Systematize references
- [ ] Publish online - [ ] Publish online
- [ ] Support all distribution functions in <https://www.squiggle-language.com/docs/Api/Dist> - [ ] Support all distribution functions in <https://www.squiggle-language.com/docs/Api/Dist>