forked from personal/squiggle.c
add cdf_sampler to to-do
This commit is contained in:
parent
00c7f8cdf9
commit
b40fec4c07
9
to-do.md
9
to-do.md
|
@ -1,10 +1,11 @@
|
||||||
|
|
||||||
- [x] Add example for only one sample
|
- [x] Add example for only one sample
|
||||||
- [x] Add example for many samples
|
- [x] Add example for many samples
|
||||||
- [ ] Use gcc extension to define functions nested inside main.
|
- ~~[ ] Add a custom preprocessor to allow simple nested functions that don't rely on local scope?~~
|
||||||
- [ ] Use OpenMP for acceleration
|
- [x] Use gcc extension to define functions nested inside main.
|
||||||
- [ ] Chain various mixture functions
|
- [x] Chain various mixture functions
|
||||||
- [ ] Have some more complicated & realistic example
|
- [ ] Have some more complicated & realistic example
|
||||||
- [ ] Add summarization functions, like mean, std, 90% ci (or all c.i.?)
|
- [ ] Add summarization functions, like mean, std, 90% ci (or all c.i.?)
|
||||||
- [ ] Add beta distribution
|
- [ ] Add beta distribution
|
||||||
- [ ] Add a custom preprocessor to allow simple nested functions that don't rely on local scope?
|
- [ ] Use OpenMP for acceleration
|
||||||
|
- [ ] Add function to get sample when given a cdf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user