squiggle.c

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

commit 0bcd9f9b6261663f3da8cad73dbda16e0c6cc636
parent 66cbb4132f6659a6770fd278e44687af100907c5
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Sun, 24 Sep 2023 18:03:34 +0100

update to-dos in readme

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

diff --git a/README.md b/README.md @@ -347,10 +347,11 @@ It emits one warning about something I already took care of, so by default I've - [x] Add to header file - [x] Provide example algebra - [x] Add conversion between 90% ci and parameters. - - [ ] Use that conversion in conjuction with small algebra. - - [ ] Consider ergonomics of using ci instead of c_i - - use named struct instead - - demonstrate and document feeding a struct directly to a function; my_function((struct c_i){.low = 1, .high = 2}); + - [x] Use that conversion in conjuction with small algebra. + - [x] Consider ergonomics of using ci instead of c_i + - [x] use named struct instead + - [x] demonstrate and document feeding a struct directly to a function; my_function((struct c_i){.low = 1, .high = 2}); + - [ ] Consider desirability of defining shortcuts for those functions. Adds a level of magic, though. - [ ] Test results - [x] Move to own file? Or signpost in file? => signposted in file. - [ ] Disambiguate sample_laplace--successes vs failures || successes vs total trials as two distinct and differently named functions