update to-dos in readme

This commit is contained in:
NunoSempere 2023-09-24 18:03:34 +01:00
parent 66cbb4132f
commit 0bcd9f9b62

View File

@ -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] Add to header file
- [x] Provide example algebra - [x] Provide example algebra
- [x] Add conversion between 90% ci and parameters. - [x] Add conversion between 90% ci and parameters.
- [ ] Use that conversion in conjuction with small algebra. - [x] Use that conversion in conjuction with small algebra.
- [ ] Consider ergonomics of using ci instead of c_i - [x] Consider ergonomics of using ci instead of c_i
- use named struct instead - [x] use named struct instead
- demonstrate and document feeding a struct directly to a function; my_function((struct c_i){.low = 1, .high = 2}); - [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 - [ ] Test results
- [x] Move to own file? Or signpost in file? => signposted in file. - [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 - [ ] Disambiguate sample_laplace--successes vs failures || successes vs total trials as two distinct and differently named functions