forked from personal/squiggle.c
update to-dos in readme
This commit is contained in:
parent
66cbb4132f
commit
0bcd9f9b62
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user