squiggle.c

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

commit 1b8b6d23c4eafc8352be25271219f68250d5eeab
parent 09601c8d466fe33badfcb4f07a70e4d71212ebfc
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Mon, 24 Jul 2023 00:44:40 +0200

readme tweaks

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -258,11 +258,10 @@ Overall, I would caution that if you really care about the very far tails of dis ## To do list -- [ ] Link to the examples in the examples section. - [ ] Systematize references - [ ] 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>, and do so efficiently + - [ ] do so efficiently ## Done @@ -307,3 +306,4 @@ Overall, I would caution that if you really care about the very far tails of dis - [x] Give warning about sampling-based methods. - [x] Have some more complicated & realistic example - [x] Add summarization functions: 90% ci (or all c.i.?) +- [x] Link to the examples in the examples section.