squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit baa8a532a26a46e5cfa487d611be93a8d4f217af
parent f9c64426d74493063af2b9367a0da728e74bb315
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sat, 22 Jul 2023 19:39:40 +0200

add to-do item

Diffstat:
MREADME.md | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -80,6 +80,7 @@ Behaviour on error can be toggled by the `EXIT_ON_ERROR` variable. This library - [ ] Have some more complicated & realistic example - [ ] Add summarization functions: 90% ci (or all c.i.?) - [ ] Publish online +- [ ] Add efficient sampling from a beta distribution - [ ] 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>, and do so efficiently